AetherModel / aetherpy

Python package that supports Aether analysis
GNU General Public License v3.0
0 stars 5 forks source link

Functions for reading block-based netcdf files + README.md update #15

Closed MrHaikuSwan closed 1 year ago

MrHaikuSwan commented 2 years ago

Added two functions for reading block-based netcdf files, read_blocked_netcdf_header and read_blocked_netcdf_file; they error on non block-based files and have a slightly different output dictionary structure; rather than keying data arrays to indices of variables in data['vars'], the keys are the names of the variables themselves.

Also added a README section for managing dependencies with conda; this accommodates cartopy, which is a new package used in the newer plotting scripts I wrote to make global coordinate transformations easier.