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

add bare soil playbook #358

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

add bare soil playbook #358

wants to merge 2 commits into from

Conversation

yoann-malbeteau
Copy link
Contributor

In this playbook, we combine several powerful tools to analyze agricultural fields over time:

  1. Data Retrieval: We use the Sentinel Hub API to fetch satellite imagery data for a specific field over a given time range.

  2. Index Calculation: The script calculates various spectral indices, including MSAVI (Modified Soil Adjusted Vegetation Index), BSI (Bare Soil Index), NDTI (Normalized Difference Tillage Index), TI (Tillage Index), and NDBI (Normalized Difference Built-up Index).

  3. Bare Soil Probability: Using a combination of these indices, we estimate the probability of bare soil for each data point.

  4. Time Series Analysis: The script processes this data into a time series, allowing us to track changes over time.

  5. Bare Soil Period Identification: We identify continuous periods where the bare soil probability exceeds a certain threshold.

  6. Visualization: The results are visualized in two graphs: one showing all indices over time, and another focusing specifically on bare soil probability.

@yoann-malbeteau yoann-malbeteau marked this pull request as draft November 14, 2024 09:17
@yoann-malbeteau yoann-malbeteau marked this pull request as ready for review November 26, 2024 15:10
@yoann-malbeteau yoann-malbeteau requested review from Guyon-Duifhuizen and removed request for matthew-ballard December 3, 2024 08:17
Copy link

@Guyon-Duifhuizen Guyon-Duifhuizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

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.

2 participants