Skip to content

Commit

Permalink
Merge pull request #64 from ruithnadsteud/alt_reproj
Browse files Browse the repository at this point in the history
Alternative reproject method, better consistency for window selection + additional features at load
  • Loading branch information
brittonsmith committed Aug 24, 2022
2 parents 7329bd6 + 019b2c4 commit e5ba7eb
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 145 deletions.
2 changes: 0 additions & 2 deletions tests/test_save_as_geotiff.py
Expand Up @@ -27,8 +27,6 @@ def test_save_default(self):
ds = yt.load(*fns)

fields = [
("LC08_L2SP_171060_20210227_20210304_02_T1", "L8_B1"),
("S2A_MSIL1C_20210315T075701_N0209_R035_T36MVE", "S2_B06"),
("S2A_MSIL1C_20210315T075701_N0209_R035_T36MVE", "NDWI"),
("LC08_L2SP_171060_20210227_20210304_02_T1", "LS_temperature"),
]
Expand Down
2 changes: 1 addition & 1 deletion yt_georaster/__init__.py
@@ -1,5 +1,5 @@
from yt_georaster.data_structures import GeoRasterDataset
from yt_georaster.io import IOHandlerGeoRaster
from yt_georaster.utilities import save_as_geotiff
from yt_georaster.utilities import save_as_geotiff, get_field_as_raster_array

__version__ = "1.0.dev0"

0 comments on commit e5ba7eb

Please sign in to comment.