SK53 · @SK53
133 followers · 484 posts · Server en.osm.town

Pondering on ways to use DB scan clustering and wondered if one can constrain the clustering in any way ( could be an example). Turns out there's a decent literature out there, e.g., researchgate.net/publication/3. Look foward to finding implementations in a few years in 😀

#15minutecities #qgis #postgis

Last updated 1 year ago

Claire Giordano ✹ · @clairegiordano
675 followers · 296 posts · Server hachyderm.io

"Where" is a fundamental question for people (think: where are you from? where do you live?)—and as Regina Obe says: "Where is the universal foreign key."

Which is why it was sooooo fascinating đŸ€Ż for Pino de Candia & me to talk to @pwramsey & Regina Obe today on the podcast đŸŽ™ïž
about why people care about PostGIS and Postgres.

I will share the link to the episode 🎧 as soon as Carol Smith & @asw publish it later this week! Soon soon.

#pathtocituscon #podcast #postgresql #postgis #gis

Last updated 1 year ago

Claire Giordano ✹ · @clairegiordano
674 followers · 294 posts · Server hachyderm.io

If &/or is your jam 👋 join us for the live recording of the Path To Citus on Wed Sep 6th @ 10am PDT

There is a live text chat that happens in parallel to the live podcast recording

Guests @pwramsey & Regina Obe are renowned in the geospatial field

Topic = Why people care about PostGIS &

This cal invite has instructions on how to join.

(you can listen to podcast after it is published, but participating live is fun)

Pls boost

aka.ms/PathToCitusCon-Ep07-cal

#postgis #postgresql #podcast #postgres

Last updated 1 year ago

Paulo · @ecodiv
51 followers · 69 posts · Server fosstodon.org

I was looking for a database tool I could use for both / and SQLite databases. I got the tip to look into . Just started using it, but I am already impressed. But of course, it is always good to know what the alternatives are. Do you have other suggestions for open source database tools that can handle different (remote and local) databases?

#postgresql #postgis #dbeaver

Last updated 1 year ago

Paul Förster :verified_blue: · @paulfoerster
1416 followers · 6242 posts · Server swiss.social

@Toasterson Found the answer: Up to, and including PostGIS 3.3.4, hdf5 has to be present before building gdal. gdal will complain if it can’t find hdf5.

Since everything on any distribution is hopelessly out of date and I can’t choose the platform, I need to build everything. 😞 So I put building hdf5 before gdal and this seems to work without complaints from gdal.

Next: building 3.4.0. Let’s see what this will be like. Another nightmare on or ?

#suse #Linux #postgis #opensuse

Last updated 1 year ago

Paul Förster :verified_blue: · @paulfoerster
1415 followers · 6221 posts · Server swiss.social

Does anyone know whether the current PostGIS extension 3.3.4 for PostgreSQL still uses the hdf5 package? I’m on openSUSE Leap 15.4, compiling from source.

I ask because I can compile it from source without a) hdf5 being installed (anymore) and b) not compiling/installing hdf5 myself.

So what, if anything at all, is hdf5 being used for PostGIS? I can’t find it in the prerequisites anymore either. Can anyone help me out here, please? Do I still need it or not?

#opensuse #postgis #PostgreSQL

Last updated 1 year ago

jerseybastion · @jerseybastion
12 followers · 8 posts · Server mapstodon.space

The FOSS4G team has been posting this year's talks and mine just hit the channel: youtube.com/watch?v=gl7LMEPvAm

A companion article is here: jaxartes.net/pages/ads-b/

#FOSS4G #foss4g2023 #postgis #openskynetwork #adsb

Last updated 1 year ago

GregCocks · @GregCocks
598 followers · 534 posts · Server techhub.social

National Park Services (NPS) ‘Park Tiles’ [public web mapping, USA]
--
nps.gov/maps/tools/park-tiles/ <-- entry point
--
H/T @james McAndrew + @jake Coolidge
[also a mobile app ]
“Park Tiles is a suite of online basemaps designed to fit the National Park Service’s graphic identity. Built with simplicity and flexibility in mind, Park Tiles basemaps can be used as stand-alone reference maps, or customized web maps with additional data overlays. Park Tiles features NPS-sourced data inside park boundaries, and relies on OpenStreetMap data to provide additional context
”

@NPS

#gis #spatial #mapping #postgis #postgressql #qgis #vectortiles #opendata #opensource #gischat #parktiles #osm #basemaps #nps #Maps #webmaps

Last updated 1 year ago

Jody Garnett · @jodygarnett
75 followers · 135 posts · Server fosstodon.org

Join these two at @foss4gna :)

#jts #postgis #postgresql

Last updated 1 year ago

Bill · @bil
631 followers · 556 posts · Server vis.social

While I'm still trying to get 3.3 on my Mac and RDS instances, the team is barreling on ahead to 3.4. Amazing work, y'all.

postgis.net/2023/08/PostGIS-3.

#postgis

Last updated 1 year ago

Nicolas FrĂ€nkel · @frankel
849 followers · 1043 posts · Server mastodon.top
Beej · @beejjorgensen
140 followers · 279 posts · Server mastodon.sdf.org

Bringing 's absolute value map projection to life with .

crunchydata.com/blog/xkcd-bad-

#xkcd #postgis #gis #sql

Last updated 1 year ago

GregCocks · @GregCocks
532 followers · 481 posts · Server techhub.social
Konstantin 🚀 · @konstantin
805 followers · 216 posts · Server social.headbright.eu

PostGIS is so cool, did you know you can just make it return rows as GeoJSON?

Say you have a table with an id, location and other columns. You can `SELECT ST_AsGeoJSON(t.*) FROM thetable AS t` and it will return niceley formatted puttin all extra columns as "properties". Even the SRID of the location will be added đŸ€©

#geojson #postgresql #postgis

Last updated 1 year ago

· @aandre
13 followers · 65 posts · Server mapstodon.space
stevefaeembra · @stevefaeembra
175 followers · 91 posts · Server mapstodon.space

Revisiting an old project - pub "ley lines".đŸș Finding chance aligments in spatial features.

Here I use pubs, data copyright contributors. Done in

Definition - a line, 200km or longer, with 6 or more pubs within 5m of the line. (The end points count as 2)

Because of random sampling you get different results each time.

They are way more common than you would expect by intuition. This is with a 5% sample.

#OpenStreetMap #qgis #postgis

Last updated 1 year ago

James Jefferies · @jamesjefferies
245 followers · 923 posts · Server mastodon.me.uk

Given a collection of geoJSON features, adjoining polygons, is it possible to collate or collapse them to be just the outer boundaries of adjacent features? A handy library or postGIS thing?

#geojson #postgis

Last updated 1 year ago

GregCocks · @GregCocks
396 followers · 431 posts · Server techhub.social
Rony Nedkov · @rony
21 followers · 14 posts · Server mapstodon.space

Postgis day is also very interesting! Usually in November, but I haven't seen a date yet for 2023

#postgisday #postgis

Last updated 1 year ago

Rony Nedkov · @rony
20 followers · 9 posts · Server mapstodon.space

Interested in the why, what and how behind my new side project mapstyler.com?

I wrote a blog post. oneprojectatatime.nl/launching

#WebGIS #geospatial #Openlayers #gischat #postgis

Last updated 1 year ago