Recommendation for how to query 1.3 GB GeoJSON file with PostGIS
Hi all,
I have a 1.3 GB GeoJSON file that I was thinking I could use Neon to query if a certain coordinate falls under any boundary defined in the GeoJSON file (once uploaded to Neon).
Do you think this would be a good application to use neon + postgis? Or should I try to do this some other way.
I am planning on running this on AWS Lambda
1 Reply
metropolitan-bronze•15mo ago
I would expect postgis to be able to handle such a thing, but you'll have to upload the file into your postgres instance using a format that postgis understands. You'll also need a paid plan