PBrockmann / wms-pyferret

Slippy maps with WMS from pyferret
MIT License
3 stars 3 forks source link

subsampling set according to zoom level #4

Open PBrockmann opened 7 years ago

PBrockmann commented 7 years ago

When you work with variable relatively large (for example 1442x1021), tiles that are created with a 256 pixels width and height are quite slow to be generated. Subsampling could be use when zoom level is high. Don't know how to link the subsampling and zoom level, especially with curvilinear grids.

PBrockmann commented 7 years ago

Study a solution based on Ansley answer. http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2016/msg00496.html but injection of the value inside variables will be painful.