Articles tagged: coordinates

Aug 26, 2013
Library software like netCDF or HDF5 provides access to multidimensional data by array indices, but we would often rather access data by coordinates, such as points on the Earth's surface or space-time bounding boxes.  This blog, with an accompanying iPython notebook, explores some issues with correctness and efficiency in accessing data by coordinates instead of array indices in a real-world example.

Aug 9, 2012
The gory details of CF compliant WRF.
Aug 8, 2012

The WRF group is interested in making their output CF compliant. Hug the next person you see.

Jul 27, 2012

In which we travel to alternate universes and cavort with dolphins.

Jul 27, 2012

You really have to use the rich, chocolaty netCDF-4 instead of vanilla HDF5 for earth science data. Here's why.

May 4, 2011

You may be shocked that netCDF coordinates can't always be monotonic. Other embarrassing facts are also revealed.

Oct 17, 2008
I'm looking to categorize coordinate mapping functions:  ways to map from the index space of a data variable to a vector of coordinate values.
Oct 16, 2008
Preliminary thoughts on storing ragged arrays in netCDF. Now supreceeded by the CF discrete sampling proposal,
Oct 11, 2008
CF defines a way to save space in netCDF files with "compression by gathering". Lets have a close look!