-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support load_geojson
and load_url
#211
Labels
Comments
related: question about cleaner alignment between loading geojson from inline object and URL: |
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 4, 2023
soxofaan
added a commit
that referenced
this issue
Aug 7, 2023
soxofaan
added a commit
that referenced
this issue
Aug 7, 2023
soxofaan
added a commit
that referenced
this issue
Aug 7, 2023
This was referenced Aug 7, 2023
soxofaan
added a commit
that referenced
this issue
Aug 8, 2023
also added initial version of |
created follow up tickets: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(In addition to all experimental alternatives we currently have:) Support standard vector cube loading with these new processes:
load_geojson
to convert inline GeoJSON to VectorCube (see Process to load a vector cube openeo-processes#322 Add load_geojson openeo-processes#427load_geojson
issues openeo-processes#448 process to convert inline GeoJSON to a vector cube openeo-processes#346)load_url
to (among others) load GeoJSON URL as VectorCube (see Process to load a vector cube openeo-processes#322 Add load_url openeo-processes#428)load_geojson
directly supports specifying which properties to load.load_url
could do the same through theoptions
parameterThe text was updated successfully, but these errors were encountered: