Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of REAP - Home


 

 

 



Ocean_SST_Conceptual

Difference between version 21 and version 12:

Line 1 was replaced by line 1
- !! Conceptual Description of REAP SST Usecase
+ !! Conceptual Description of REAP SST Usecase
Line 3 was replaced by line 3
- The goal of the REAP SST usecase workflow (REAP-SST-UCW) is to compare and match-up existing remote-sensed (satellite) images of sea surface temperature found in OPeNDAP archives.
+ The goal of the REAP SST usecase workflow (REAP-SST-UCW) is to compare and match-up existing remote-sensed (satellite) images of sea surface temperature found in OPeNDAP archives.
Line 8 was replaced by line 8
- ## __The datasets to use:__ For now, we assume only __2D fields, either__ satellite __or model output__ (MODIS, HYCOM, etc.)__. Furthermore, all 2D fields in a given data set will be in the same geographic project; such data sets are referred to as __ Level 3 __data sets__. "The Level 3 mapped products are global gridded data sets with all points filled, even over land." [Ref | ftp://podaac.jpl.nasa.gov/pub/documents/dataset_docs/modis_sst.html]
+ ## __The datasets to use:__ For now, we assume only 2D fields, either satellite or model output (MODIS, HYCOM, etc.). Furthermore, all 2D fields in a given data set will be in the same geographic project; such data sets are referred to as Level 3 data sets$$. "The Level 3 mapped products are global gridded data sets with all points filled, even over land." [Ref | http://ilrs.gsfc.nasa.gov/reports/ilrs_reports/9809_attach7a.html]
Lines 10-11 were replaced by lines 10-11
- ## __Time sampling:__ Percentage of the dataset times within the timespan.
- ## __Time span delta:__ Maximum amount of time between a reference dataset time sample and the corresponding sample of another dataset (see Step 2.4) %%(color: red) We need the ppt figure from Peter C.%%
+ ## __Time sampling:__ Percentage of the dataset times within the timespan. This parameter defines the fraction of temporal fields in the selected subset of the dataset to be sampled. Sampling will be random based on this fraction. Figure 1 is a schematic of a data set, with each gray field corresponding to a latitude, longitude array at one instant in time. The blue slices correspond to fields randomly sampled from the time series. In this case the temporal sampling parameter was approximately 20%. [{Image src='ImageStackRandomlySelected.png' caption='Figure 1. Temporal samples from a time series of SST fields.' height=400 width=400}]
+ ## __Time span delta:__ Maximum amount of time between a reference dataset time sample and the corresponding sample of another dataset (see Step 2.4) %%(color:red)Not sure what you are referring to here?%%
Lines 14-18 were replaced by lines 14-18
- ## __Spatial sampling:__ Percentage of the area defined by the min/max latitudes and longitudes to sample. %%(color: red) We need the ppt figure from Peter C.%%
- ## __Spatial window delta:__ Maximum amount of overlap between a reference dataset and the corresponding region of another dataset %%(color: red) We need the ppt figure from Peter C.%%
- ## __MinNumberOfPixels:__
- ## __Sampling ?__
- ## __TileAveraging:__ A ''tile'' is a rectangular region that includes a set of pixels. A ''pixel'' is atomic an area and characterized by an SST value at a lat,long that represents the center of a pixel.
+ ## __Percentage Spatial sampling:__ Percentage of the area defined by the min/max latitudes and longitudes to sample. To better understand this, we define ''tile''. A tile is a rectangular region that includes a set of pixels. A ''pixel'' is an atomic area and is characterized by an SST value at a lat,long that represents the center of a pixel. The percentage of the area sampled is determined by the number of tiles per field times the number of pixels per tile divided by the total number of pixels in the defined subregion. Spatial sampling is performed on individual 2-d fields. Figure 2 shows the selection of a temporal sample that is to be sampled spatially. Figure 3 shows the randomly selected spatial samples, tiles, with the area covered by each. [{Image src='ImageStackRandomlySelectedOne.png' caption='Figure 2. Selection of a temporal sample.' height=400 width=400}] [{Image src='RandomSpatialSamples.png' caption='Figure 3. Spatial samples in this temporal sample.' height=400 width=400}]
+ ## __MinNumberOfPixels:__ This parameter is the minimum number of pixels in each spatial sample. For example if the minimum number of pixels is 9, the sampled area will consist of 3x3 pixels centered on the randomly selected spatial location. In the comparison of several data sets, the number of pixels per sample varies from dataset to dataset. The minimum number in the coarsest dataset defines the spatial region of each sample. This region is then used in the other data sets to define the number of pixels to sample sample from them. The percentage of area sampled in each data set will be approximately the same, although the number of pixels will differ.
+ ## __Spatial window delta:__ Maximum amount of overlap between a reference dataset and the corresponding region of another dataset %%(color: red) We need the ppt figure from Peter C.<<I don't think that I have a ppt for this one. As I recall, this came up in our discussion of the search procedure. We want to find all datasets that overlap a reference dataset by some amount. If the data sets just touch, then they the new one is not of a lot of interest. This is the stuff that was on the whiteboard right?%%
+ ## __Sampling __ This defines the method to use when matching sample locations from one data set to another. We should start with 'Nearest Neighbor' and 'Bi-linear Interpolation'. %%(color:red)We might just start with Nearest Neighbor'. Can add more later.%%
+ ## __TileAveraging:__ The tiles from different datasets will consist of different numbers of pixels determined by the relative resolution of each data set. Comparing the tile values requires some form of averaging. This parameter defines how the averaging is to be done. For now let's fix this at a straight linear average.
Line 20 was replaced by line 20
- # __Analyze Match-Up Datasets:__\\ The selected and saved (in an RDBMS) SST match-up dataset values can then be used in statistical comparisons. %%(color: red) To be defined in detail after the implementation of the first two steps. %%
+ # __Analyze Match-Up Datasets:__\\ The selected and saved (in an RDBMS) SST match-up dataset values can then be used in statistical comparisons. %%(color: red) To be defined in detail after the implementation of the first two steps. %%

Back to Ocean_SST_Conceptual, or to the Page History.