TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PostGIS at 20, the Beginning

302 pointsby jkatz05almost 4 years ago

10 comments

rubyn00biealmost 4 years ago
PostGIS is one of those tools (along with Postgres as a whole, Redis also comes to mind) that has been a fucking pleasure to use and depend on. It works, brilliantly, is performant and fairly (relative to complexity) easy to use. If it wasn&#x27;t for PostGIS I&#x27;d have been so far up shit creek at one point, I&#x27;d have needed climbing gear to go back down.<p>Big thanks to all the folks who have spent their time on it. You&#x27;ve created something truly fucking helpful &lt;3
评论 #27351107 未加载
aidosalmost 4 years ago
I always love these little snippets of the history of how these projects come about. When you use something as established as PostGIS these days it’s easy to forget those few individuals that planted the seeds from which it formed.<p>It’s an absolutely wonderful project - hat tip to everyone who has made it was it is.
评论 #27345676 未加载
lukeqseealmost 4 years ago
Much of the interesting work I&#x27;ve been able to do in the last five years is entirely due to the hard work put into PostGIS to make it an <i>excellent</i> open-source GIS platform.<p>Kudos to all involved, and especially Paul for his work spearheading and maintaining it for so many years!
catillacalmost 4 years ago
I recently had to start working with GIS data and also didn’t want to be bound to anything ESRI related. I picked up PostGIS (along with the SQLite one Spacialite) and it’s really a dream to use. This history bite is really cool!
mooneateralmost 4 years ago
I migrated my LAMP stack app to postgres+postgis in 2005, and met with Refractions folks in Victoria for advice, I have nothing but glowing reviews and its only gotten better since.<p>Now I need something like that but in N dimensions...
billfruitalmost 4 years ago
PostGIS is popular and fine, but is there a front end framework available designed to work with it, so that one can fully avoid the proprietary ESRI stack?
评论 #27346551 未加载
评论 #27346048 未加载
评论 #27346126 未加载
评论 #27345688 未加载
评论 #27347488 未加载
评论 #27345681 未加载
评论 #27345856 未加载
评论 #27352262 未加载
评论 #27347107 未加载
评论 #27345955 未加载
gerbleralmost 4 years ago
Thank you Paul!<p>I co-built a small company on GeoDjango (Django + PostGIS) and it was a real pleasure to be able to have such a well-working piece of technology in a very fragmented and messy space.<p>It&#x27;s a real gem in the world of geospatial data.
benboughton1almost 4 years ago
I love PostGIS. I have used it in many projects.<p>PostGIS raster is really interesting to me but the general sentiment is that it&#x27;s a bit slow and only use it if you need to. It just seems so powerful to combine raster and vector with SQL. What would the alternative be for raster query vertical and horizontal combined with vector? GRASSGIS Timeseries tools look interesting but I&#x27;ve not tried those. Any other ideas?
评论 #27347204 未加载
jokoonalmost 4 years ago
I have to admit I was quite happy to use sqlite&#x2F;spatialite and load actual map data into it, it was not easy but manageable.<p>I&#x27;m really looking forward making explorable a 3D world and cities from GIS data, it seems like it&#x27;s quite ambitious and there are people already doing it, but for gaming it would mean having a very large world and require less 3D artists.
CA0DAalmost 4 years ago
Great historical background - thanks Paul!
评论 #27345555 未加载