Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create an extension for PostgreSQL #3

Open
bartvde opened this issue Nov 13, 2013 · 2 comments
Open

create an extension for PostgreSQL #3

bartvde opened this issue Nov 13, 2013 · 2 comments
Assignees

Comments

@bartvde
Copy link

bartvde commented Nov 13, 2013

Thanks for your presentation at #osgeonl today.

I talked to my colleague Paul Ramsey about how to integrate this into PostGIS, and he came up with an alternative. See below:

Their code could be an extension that consumes WKB and outputs WKB
Requires no dependency on postgis at compile time
And just has a couple SQL functions that take in geometry, output wkb, hand to the internal functions, etc
Basically, that's how I did the pgpointcloud postgis integration
Pointcloud has no compile-time dependency on postgis
And all the interaction is via wkb in bytea structures
Makes it easy to write add-ons without the overhead of getting into the postgis build

@hugoledoux
Copy link
Member

That's a very good idea Bart, cheers! I had not thought of that, but indeed that's a simple and elegant solution.

I'll look into it when I have time--if you want to help, be my guest.

@bartvde
Copy link
Author

bartvde commented Nov 14, 2013

hey @hugoledoux I'm afraid my programming skills are mostly on the javascript side of the spectrum ;-) so I won't be able to help much here unfortunately.

@ghost ghost assigned hugoledoux Nov 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants