Align point handling in load_collection/spatial_extent
and filter_spatial
#502
Labels
load_collection/spatial_extent
and filter_spatial
#502
filter_spatial
explicitly mentions support for points and lines (alongside polygons) in the provided geometry.While
spatial_extent
inload_collection
is most commonly used with a bounding box, it also can be GeoJSON/Vectorcube, and it looks the intention is to have equivalence between (pseudocode):load_collection(spatial_extent=geoms)
andload_collection().filter_spatial(geoms)
.However only Polygons are allowed in
load_collection/spatial_extent
(in single, multi-, feature or feature collection variants). Points nor Lines are explicitly mentioned and seem to be forbidden, which is a bit of alignment problem betweenload_collection
andfilter_spatial
.The text was updated successfully, but these errors were encountered: