Skip to content

Commit

Permalink
re-up data with manual parquets - update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 21, 2024
1 parent 6deed00 commit eca9c87
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ The curated & tested code base for the project & publication, including:
```
- core
|-- __init__.py
|-- geometry.py
|-- stats.py
|-- utils.py
|-- algorithms
| |-- __init__.py
| |-- common.py
| |-- triangles.py
|-- viz
| |-- __init__.py
| |-- context.py
Expand All @@ -38,16 +43,17 @@ The curated & tested code base for the project & publication, including:

Parameterized notebooks.

* `_addartifacts_8989.ipynb`
* `_addartifacts_8989.ipynb` ...
* `cityseer_*.ipynb` – explorations of the [`cityseer`](https://github.com/benchmark-urbanism/cityseer-api) package
* `_clip_networks.ipynb`
* `_clip_networks.ipynb` ...
* `clustering.ipynb` – deadend
* `_convert.ipynb`
* `evaluate_h3cells.ipynb`
* `_convert.ipynb` ...
* `evaluate_h3cells.ipynb`...
* `momepy.ipynb` – exploration of the [`momepy`](https://github.com/pysal/momepy) package
* `osmnx.ipynb` – exploration of the [`osmnx.simplification`](https://github.com/gboeing/osmnx/blob/main/osmnx/simplification.py) module
* `parenx.ipynb` & `parenx-run.sh` - exploration of the [`parenx`](https://github.com/anisotropi4/parenx) package (skeletonization & line voronoi diagrams)
* `simplification_protocol.ipynb`
* `simplification_protocol.ipynb` – ...
* `triangles.ipynb` – ...
* `usecases.ipynb` – interesting example case locations; add more as desired

### `./data/`
Expand All @@ -61,6 +67,12 @@ Curated data in `parquet` format for 6 example urban areas
* 4881 – Salt Lake City, Utah, USA, N. America
* 8989 – Wuhan, China, Far East / Asia

Each FUA directory contains (or will contain) the following items housing bespoke data:
* `manual/`
* `parenex/`
* `polygons/`
* `roads_osm.parquet`

### `./envs/`

Install and activate the `conda` (or mamba) environment, which creates an environment name `simplification`:
Expand All @@ -86,8 +98,11 @@ Additional resources and previous related research.
Demonstration visualizations on specific types of urban form.

* 809 (Douala)
* `cityseer` (from `code/cityseer_overview_gaboardi.ipynb`)
* `cityseer` (from `notebooks/cityseer_overview_gaboardi.ipynb`)
* examples as `douala_{1-5}.png`
* 869 (Auckland)
* `averagedegree` (from `notebooks/evaluate_h3cells.ipynb`)
* `totallength` (from `notebooks/evaluate_h3cells.ipynb`)
* 1656 (Liège)
* `cityseer`
* `parallel_edges_1_midline_False.mp4`
Expand Down
Binary file removed data/1133/1133_output.gpkg.zip
Binary file not shown.
Binary file removed data/1656/1656_output.gpkg.zip
Binary file not shown.
Binary file added data/1656/manual/1656.parquet
Binary file not shown.
Binary file removed data/4617/4617_output.gpkg.zip
Binary file not shown.
Binary file added data/4617/manual/4617.parquet
Binary file not shown.
Binary file removed data/4881/4881_output.gpkg.zip
Binary file not shown.
Binary file added data/4881/manual/4881.parquet
Binary file not shown.
Binary file added data/809/manual/809.parquet
Binary file not shown.
Binary file removed data/809/manual/output.gpkg.zip
Binary file not shown.
Binary file removed data/869/869_output.gpkg.zip
Binary file not shown.

0 comments on commit eca9c87

Please sign in to comment.