Skip to content

Added coast linestrings and outer loop for tile-grid calculation

Karsten Prehn requested to merge feature/tilegrid-setup into main

This finishes the assembly (see function static_data_in_quadkey) of vector data by adding coastline linestrings to the tile_polygons_gdf data object. Example below:

coastline_in_tile_polygons

All related code from the main function has been moved into a functiontile_data.

The next steps concern the actual construction of the tile-grids. For that I've outlined a rough structure (a loop), to where I then later add dedicated functions. For now there are only placeholders instead.

\approve @ds @marius

Merge request reports