UCL / pyCascadia

Implementation of GEBCO cookbook remove-restore and other cleaning of topography/bathymetry. Uses `pyGMT`.
Mozilla Public License 2.0
9 stars 0 forks source link

Consolidate geotiff and netcdf loaders #17

Closed JamieJQuinn closed 3 years ago

JamieJQuinn commented 3 years ago

This PR replaces rasterio's geotiff loading with a similar process done via xarray. This was intended to remove the dependency on rasterio and solve #8 however xarray still requires rasterio. Instead, this has helped consolidate the two different loaders which now function much more similarly.

JamieJQuinn commented 3 years ago

Well that was arduous...