Skip to content

Commit

Permalink
relax wcs test because result deffers by version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Dec 6, 2024
1 parent a911373 commit 53276e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ def test_ndvi_xarray(self):
dims=["band", "y", "x"],
attrs={
'AREA_OR_POINT': 'Area',
'transform': (45.0, 0.0, -180.0, 0.0, -22.5, 90.0, 0.0, 0.0, 1.0),
# 'crs': "CRS.from_wkt('GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4326\"]]')",
# 'transform': TODO: could be "(45.0, 0.0, -180.0, 0.0, -22.5, 90.0, 0.0, 0.0, 1.0)" or "Affine ..."
# 'crs': " TODO: could be "CRS.from_wkt(..." or "CRS.from_epsg(..."
'res': (45.0, -22.5),
'scale_factor': 1.0,
'_FillValue': 0.0,
Expand Down

0 comments on commit 53276e9

Please sign in to comment.