Skip to content

Commit

Permalink
ENH: add Streetscape class
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Oct 15, 2024
1 parent 01413e9 commit 2361df7
Show file tree
Hide file tree
Showing 9 changed files with 3,306 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/envs/310-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies:
- esda
- tqdm
- numba
- rioxarray
- xvec
# testing
- codecov
- pytest
Expand Down
2 changes: 2 additions & 0 deletions ci/envs/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies:
- esda
- tqdm
- numba
- rioxarray
- xvec
# testing
- codecov
- pytest
Expand Down
2 changes: 2 additions & 0 deletions ci/envs/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies:
- esda
- tqdm
- numba
- rioxarray
- xvec
# testing
- codecov
- pytest
Expand Down
11 changes: 11 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,17 @@ With utilities allowing conversion between networkx objects and GeoPandas object
gdf_to_nx
nx_to_gdf


Measuring streetscape
---------------------

Specialised class for the advanced streetscape analysis.

.. autosummary::
:toctree: api/

Streetscape

Data preprocessing
------------------

Expand Down
Loading

0 comments on commit 2361df7

Please sign in to comment.