6 ms·
This is awesome. Such a great use case for nix. I do a lot of geospatial processing in the cloud and I've been using Tippecanoe a lot to create vector tiles. I
by afatparakeet 3y ago
This is awesome. Such a great use case for nix.
I do a lot of geospatial processing in the cloud and I've been using Tippecanoe a lot to create vector tiles. It pairs well with PM Tiles for storing on the cloud. It seriously increases the web app performance for massive data sets. I queue these up with ECS tasks to process our json/csv/parquet input and create optimize vector tile outputs.
https://github.com/felt/tippecanoe https://github.com/felt/tippecanoe
https://github.com/protomaps/PMTiles https://github.com/protomaps/PMTiles
Tippecanoe would be a great addition to your nix packages. I've been thinking more and more about how Nix could fit into this pipeline.
Great work!
- imincik 3y agoThank you. tippecanoe is provided by nixpkgs and you can search for it in "PACKAGES" tab in geospatial-nix.today.
- afatparakeet 3y agoOh awesome! Thanks for the tip!