Brandon Liu

Results 552 comments of Brandon Liu

Looks like it comes from this way: https://www.openstreetmap.org/way/222278733/ It starts looking like this in build 20250310 on https://maps.protomaps.com/builds/ Not sure if this is a refactoring of landuse issue or data...

I think this is just a CLI UI issue and not an underlying data problem - it should be fine for a node ID to exist in the Locations db...

Working on Step 2 above here: https://github.com/mapnik/mapnik/issues/3655#issuecomment-678532685 For Step 1, my feeling is that for the zh-hant locale this problem is so pervasive that an OSM data based approach isn't...

> Passing the key in the url is not safe If you are using HTTPS then basic authentication should be as safe as passing the key in the URL. Making...

> Option 1: > gdal requires ludicrous amount of free space (7+ TB) Does this also happen if you create a `.vrt` using `gdalbuildvrt` instead of using `gdal_merge`? Then `gdal_translate`...

> The issue is that gdal_translate is single-threaded. The above process takes 4 days for a 120GB dataset. Maybe https://github.com/mapbox/rio-mbtiles is a multithreaded option? I've been exploring a derivative of...

> Let's assume the simplest use-case (merging pmtiles with no overlaps) In most cases "no overlaps" is not actually feasible. If you have 2600 GeoTIFFs, and each one is being...

^ My solution to the above is that any correct solution needs to start with a `.vrt` and GDAL handles the raster mosaicing prior to tiling. I suggested `rio-mbtiles` because...

> Again, I love PMTiles but this hasn't been a great experience The problems you are encountering seem to be related to your specific challenging dataset and tiling it, regardless...