Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ site/

.ipynb_checkpoints
examples/notebooks/cache/
docs/notebooks/*.html
docs/cache/
docs/changelog_update.md
docs/changelog_update.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For an interactive demo, visit the [Vgrid Homepage](https://vgrid.vn).
- [gars-field](https://github.com/corteva/gars-field) by [Corteva Agriscience](https://github.com/corteva).
- [Tilecode & Quadkey](https://github.com/opengeoshub/vgrid/blob/main/vgrid/dggs/tilecode.py) by [Thang Quach](https://github.com/thangqd), utilizing [mercantile](https://github.com/mapbox/mercantile) by [Mapbox](https://github.com/mapbox).
- [antimeridian](https://www.gadom.ski/antimeridian) by [gadomski](https://github.com/gadomski/antimeridian).
- The DGGS Inspect feature in Vgrid is inspired by [Area and shape distortions in open-source discrete global grid systems](https://www.tandfonline.com/doi/full/10.1080/20964471.2022.2094926#abstract) by [Alex Kmoch](https://github.com/allixender) et al. (2022) ([resources](https://github.com/LandscapeGeoinformatics/dggs_comparisons)).
- The DGGS Inspect feature in Vgrid is inspired by [Area and shape distortions in open-source discrete global grid systems](https://www.tandfonline.com/doi/full/10.1080/20964471.2022.2094926#abstract) by [Alex Kmoch](https://github.com/allixender) et al. (2022) [github repo](https://github.com/LandscapeGeoinformatics/dggs_comparisons), [zenodo](https://zenodo.org/records/11125478).
- The [Vgrid Document](https://vgrid.gishub.vn/) is inspired by [leafmap](https://leafmap.org/) developed by [Qiusheng Wu](https://github.com/giswqs) from [Open Geospatial Solutions](https://github.com/opengeos).


Expand Down
16,535 changes: 437 additions & 16,098 deletions docs/notebooks/00_intro.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/notebooks/03_a5.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/notebooks/04_rhealpix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "4",
"metadata": {},
"outputs": [
Expand All @@ -62,7 +62,7 @@
"'R312603625535'"
]
},
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -13935,7 +13935,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 3,
"id": "8d7e6c32",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -14138,7 +14138,7 @@
"15 7.250595e-01 "
]
},
"execution_count": 21,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/05_isea4t.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15484,7 +15484,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 1,
"id": "ef2a7aa4",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -15927,7 +15927,7 @@
"39 1.036533e-05 "
]
},
"execution_count": 20,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading