-
Notifications
You must be signed in to change notification settings - Fork 16
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
aggregate_polygon: coordinate ref system #53
Comments
The process allows two data types:
We may need to clarify the output CRS, but I'd guess it is either restricted by the the output format (if GeoJSON for example) or will be just the CRS of the input polygons. We'll probably tackle this in #2. |
m-mohr
changed the title
aggregate_polygons: coordinate ref system
aggregate_polygon: coordinate ref system
Mar 29, 2019
This was referenced Apr 19, 2021
Closed
soxofaan
added a commit
to Open-EO/openeo-python-client
that referenced
this issue
Apr 22, 2021
…egate_spatial` and `mask_polygon` Harmonize geometry handling in `aggregate_spatial` and `mask_polygon`, including handling of non-standard crs and whitelisting of allowed GeoJSON types Raises warning when using a CRS for the geometry of `aggregate_spatial` and `mask_polygon` Also mark this more clearly in the docs Related: #202, Open-EO/openeo-processes#235, Open-EO/openeo-processes#53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The aggregate_polygons method spec does not mention the handling of the coordinate system of the provided polygons. There are some options:
The text was updated successfully, but these errors were encountered: