-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from gboeing/beta
Use 2.0 Beta 0
- Loading branch information
Showing
14 changed files
with
89 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use OSMnx, please cite the preferred-citation below." | ||
title: "OSMnx Examples" | ||
abstract: "Gallery of OSMnx tutorials, usage examples, and feature demonstations." | ||
authors: | ||
- family-names: "Boeing" | ||
given-names: "Geoff" | ||
orcid: "https://orcid.org/0000-0003-1851-6411" | ||
website: "https://geoffboeing.com" | ||
url: "https://osmnx.readthedocs.org" | ||
repository-code: "https://github.com/gboeing/osmnx-examples" | ||
preferred-citation: | ||
type: report | ||
title: "Modeling and Analyzing Urban Networks and Amenities with OSMnx" | ||
authors: | ||
- family-names: "Boeing" | ||
given-names: "Geoff" | ||
orcid: "https://orcid.org/0000-0003-1851-6411" | ||
website: "https://geoffboeing.com" | ||
year: 2024 | ||
url: "https://geoffboeing.com/publications/osmnx-paper/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,29 @@ | ||
name: osmnx-examples | ||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
# OSMnx required/optional dependencies | ||
- gdal | ||
- geopandas | ||
- matplotlib | ||
- networkx | ||
- numpy | ||
- pandas | ||
- rasterio | ||
- requests | ||
- scipy | ||
- scikit-learn | ||
- shapely | ||
|
||
# other packages needed for CI or running examples | ||
- jupyterlab | ||
- osmnx=1.9.3 | ||
- pillow | ||
- pre-commit | ||
- python=3.11.* | ||
- python=3.12.* | ||
- python-igraph | ||
|
||
# install OSMnx beta via pip | ||
- pip | ||
- pip: | ||
- osmnx==2.0.0b0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters