You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to download layer in lat/lon geographic coordinates when it was uploaded in projected coordinates. Unittest test_download_projected_coverage in test_riab_api.py currently fails with the downloaded tif file containing the error message:
Neither Grid Size nor Grid Resolution have been specified
This may be a simple oversight in coverage.py or it might be indicative of a larger problem with projections. Let's hope it is the former.
-- Entire Error Message --
org.vfny.geoserver.wcs.WcsException: Neither Grid Size nor Grid Resolution have been specified.
Neither Grid Size nor Grid Resolution have been specified.
The text was updated successfully, but these errors were encountered:
How to download layer in lat/lon geographic coordinates when it was uploaded in projected coordinates. Unittest test_download_projected_coverage in test_riab_api.py currently fails with the downloaded tif file containing the error message:
Neither Grid Size nor Grid Resolution have been specified
This may be a simple oversight in coverage.py or it might be indicative of a larger problem with projections. Let's hope it is the former.
-- Entire Error Message --
Neither Grid Size nor Grid Resolution have been specified.
The text was updated successfully, but these errors were encountered: