nsidc.metgen.readers.netcdf_reader¶
Interface functions that read various metadata attribute values from source science data files.
Functions
|
Extract bounding rectangle from lat/lon geospatial attributes. |
|
|
|
|
|
Read the content at netcdf_path and return a structure with temporal coverage information, spatial coverage information, file size, and production datetime. |
|
|
|
|
|
|
|
|
|
|
|
Extract bounding rectangle using coordinate transformation from projection coordinates. |
|
Extract polygon vertices from geospatial_bounds WKT POLYGON attribute, transforming to EPSG:4326 if necessary. |
|
Return an array of dicts, each dict representing one lat/lon pair like so: |
|
Generate the thinned perimeter of a grid. |
|
Use time_coverage_end attribute if it exists, otherwise use a duration value from the ini file to calculate the time_coverage_end. |
|
|
|
Return an array of datetime strings |