Closed cheginit closed 1 year ago
The MRLC web service has changed the layer names of the tree canopy layers.
Requesting for canopy shouldn't fail.
from pygeoogc import WMS, ServiceURL wms = WMS( ServiceURL().wms.mrlc, layers="NLCD_2011_Tree_Canopy_L48", outformat="image/geotiff", crs=4326, validation=False, ) wms_resp = wms.getmap_bybox( (-69.77, 45.07, -69.31, 45.45), 1e3, )
No response
What happened?
The MRLC web service has changed the layer names of the tree canopy layers.
What did you expect to happen?
Requesting for canopy shouldn't fail.
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
No response
Anything else we need to know?
No response
Environment