logoalt Hacker News

michaeljhgtoday at 12:22 PM2 repliesview on HN

Also https://postgis.net/


Replies

thibautgtoday at 1:03 PM

And with PostgREST [0], you can automatically convert any PostGIS table (with geometry or geography column) to GeoJSON by using an "Accept: application/geo+json" header in the request.

[0] https://docs.postgrest.org/en/v14/how-tos/working-with-postg...

Zambytetoday at 1:21 PM

Also https://github.com/timescale/timescaledb

I've found it very useful for storing geospatial data over time.