-
Notifications
You must be signed in to change notification settings - Fork 13
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 optional geospatial functionality #70
Comments
@emiliom - thanks for capturing this. We really needed to move forward with the API for several reasons and the geospatial stuff was holding us back. We just hadn't been able to figure it out. So, if we can get some help with this and figure out how to add it back in with support across the RDBMS, that would be awesome. |
Just saw this 1-year-old commit to ODM2RESTfulWebServices that's relevant to this topics/issue. I'm adding a link to it here for reference, to follow up once we focus on this topic in |
Adding a link to PR #72 (removed dependencies to geoalchemy and shapely), which we just merged. It includes some possibly useful comments, PR's, etc. |
The recent PR #69 completed the removal of all geospatial capability (even optional ones) around
SamplingFeatures.FeatureGeometry
that started with a commit in early June that removed theshape
method on themodels.py
SamplingFeatures
class and related, geoalchemy-based functionality.For convenience for future follow-ups, I'm pasting below some of my own comments from the discussions on PR #69:
TO-DO for me (Emilio):
FeatureGeometryWKT
to Python geospatial objects.cc'ing @lsetiawan, b/c I plan to start pulling him into
odm2api
development later this month. He's already built some ODM2 geodjango experience, and has a strong Python geospatial experience.The text was updated successfully, but these errors were encountered: