nci / gsky

Distributed Scalable Geospatial Data Server
32 stars 16 forks source link

Can't get the Jupyter examples to work #386

Closed rbeucher closed 4 years ago

rbeucher commented 4 years ago

Hi,

I have been trying to use the services using owslib and the jupyter examples provided here https://github.com/nci-training/gsky-demos.

I can't get any of the example to return an image.

Here is the kind of request generated by WebMapService:

http://gsky.nci.org.au/ows/dea?SERVICE=WMS&service=WMS&version=1.3.0&request=GetMap&layers=landsat8_nbart_daily&styles=&width=256&height=256&crs=EPSG%3A4326&bbox=-37%2C147%2C-35%2C148&format=image%2Fpng&transparent=FALSE&bgcolor=0xFFFFFF&exceptions=XML&time=2013-03-21T00%3A00%3A00.000Z&Styles=tc

Just a black image...

Any suggestions?

Thanks!

edisonguo commented 4 years ago

@rbeucher this is because there is no data corresponding to the bbox and time parameters in the request. It's likely that the authors of the notebook hasn't kept up to date. I'll let them know about this issue. Thanks for pointing it out.

Having said that, an easy and general way to find a working example URL goes like this: