skunk icon indicating copy to clipboard operation
skunk copied to clipboard

Support for PostGIS

Open k0ala opened this issue 5 years ago • 5 comments

Many Postgres-based apps use PostGIS, so it would be great to support it from skunk!

k0ala avatar Dec 19 '19 12:12 k0ala

FWIW, I hacked together some codecs that seem to behave for a few of the PostGIS types in this gist. Maybe of use for a legit PR down the road.

cranst0n avatar Aug 18 '21 15:08 cranst0n

Very helpful, thanks!

tpolecat avatar Aug 18 '21 15:08 tpolecat

So the codecs in my gist are apparently for the built in postgres geometry types and not PostGIS. So while they may be useful in some capacity, they're not what I originally sold them as. As I get further up to speed on this, I'll hopefully have something applicable to PostGIS to share.

cranst0n avatar Aug 26 '21 12:08 cranst0n

The built-in geometry types are useful nonetheless. Thanks!

tpolecat avatar Aug 26 '21 13:08 tpolecat

The suggested codecs are, as stated, for the postgres geometry types, and should have a place in the skunk core imo.

kareblak avatar Aug 14 '23 12:08 kareblak