Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added geemap, osmnx, mapwidget, pyrosm, and keplergl #166

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,27 @@
badges: pypi
builtons: [matplotlib]

- repo: gee-community/geemap
site: https://geemap.org
badges: pypi

- repo: gboeing/osmnx
site: https://osmnx.readthedocs.io
badges: pypi

- repo: opengeos/mapwidget
site: https://mapwidget.gishub.org/
badges: pypi

- repo: HTenkanen/pyrosm
site: https://pyrosm.readthedocs.io
badges: pypi

- repo: keplergl/kepler.gl
site: https://docs.kepler.gl/docs/keplergl-jupyter
badges: pypi


- name: Graphs and networks
intro: Tools specifically focused on visualizing graphs (networks). Several of the other plotting libraries listed in other sections can also plot graphs, including Bokeh, HoloViews, Matplotlib, and Plotly.
packages:
Expand Down