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

Convert input grid to float32 after loading. #63

Closed JamieJQuinn closed 3 years ago

JamieJQuinn commented 3 years ago

Previously, only netcdf files were converted to float32. This caused an issue with int16-formatted geotiff files (#58). Now, regardless of the input filetype, the array is converted after it is loaded.