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

Add "operators" functions #44

Closed
agouge opened this issue Nov 22, 2013 · 5 comments
Closed

Add "operators" functions #44

agouge opened this issue Nov 22, 2013 · 5 comments

Comments

@agouge
Copy link
Contributor

agouge commented Nov 22, 2013

The following functions from the GDMS operators package must be added to H2GIS:

  • ST_GeomUnion
  • ST_GeomUnionArg
  • ST_RingBuffer

If you decide to work on this, please specify in the comments which functions you plan to implement.

@ebocher
Copy link
Member

ebocher commented Jan 7, 2014

I'm working on ST_RingBuffer. ST_GeomUnion is replaced by ST_UNION(ACCUM(the_geom)); and ST_GeomUnionArg is replaced by ST_UNION(geomA, geomB);

@agouge
Copy link
Contributor Author

agouge commented Mar 25, 2014

@ebocher Have you finished ST_RingBuffer?

@ebocher
Copy link
Member

ebocher commented Mar 25, 2014

Not yet. Planned for next week. ;-)

@ebocher
Copy link
Member

ebocher commented Mar 27, 2014

Done #241. Please test it.

@ebocher
Copy link
Member

ebocher commented Apr 2, 2014

We can close this issue.

@ebocher ebocher closed this as completed Apr 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants