load_url
with GeoJSON: alignation with load_geojson
#450
Labels
Milestone
load_url
with GeoJSON: alignation with load_geojson
#450
This is follow-up of multiple earlier discussions (e.g. #322 #415 #427 #346).
Current openeo-processes draft has:
load_geojson
to load inline GeoJSON object, supports aproperties
parameter to let user select feature properties to load as cube dataload_url
to (among others) load GeoJSON from a URL, supports a genericoptions
parameterThe
properties
parameter ofload_geojson
is not that trivial (e.g. see #448), but it is quite an important feature.How to get this feature in
load_url
+GeoJSON?I guess currently the only way is that the "GeoJSON" input format (
GET /file_formats
) defines aproperties
parameter that aligns with theproperties
parameter ofload_geojson
.This has a couple of disadvantages for users, backends and documentation:
load_url
+GeoJSON it's a lot harder for regular users to discover theproperties
feature and it's documentation.properties
option for theload_url
process, while this is trivial forload_geojson
Possible alternative: add support in
load_geojson
for loading from URL in addition to inline GeoJSON. I would guess that the additional implementation work for a back-end implementer is very minimal to add this.This has been discussed before, but I can not completely reconstruct if this idea was intentionally dropped or forgotten.
The text was updated successfully, but these errors were encountered: