Skip to content

v0.1.6

Compare
Choose a tag to compare
@kwinkunks kwinkunks released this 11 Sep 10:35
· 26 commits to main since this release
  • 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.