Skip to content

Commit

Permalink
regular updates with changes on rasterio
Browse files Browse the repository at this point in the history
  • Loading branch information
ccxzhang committed Aug 28, 2023
1 parent 5462992 commit 8b6615c
Show file tree
Hide file tree
Showing 10 changed files with 328 additions and 36 deletions.
Binary file modified data/raster/.DS_Store
Binary file not shown.
12 changes: 0 additions & 12 deletions data/raster/forest_loss_porijogi_wgs84.tif.aux.xml

This file was deleted.

Binary file added data/raster/gpw_v4_va_30sec.tif
Binary file not shown.
Binary file removed data/raster/test.tif
Binary file not shown.
9 changes: 3 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,25 @@ layout: default

* [movingpandas](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.0.6.movingpandas.ipynb) with AIS data

* [Rasterio/Xarray](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.2.rasterio.ipynb)
* [Rasterio/Rioxarray](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.2.rasterio.ipynb)
* See Clipped [Gridded Population Density (1 * 1 km) for VA](/data/raster /gpw_v4_va_30sec.tif)

* Google Earth Engine

* Google Earth Engine
* [DMSP](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.3.1.gee_dmsp.ipynb)

* [LANDSAT](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.3.gee_landsat.ipynb)

* [OpenStreetMap/OSMNX](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.4.osm.ipynb)

* [NetworkX](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/other-networkx.ipynb)

* [H3](https://nbviewer.org/github/ccxzhang/GeoSpatialAnalysis/blob/main/python/0.5.h3-py.ipynb)

## Javascript Scripts and APIs

* Google Earth Engine

* [LANDSAT](/js/landsat_ndvi.js)

* Leaflet

* [Using GeoJson](/js/0.0.1-geojson/dc_metro.html)

## Open Data
Expand Down
Binary file modified js/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion js/0.0.2-height/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Heightgraph.min.js" integrity="sha256-H7X2kBqXzX4ndfxHT+LCi9JEL2Kdc2qgWZuRqVP6zj8=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Heightgraph.min.js"
integrity="sha256-H7X2kBqXzX4ndfxHT+LCi9JEL2Kdc2qgWZuRqVP6zj8=" crossorigin="anonymous"></script>
<title>White House</title>
<style>
html,
Expand Down
File renamed without changes
329 changes: 312 additions & 17 deletions python/0.2.rasterio.ipynb

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions python/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies:
- cachetools=4.2.4=pyhd8ed1ab_0
- cairo=1.16.0=h1e71087_1016
- cartopy=0.21.1=py311hbf64cf6_1
- cattrs=23.1.2=pyhd8ed1ab_0
- cenpy=1.0.1=pyhd8ed1ab_0
- certifi=2023.7.22=pyhd8ed1ab_0
- cffi=1.15.1=py311hae827db_3
Expand Down Expand Up @@ -79,6 +80,7 @@ dependencies:
- exceptiongroup=1.1.2=pyhd8ed1ab_0
- executing=1.2.0=pyhd8ed1ab_0
- expat=2.5.0=hb7217d7_1
- fastf1=3.0.7=pyhd8ed1ab_0
- ffmpeg=6.0.0=gpl_h474fd3e_103
- ffmpeg-python=0.2.0=py_0
- filelock=3.12.2=pyhd8ed1ab_0
Expand Down Expand Up @@ -143,6 +145,7 @@ dependencies:
- ipython_genutils=0.2.0=py_1
- ipytree=0.2.2=pyhd8ed1ab_0
- ipywidgets=8.0.7=pyhd8ed1ab_0
- itsdangerous=2.1.2=pyhd8ed1ab_0
- jedi=0.18.2=pyhd8ed1ab_0
- jinja2=3.1.2=pyhd8ed1ab_1
- joblib=1.3.0=pyhd8ed1ab_1
Expand All @@ -161,6 +164,7 @@ dependencies:
- jupyterlab_server=2.24.0=pyhd8ed1ab_0
- jupyterlab_widgets=3.0.8=pyhd8ed1ab_0
- kealib=1.5.1=h34092a9_4
- keplergl=0.3.2=pyhd8ed1ab_0
- kiwisolver=1.4.4=py311hd6ee22a_1
- krb5=1.21.1=h92f50d5_0
- lame=3.100=h1a8c8d9_1003
Expand Down Expand Up @@ -324,8 +328,10 @@ dependencies:
- readline=8.2=h92ec313_1
- referencing=0.30.0=pyhd8ed1ab_0
- requests=2.31.0=pyhd8ed1ab_0
- requests-cache=1.1.0=pyhd8ed1ab_0
- rfc3339-validator=0.1.4=pyhd8ed1ab_0
- rfc3986-validator=0.1.1=pyh9f0ad1d_0
- rioxarray=0.15.0=pyhd8ed1ab_0
- rpds-py=0.9.2=py311h0563b04_0
- rsa=4.9=pyhd8ed1ab_0
- rtree=1.0.1=py311hd698ff7_1
Expand All @@ -351,8 +357,10 @@ dependencies:
- svt-av1=1.6.0=hb765f3a_0
- tenacity=8.2.2=pyhd8ed1ab_0
- terminado=0.17.1=pyhd1c38e8_0
- thefuzz=0.19.0=pyhd8ed1ab_1
- threadpoolctl=3.2.0=pyha21a80b_0
- tiledb=2.13.2=h9bd36d0_0
- timple=0.1.6=pyhd8ed1ab_0
- tinycss2=1.2.1=pyhd8ed1ab_0
- tk=8.6.12=he1e0b03_0
- toml=0.10.2=pyhd8ed1ab_0
Expand All @@ -367,11 +375,14 @@ dependencies:
- typing_utils=0.1.0=pyhd8ed1ab_0
- tzcode=2023c=h1a8c8d9_0
- tzdata=2023c=h71feb2d_0
- ujson=5.7.0=py311ha397e9f_0
- uritemplate=4.1.1=pyhd8ed1ab_0
- url-normalize=1.4.3=pyhd8ed1ab_0
- urllib3=2.0.4=pyhd8ed1ab_0
- wcwidth=0.2.6=pyhd8ed1ab_0
- webencodings=0.5.1=py_1
- websocket-client=1.6.1=pyhd8ed1ab_0
- websockets=11.0.3=py311heffc1b2_0
- wheel=0.40.0=pyhd8ed1ab_1
- whitebox=2.3.1=pyhd8ed1ab_0
- whiteboxgui=2.3.0=pyhd8ed1ab_0
Expand Down

0 comments on commit 8b6615c

Please sign in to comment.