Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8e3028

Browse files
Merge pull request #2 from uber/update
Start updating repo
2 parents 4e547fd + f2aae8a commit d8e3028

File tree

10 files changed

+1006
-1122
lines changed

10 files changed

+1006
-1122
lines changed

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
env/
3+
.ipynb_checkpoints/

‎README.rst‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎UnifiedDataLayers.ipynb‎

Lines changed: 0 additions & 916 deletions
This file was deleted.

‎Usage.ipynb‎

Lines changed: 0 additions & 185 deletions
This file was deleted.

‎makefile‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
init: purge
2+
virtualenv -p python3 env
3+
env/bin/pip install -r requirements.txt
4+
5+
purge:
6+
-@rm -rf env
7+
8+
lab:
9+
env/bin/jupyter lab
10+
11+
ipython:
12+
env/bin/ipython

‎notebooks/unified_data_layers.ipynb‎

Lines changed: 772 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

‎notebooks/usage.ipynb‎

Lines changed: 187 additions & 0 deletions
Large diffs are not rendered by default.

‎readme.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# h3-py Notebooks
2+
3+
[![version](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
4+
5+
Welcome to H3 in Jupyter Notebooks!
6+
7+
[H3](https://h3geo.org/) is a hierarchical hexagonal
8+
geospatial indexing system.
9+
10+
This repo is a gallery of Jupyter notebooks including H3 Python
11+
API tutorials, examples and visualizations.
12+
You can visualize them on
13+
[NBViewer](https://nbviewer.jupyter.org/github/uber/h3-py-notebooks/tree/master/notebooks/),
14+
[mybinder](https://mybinder.org/v2/gh/uber/h3-py-notebooks/master?filepath=notebooks),
15+
or execute jupyter notebook from your own terminal.
16+
To execute notebooks locally, you need to install
17+
[`h3-py`](https://github.com/uber/h3-py).
18+
19+
20+
You are more than welcome to contribute new notebooks.
21+
Before we can merge your changes, you must agree to the
22+
[Uber Contributor License Agreement](https://cla-assistant.io/uber/h3).
23+
24+
This repo is licensed under [Apache 2.0 License](LICENSE).

‎requirements.txt‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
h3>=3.6.1
2+
3+
jupyterlab
4+
pandas
5+
geopandas
6+
matplotlib
7+
descartes
8+
folium

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /