Skip to content
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

Feature/add image collection #240

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

zacdezgeo
Copy link
Collaborator

@zacdezgeo zacdezgeo commented Mar 7, 2025

What I Changed

  • Added a new form to add image collections with support for multiple filters (string and numeric).
  • Refactored filter handling using a dictionary-based approach for cleaner code.
  • Enhanced UI with dynamic filter rows and tooltips.
  • Added unit tests to cover different filter types.

How to Test It

  • Open the form to add image collections.
  • Test adding various filters (e.g., CLOUD_COVER < 10, PROCESSING_LEVEL == 'L2SP').
  • Check if the filters are applied correctly and the layers load as expected.

Other Notes

Reduces collection using median value and renders the reduced image as an EE raster layer.
Reduces the collection using a median operator
Do not add Image Collection if filters are invalid.
@zacdezgeo zacdezgeo requested a review from alukach March 7, 2025 22:53
@zacdezgeo zacdezgeo self-assigned this Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GUI Functionality: Add GEE Image Collection to Map
1 participant