WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

AWS 2-5: Evaluate Stitching Multiple TDX Hydro Datasets into One Vector Tile Dataset #3627

Closed rajadain closed 2 months ago

rajadain commented 5 months ago

Following the successful evaluation of TDX Hydro as Vector Tiles in #3623, and pending their full ingest in https://github.com/WikiWatershed/global-hydrography/issues/2, create a script to ingest multiple source .gpkg files into one vector tile dataset.

This can be demonstrated with as little as two .gpkg files, for example these two:

image

On quick inspection it seems like most boundaries are clean without intersections:

image

although there is an occasional overlap:

image
rajadain commented 2 months ago

No longer needed since we're using Windshaft rendered raster tiles as of #3644