IndigoWizard / NDVI-Viewer

Monitor Vegetation Health by Viewing & Comparing NDVI Values & Satellite Images On The Fly!
https://ndvi-viewer.streamlit.app/
16 stars 6 forks source link

User input: date time - 2: time range #17

Closed IndigoWizard closed 1 year ago

IndigoWizard commented 1 year ago

minimizing input data to avoid cramming UI with x4 date input widgets to form time frames for each satellite image collection.

IndigoWizard commented 1 year ago

Since I'm using Streamlit 1.24.1 currently there's no single input for a time frame thus I need to create a time frame from single date input by adding few days before and after the selected date to have enough range to filter through the satellite image data.

Once Streamlit 1.25.0 is available on conda-forge this section of the code will be rewritten. Waiting for https://github.com/conda-forge/streamlit-feedstock/pull/81 to resolve