-
Notifications
You must be signed in to change notification settings - Fork 17
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
Streamline GeoJSON import #346 #412
Conversation
If I understand correctly, after that this PR will be merged, when a user will select a polygon aoi in a |
In the Web Editor it would complicate things a bit as you'd need to add the load_geojson specifically to the model builder and then connect it to the temporal_extent parameter, but on the other hand it simplifies, because you can reuse it in subsequent processes like aggregate_spatial. |
I just had a quick look at this PR, but this looks like a heavily breaking change. |
You can always still support geojson by adding the missing schema again. Having it still in here in 2.0 as deprecated would also mean new implementations would face it, which is not ideal. |
8+ |
The PR has been updated according to the discussions today. Please review. |
# Conflicts: # proposals/filter_vector.json # proposals/vector_buffer.json # proposals/vector_to_random_points.json # proposals/vector_to_regular_points.json
# Conflicts: # CHANGELOG.md # load_collection.json # proposals/filter_vector.json # proposals/load_ml_model.json # proposals/load_result.json
Applied the deprecation as discussed. Will create a new PR for load_geojson. |
Streamlines the GeoJSON import #346
The load_geojson function probably needs a bit better description on how to construct the data cube.