I love PostGIS. I have used it in many projects. PostGIS raster is really interesting to me but the general sentiment is that it'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've not tried those. Any other ideas?
I remain pretty leery of raster in the database, for the reasons you list, but the power of GDAL to reach out over networks for raster access makes me a little more excited about some raster/vector use cases. It's not a panacea, but it's something. https://blog.crunchydata.com/postgis-raster-and-crunchy-brid...
PostGIS at 20, the Beginning
21–30 of 33 posts
Re: PostGIS at 20, the Beginning
#22Earlier quoted context omitted.
I remain pretty leery of raster in the database, for the reasons you list, but the power of GDAL to reach out over networks for raster access makes me a little more excited about some raster/vector use cases. It's not a panacea, but it's something. https://blog.crunchydata.com/postgis-raster-and-crunchy-brid...
I read that blog post. Such a good example. But there is even a comment in there warning about raster via database. I am going to try it out as well with some MODIS data. I wonder what needs to be done to make raster more performant in POSTGIS?
Re: PostGIS at 20, the Beginning
#23Earlier quoted context omitted.
I remain pretty leery of raster in the database, for the reasons you list, but the power of GDAL to reach out over networks for raster access makes me a little more excited about some raster/vector use cases. It's not a panacea, but it's something. https://blog.crunchydata.com/postgis-raster-and-crunchy-brid...
I read that blog post. Such a good example. But there is even a comment in there warning about raster via database. I am going to try it out as well with some MODIS data. I wonder what needs to be done to make raster more performant in POSTGIS?
Re: PostGIS at 20, the Beginning
#24I'm really looking forward making explorable a 3D world and cities from GIS data, it seems like it'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.
Re: PostGIS at 20, the Beginning
#25PostGIS 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?
There is of course the newer vector tiles which is a better solution in many situations but a bit more complicated to get going. Crunchy Data have made some good examples and a nice tile server for this.
Re: PostGIS at 20, the Beginning
#26Big thanks to all the folks who have spent their time on it. You've created something truly fucking helpful <3
Re: PostGIS at 20, the Beginning
#27PostGIS 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?
PostGIS is now basically the "industry standard", so most third party tools work with it, even Esri! Here's some open source parts: Desktop: https://qgis.org Middleware: https://mapserver.org , https://geoserver.org , https://mapnik.org , https://github.com/crunchydata/pg_tileserv , https://github.com/crunchydata/pg_featureserv Web UI: https://openlayers.org , https://leaflet.org , https://www.mapbox.com/mapbox-gljs
it was a pleasure to use, and pramsey is definitely a stand up person.
Re: PostGIS at 20, the Beginning
#28PostGIS 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?
Mapbox is the probably the best GL based mapping client but it is no longer free on the latest version. Although, its not designed to work with PostGIS explicitly you definitely can. (i.e. querying mvts, map tiles, through PostGIS) Leaflet as others have said is another good option, but is really made for old slipply map tiles. Most of the ESRI based web clients I think look and feel terrible IMO. Rendering just look…
Re: PostGIS at 20, the Beginning
#29PostGIS 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't for PostGIS I'd have been so far up shit creek at one point, I'd have needed climbing gear to go back down. Big thanks to all the folks who have spent their time on it. You've c…
Re: PostGIS at 20, the Beginning
#30I 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.
It's a real gem in the world of geospatial data.