Feature Request: Support for the MGRS tile grid #149
-
Hello, morecantile looks like a very useful package which I would ideally like to use in combination with rio-tiler to split my image datasets into Military Grid Reference System (MGRS) tiles. This format is the base gridding system for many remotes sensing datasets, including the Sentinel-2 optical satellite mission. Is MGRS support something that morecantile could offer in the future, and if so what can I do to contribute? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @forrestfwilliams thanks for opening this discussion. Sadly the MGRS grid do not follow the TileMatrixSet speficiation, so there is no real way to define it using Morecantile worth noticing that the Sentinel 2 mission does not strictly follow the MGRS grid https://hls.gsfc.nasa.gov/products-description/tiling-system/ note: in https://github.com/developmentseed/titiler-digitaltwin/blob/main/titiler_digitaltwin/reader.py we've used a geojson of the MGRS grid |
Beta Was this translation helpful? Give feedback.
Hi @forrestfwilliams thanks for opening this discussion.
Sadly the MGRS grid do not follow the TileMatrixSet speficiation, so there is no real way to define it using Morecantile
worth noticing that the Sentinel 2 mission does not strictly follow the MGRS grid https://hls.gsfc.nasa.gov/products-description/tiling-system/
note: in https://github.com/developmentseed/titiler-digitaltwin/blob/main/titiler_digitaltwin/reader.py we've used a geojson of the MGRS grid