Difference between revisions of "Streaming and or netCDF File"
From Earth Science Information Partners (ESIP)
Line 9: | Line 9: | ||
=== CF-netCDF and WCS 1.1 for data exploration and analysis === | === CF-netCDF and WCS 1.1 for data exploration and analysis === | ||
− | ====CF-netCDF is a strongly typed data structure for multidimensional data cubes=== | + | ====CF-netCDF is a strongly typed data structure for multidimensional data cubes==== |
* netCDF gives the storage and data access facility; | * netCDF gives the storage and data access facility; | ||
* CF gives it the semantic clarity and specificity. | * CF gives it the semantic clarity and specificity. | ||
====WCS 1.1 data access protocol uses a simple parameter-space-time data query language ==== | ====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. | ** 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. | + | ** 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 === | === CF-netCDF and WCS 1.1 compatibility === |
Revision as of 03:11, July 14, 2011
< Back to | 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.