You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the zmap module, with functions for reading ZMAP files (read_zmap()) and for writing files starting from an xarray.DataArray or from a NumPy array.
Added xarray.DataArray accessor (in xarray.py) to save in ZMAP and OpendTect formats. The plan is to add more target formats the the accessor, according to need.
Added tests for the ZMAP components. Removed run_tests.py and put the pytest options in setup.cfg, which seems cleaner.
Started trying to maintain this file properly!
Note that there are two ‘work in progress’ files, esri.py and usgs.py, which will eventually read some common DEM formats.