Open-EO / Open-EO/openeo-python-driver

Support filter_bbox on vector cubes

Open
#219 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

vector cubes
Dominant language
Python
Stars
12
Forks
8
Avg merge
6d 3h
Merged PRs (30d)
4

Description

https://github.com/Open-EO/openeo-python-driver/blob/4771bcc8ede3d7da1e4e01b375d16bc856ec9618/openeo_driver/ProcessGraphDeserializer.py#L1176-L1180

add support for filter_bbox on vector cubes

FYI: from filter_bbox spec:

For vector data cubes, the filter retains the geometry in the data cube if the geometry is fully within the bounding box (as defined in the Simple Features standard by the OGC). All geometries that were empty or not contained fully within the bounding box will be removed from the data cube.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in openeo_driver/ProcessGraphDeserializer.py at lines 1176-1180 and inspect how filter_bbox is currently handled. Use the filter_bbox specification quoted in the issue to determine the vector-cube behavior; done means empty geometries and geometries not fully contained by the bounding box are removed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.