Geopoly in SQLite
I noticed this morning that one of my Datasette installations had the Geopoly SQLite extension enabled.
3 posts tagged “geojson”.
I noticed this morning that one of my Datasette installations had the Geopoly SQLite extension enabled.
I was playing around with datanews/amtrak-geojson, which provides GeoJSON for Amtrak stations and track segments.
In order to efficiently generate a GeoJSON representation of a vast number of locations, I'm currently experimenting with generating the GeoJSON directly inside a PostgreSQL SQL query using and…