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.
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.