GenericMappingTools / gmtserver-admin

Cache data and script for managing the GMT data server
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Optimize planetry recipes for keeping highest resolutions #174

Closed PaulWessel closed 1 year ago

PaulWessel commented 1 year ago

See #171 for background. I have solved the issue by determining the exact increment and tile size required for the highest resolution, which gets a name based on the floor of the actual increment. Need floor since 2.56 cannot be rint to 3 since we also will make a 03m grid. Testing this now but seems to work so want to get these into the repo for further testing.