Skip to content

Commit

Permalink
Updating Urban Tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
bpstewar committed Feb 27, 2024
1 parent 0cb2c1c commit f46e1db
Show file tree
Hide file tree
Showing 11 changed files with 176 additions and 1,005 deletions.
8 changes: 8 additions & 0 deletions data/tutorial_data/AOI_GHSL.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "AOI_GHSL",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.8163518711835, 39.264068478768081 ], [ -77.825510304616969, 38.501628895431288 ], [ -76.731077509316719, 38.494760070356179 ], [ -76.705891817374663, 39.266358087126449 ], [ -77.8163518711835, 39.264068478768081 ] ] ] } }
]
}
Binary file added data/tutorial_data/GHSL.tif
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ parts:
chapters:
- file: novel_context
- file: urbanization_comparison
- caption: Tutorials
chapters:
- file: ../Notebooks/Tutorials/UrbanAreas_tutorials.ipynb
- file: ../Notebooks/Tutorials/LEI_Example.ipynb

537 changes: 141 additions & 396 deletions notebooks/Tutorials/LEI_Example.ipynb

Large diffs are not rendered by default.

66 changes: 0 additions & 66 deletions notebooks/Tutorials/Untitled.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion notebooks/Tutorials/UrbanAreas_tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down
189 changes: 0 additions & 189 deletions notebooks/Tutorials/UrbanRural_extents_from_griddedPop.ipynb

This file was deleted.

Loading

0 comments on commit f46e1db

Please sign in to comment.