-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update narrative of the course #175
base: main
Are you sure you want to change the base?
Update narrative of the course #175
Conversation
minor updates
… and added references to documentation.
…eospatial-python into issue-90
…eospatial-python into issue-90
…s-ep5 Minor fixes
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Co-authored-by: Maurice de Kleijn <[email protected]>
Add data cube episode
…2024 Updating the material to the new narrative
…pring_2024 minor updates in epi 7, 8 and 10. Also exercise added in epi 8
…on_epi5_intro added intro text about placement epi 5
|
@fnattino All good! I'll go episode by episode and submit reviews for each here. Thanks for the amazing work on this, excited to step through the new episodes. |
We can visualize the calculated NDVI for the AoI at two given dates (before and after the wildfires) by selecting the date: | ||
|
||
```python | ||
ndvi_before = ndvi.sel(time="2023-07-13") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this cell that triggers the computation presents a warning
/Users/ryanavery/test-dask-on-ray/.venv/lib/python3.11/site-packages/rasterio/warp.py:387: NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The identity matrix will be returned.
dest = _reproject(
we should diagnose why georeferencing is not preserved and try to preserve it in this example so that geospatial metadata can be roundtripped when saving and loading the ndvi raster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
though I'm testing this in an env called "dask-on-ray" this is just with vanilla dask and xarray. here are my versions
"odc-stac>=0.3.10",
"pystac>=1.11.0",
"pystac-client>=0.8.3",
"ray>=2.37.0",
"rioxarray>=0.17.0",
"torch>=2.4.1",
"xarray>=2024.9.0",
"leafmap>=0.38.3",
"geopandas>=1.0.1",
Co-authored-by: Ryan Avery <[email protected]>
…tion-id Fix collection id variable
…and-deploy Fix issue with build and deploy
As promised during discussions offline, here is the PR that updates the material to include the changes that we have introduced in our fork of the lesson (for reference, that version of the material is deployed here).
More in the specific, this PR introduces the following changes:
@rbavery very sorry for the huge PR, I have tried to split it in smaller chunks by cherry-picking updates on individual episodes. However, various commits seems to have covered multiple files, so it is really not possible to create episode-specific branches at this stage. Of course feel free to submit reviews in parts, if it helps, and please let me/us know if we can do anything else to simplify the review process..
Also cc'ing @Morrizzzzz and @rogerkuou