njtierney / geotargets

Targets extensions for geospatial data
https://njtierney.github.io/geotargets/
Other
60 stars 4 forks source link

Add `tile_n()` #96

Closed Aariq closed 2 months ago

Aariq commented 2 months ago

Closes #86 by adding a tile_n() helper. The only open question is what to do when n is odd? Keep it as rectangular as possible and round up the number of tiles or just do n rows and 1 column? Not sure if one has a performance advantage over the other.