CoralMapping / tutorials

MIT License
2 stars 0 forks source link

Jamaica WMS request times out in eez_percent_distribution_tutorial.ipynb #5

Open vkirkl opened 3 years ago

vkirkl commented 3 years ago

The requests for ACA WMS data for Jamaica (jamaica_geomorphic = get_aca_layer(['geomorphic_data_verbose'], jamaica_bbox) and jamaica_benthic = get_aca_layer(['benthic_data_verbose'], jamaica_bbox) in lines 453 and 457) time and and fail ungracefully. Perhaps a Geoserver limitation? Maybe recode the tutorial to use a smaller, or less complex area for the time being?

alans-alaska commented 3 years ago

@vkirkl You could use the tiled version if that works for you. I remember that being much less likely to time out. (There's an example Jupiter notebook somewhere).

kishkumar96 commented 3 years ago

Hi, I'm facing the same issue was it resolved? @vkirkl @alans-alaska , how do I access the tiled version?

vkirkl commented 3 years ago

Noting that retrying (see related issue #9) has been working for me.