- "If the original AOI is based on a geographic coordinate system such as `epsg:4326` or `epsg:3857`, then there would normally need to be an additional step to translate it from pixel coordinates back to geographic coordinates. To represent a pixel in geographic coordinates, you would need translate both the lower left corner and upper right corner to represent a rectangular polygon. But in this case it's not necessary to do the translation since the original AOIs are already based on pixel coordinates. You can refer to the implementations of [FastSquareGridGenerator](https://geowrangler.thinkingmachin.es/grids.html#fastsquaregridgenerator) and [FastBingTileGridGenerator](https://geowrangler.thinkingmachin.es/grids.html#fastbingtilegridgenerator) for examples of this translation."
0 commit comments