-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
287 improve osm maps with tag metadata (#294)
* feat: OSM filtering operations * feat: Visualise OSM Way feature * feat: Finalised version of OSM tutorial * feat: Updated dependencies in GTFS tutorial * feat: Way feature tag metadata added to folium maps * feat: Add node context to folium map * test: Folium maps produced when specify plot_ids with include_tags=True * refactor: Move utility to class method * refactor: Remove surplus dict copy statement * docs: Update osm tutorial with example adding tag metadata to folium map * test: Tooltip has been assembled as needed * test: Internal method raises type error * refactor: Need to import PerformanceWarning to test module * test: runexpensive test for raise of perf warning on FindTag init with large osm fixture * chore: Pin numpy to avoid numpy.dtype size change error with numpy=2.0.0 * docs: PR docs suggestion * refactor: PR make large_file_thresh more obvious as an internal attribute * refactor: PR inherit from Warning not UserWarning * feat: PR type defences for additional params * chore: Consistency in req file
- Loading branch information
Showing
4 changed files
with
251 additions
and
4 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
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