-
Notifications
You must be signed in to change notification settings - Fork 8
Notebook combining sentinel 2 and 3 to calculate NDVI Time Series #180
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
Draft
Yuvraj198920
wants to merge
12
commits into
main
Choose a base branch
from
105-combine-sentinel-2-and-sentinel-3-ndvi-time-series
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Notebook combining sentinel 2 and 3 to calculate NDVI Time Series #180
Yuvraj198920
wants to merge
12
commits into
main
from
105-combine-sentinel-2-and-sentinel-3-ndvi-time-series
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…- Fixed 45/51 errors (42 f-strings, 3 unused imports). Remaining 6 E402 errors need manual review.
- Combine Sentinel-2 and Sentinel-3 NDVI calculations - Multi-scale analysis for Vaia storm impact detection - Parallel processing with ThreadPoolExecutor - Weekly aggregation for S2/S3 comparison - Multiple visualization approaches for multi-sensor data
Contributor
Author
|
@clausmichele I’ve switched the data source to EODC datasets. Please review the changes. |
Member
|
@Yuvraj198920 there are several things to be fixed:
I will continue the review once the previous points are fixed, thanks! |
… Q&O cell - Move notebook to Sentinel-2 folder and rename to NDVI_TimeSeries_Sentinel2_Sentinel3.ipynb - Remove openEO notebook (Combine_Sentinel_2_3_ndvi_calculation.ipynb) - Replace s3fs bucket access with STAC-based discovery using pystac_client - Update frontmatter and TOC to remove openEO references - Add Questions and Objectives cell in proper MyST format - Fix timezone issues in vaia_date comparisons - Update processing functions to use STAC item assets
…2-and-sentinel-3-ndvi-time-series
- Use dask_gateway for distributed computing - Use xcube-eopf data store for simplified STAC access - Simplify S2/S3 data loading with store.open_data() - Replace complex processing functions with Dask lazy operations - Update bbox format to tuple for reproject_bbox compatibility - Remove unused warnings import
This notebook demonstrates the Dask Gateway + xcube-eopf approach for processing Sentinel-2 and Sentinel-3 NDVI time series. Note: Currently blocked by upstream issues: - Issue #61: Missing proj:bbox in STAC metadata for older Sentinel-2 data - Issue #62: Wrong coordinate arrays for Sentinel-3 OLCI (tie-point vs full-res) - Issue #63: Broken asset URLs with /../ paths in newer Sentinel-3 data The notebook includes debug cells documenting these issues and will work once the upstream fixes are applied.
a03169c to
d3adb79
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.