Difference between revisions of "Streaming and or netCDF File"
From Earth Science Information Partners (ESIP)
(Created page with "<noinclude>{{AQ CoP Solta2011 Backlinks}} See Talk Page dor discussion Page for describing * streaming, * netCDF and * Comparison") |
|||
| Line 3: | Line 3: | ||
See Talk Page dor discussion | See Talk Page dor discussion | ||
| − | + | === Data Streaming ...=== | |
* streaming, | * streaming, | ||
* netCDF and | * netCDF and | ||
* Comparison | * Comparison | ||
| + | |||
| + | === CF-netCDF and WCS 1.1 for data exploration and analysis === | ||
| + | ====CF-netCDF is a strongly typed data structure for multidimensional data cubes=== | ||
| + | * netCDF gives the storage and data access facility; | ||
| + | * CF gives it the semantic clarity and specificity. | ||
| + | ====WCS 1.1 data access protocol uses a simple parameter-space-time data query language ==== | ||
| + | ** give me the data for specific Obs parameter, 3D Bounding box, time range. | ||
| + | ** The return payload is a slice or dice (sub-cube) subset of the original data along well defined dimensional axes and boundaries. | ||
| + | === CF-netCDF and WCS 1.1 compatibility === | ||
Revision as of 03:11, July 14, 2011
< Back to
Error creating thumbnail: Unable to save thumbnail to destination
| Workshops | Air Quality Data Network
See Talk Page dor discussion
Data Streaming ...
- streaming,
- netCDF and
- Comparison
CF-netCDF and WCS 1.1 for data exploration and analysis
=CF-netCDF is a strongly typed data structure for multidimensional data cubes
- netCDF gives the storage and data access facility;
- CF gives it the semantic clarity and specificity.
WCS 1.1 data access protocol uses a simple parameter-space-time data query language
- give me the data for specific Obs parameter, 3D Bounding box, time range.
- The return payload is a slice or dice (sub-cube) subset of the original data along well defined dimensional axes and boundaries.