How to define custom TMSs with variableMatrixWidths? #155
-
I was looking again at #131 and I don't see an obvious way within morecantile for constructing custom tile matrix sets with variable matrix widths programatically. I suppose I could always clone the dict for GNOSISGlobalGrid and update values for my particular needs and do something like what is done in tests/test_tms_variable_width.py to define the test TMS, but I think there would be a way to make this behavior configurable for the .custom method. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
actually maybe that test does in fact show that setting |
Beta Was this translation helpful? Give feedback.
I ended up doing some work that seems to reproduce the gnosis global grid and wrote some functions that seem to do the job: