Skip to content

Commit

Permalink
Merge pull request #398 from oturns/lodescodes
Browse files Browse the repository at this point in the history
shapely backend for isochrone
  • Loading branch information
knaaptime authored Mar 4, 2024
2 parents 9b93509 + 62c8158 commit dcf3b27
Show file tree
Hide file tree
Showing 11 changed files with 2,519 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .ci/310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies:
- pyproj >=3
- pandana
- pooch

- osmnx

# testing
- jupyter
- pytest
Expand Down
1 change: 1 addition & 0 deletions .ci/311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pyproj >=3
- pandana
- pooch
- osmnx

# testing
- jupyter
Expand Down
1 change: 1 addition & 0 deletions .ci/312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pyproj >=3
- pandana
- pooch
- osmnx

# testing
- jupyter
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
include:
- environment-file: .ci/311.yml
os: macos-latest
- environment-file: .ci/311.yml
os: macos-14 # Apple Silicon
- environment-file: .ci/311.yml
os: windows-latest
defaults:
Expand All @@ -46,15 +48,16 @@ jobs:

- name: Test geosnap
run: |
pytest geosnap \
coverage run -m pytest \
-v \
-r a \
-n auto \
--color yes \
--cov geosnap \
--cov-append \
--cov-report term-missing \
--cov-report xml
--cov-report xml \
geosnap
- name: codecov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Querying datasets
io.get_ltdb
io.get_nces
io.get_ncdb
io.get_network_from_gdf
io.project_network


Analyze Module
Expand Down
Loading

0 comments on commit dcf3b27

Please sign in to comment.