Skip to content

Rename, edit and link notebooks #74

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

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bc0e25d
Rename, edit and link notebooks (#2)
tcmetzger Aug 31, 2021
4945a32
Revert "Rename, edit and link notebooks (#2)" (#4)
tcmetzger Aug 31, 2021
96a890f
Merge branch 'microsoft:main' into main
tcmetzger Aug 31, 2021
dc2ebf6
Update all files
tcmetzger Aug 31, 2021
374b649
Update headline for Local Tools
tcmetzger Aug 31, 2021
e8d9c86
Fix typos
tcmetzger Aug 31, 2021
9d05666
Run on Planetary Computer for consistent metadata
tcmetzger Aug 31, 2021
7ef57df
Merge branch 'microsoft:main' into main
tcmetzger Aug 31, 2021
c64a156
Merge branch 'main' into Update-all
tcmetzger Aug 31, 2021
a632b44
Rename and update Proximity Tools
tcmetzger Aug 31, 2021
920a532
Update links in README.md
tcmetzger Aug 31, 2021
9f440f5
Merge from microsoft:main
tcmetzger Sep 14, 2021
e067a15
Include output images for last cell (reprojecting/resampling)
tcmetzger Sep 14, 2021
b6fc604
Rechunk landsat data (coregistration)
tcmetzger Sep 14, 2021
93445c3
Fix typos (06 Focal Statistics)
tcmetzger Sep 14, 2021
1fd0666
Update 08 proximity
tcmetzger Sep 15, 2021
1ac1dc3
Add original proximity nb
tcmetzger Sep 15, 2021
488e6c2
Rename proximity
tcmetzger Sep 15, 2021
977fcf3
re-add proximity
tcmetzger Sep 15, 2021
9e025c5
Remove proximity duplicate
tcmetzger Sep 15, 2021
efc5fd3
Merge branch 'microsoft:main' into main
giancastro Sep 15, 2021
143a278
Merge remote-tracking branch 'origin/main' into Update-all
giancastro Sep 15, 2021
875c1de
Update 08 Proximity Tools
tcmetzger Sep 15, 2021
7cc7e33
Merge branch 'microsoft:main' into main
tcmetzger Sep 30, 2021
0c99ac8
Merge branch 'main' into Update-all
tcmetzger Sep 30, 2021
f196e82
Remove outdated mosaicking nb
tcmetzger Sep 30, 2021
e0501e0
Rename and update mosaicking
tcmetzger Sep 30, 2021
bae52dc
Rename and link census notebook
tcmetzger Sep 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ These examples introduce specific datasets. They give some details about the dat

These tutorials introduce a large topic and cover it in detail.

* [Cloudless Mosaics](tutorials/cloudless-mosaic-sentinel2.ipynb)
* [Landcover Classification](tutorials/landcover.ipynb)
* [Reprojecting](tutorials/reprojection.ipynb)
* [Coregistration](tutorials/coregistration.ipynb)
* [Hotspot analysis](tutorials/ndvi_hotspots.ipynb)
* [Surface analysis](tutorials/surface_analysis.ipynb)
* [Zonal statistics](tutorials/zonal_statistics.ipynb)
* [Classification methods](tutorials/xarray-spatial_classification-methods.ipynb)
* [Local tools](tutorials/local-tools.ipynb)
1. [Reprojecting and Resampling](tutorials/01_Reprojecting_and_Resampling.ipynb)
2. [Coregistration](tutorials/02_Coregistration.ipynb)
3. [Mosaicking](tutorials/03_Mosaicking.ipynb)
4. [Geospatial Classification](tutorials/04_Geospatial_Classification.ipynb)
5. [Local Tools](tutorials/05_Local_Tools.ipynb)
6. [Focal Statistics](tutorials/06_Focal_Statistics.ipynb)
7. [Surface Tools](tutorials/07_Surface_Tools.ipynb)
8. [Proximity Tools](tutorials/08_Proximity_Tools.ipynb)
9. [Zonal Statistics](tutorials/09_Zonal_Statistics.ipynb)
10. [Census Data](tutorials/10_Census_Data.ipynb)
11. [Landcover Classification](tutorials/11_Landcover_Classification.ipynb)

## Learn More

Expand Down
204 changes: 108 additions & 96 deletions tutorials/reprojection.ipynb → ...ials/01_Reprojecting_and_Resampling.ipynb
100755 → 100644

Large diffs are not rendered by default.

311 changes: 200 additions & 111 deletions tutorials/coregistration.ipynb → tutorials/02_Coregistration.ipynb
100755 → 100644

Large diffs are not rendered by default.

Loading