Closed jhanley634 closed 2 months ago
This pull request implements changes to improve the visualization of transit vehicles and the International Space Station (ISS) on maps. The main changes include adding support for multiple transit agencies, updating the map display for the Bay Area, and refactoring the ISS map generation.
Change | Details | Files |
---|---|---|
Added support for multiple transit agencies in vehicle plotting |
|
src/bboard/transit/vehicles.py |
Updated Bay Area map visualization |
|
src/bboard/transit/vehicles.py |
Refactored ISS map generation |
|
src/bboard/transit/iss.py |
Added backend configuration for matplotlib |
|
src/bboard/transit/vehicles.py src/bboard/transit/iss.py |
Enhanced test coverage |
|
tests/vehicles_test.py |
Summary by Sourcery
Enhance the vehicle data querying and plotting functionality by supporting multiple transit agencies and improving map visualization. Refactor map plotting functions to return Basemap objects for more flexible usage. Add unit tests for helper functions and switch to the 'Agg' backend for matplotlib.
New Features:
Enhancements:
Tests: