-
Notifications
You must be signed in to change notification settings - Fork 6
Research Request - Map of California Transit Facilities #1439
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
Comments
|
This should be pretty quick if we can get the API key to work and use google's python package - assigning @mrtopsyt with an assist from @csuyat-dot if needed, regarding reading in the NTD data |
Here's a first draft showing LA, rendered using Folium (the Python Leaflet wrapper). I was a little unsure about what (a) points to include, (b) what metadata to display, and (c) how individual points should be displayed.
Metadata:
Categories:
One more additional note - this is definitely a useful dataset, but it misses some facilities. A couple of examples (both of which could be useful for EV charging) that I've noticed in SoCal are the Pico-Rimpau Transit Center and this layover facility in Hollywood (right next to LA's most transit friendly trader joes!). I'm not sure if these are both because they're on private property, but it does feel like a weakness of the dataset. |
No need to limit the number of facilities at this point. Color coding looks great! I like the categorization. Is there a shapefile with the data that we can take a look at? Also, good callout about the incompleteness. We'll see if we should take a look at that issue later depending on stakeholder feedback. |
Thanks! Apologies for the delay, Friday was my RDO. I'm working on getting a shapefile now (right now I only generated it for LA ti avoid usage constraints on the Geocoding API), and I'll ping you @evansiroky once it's done. |
Hi again @evansiroky! I've added a Draft PR with links to a GCS bucket with a shapefile and geojson. The Geojson is probably more useful, since the character limit for Shapefiles was causing some issues, but I provided both depending on the needs of the end-users. The map I posted a screenshot can be generated using Let me know if you have any comments, I left it as a draft PR for now to get feedback on whether there are additional features we need or if any of the fields displayed should change. If you think it looks good I can assign it to @csuyat-dot to provide a code review. I have noticed some issues with the geocoding from Google due to typos made by the agencies - you may notice that the Scott's Valley Transit Center appears in UCSC because of a geocoding issue). Depending on the importance of accuracy here, I'm happy to go through and review this some more, I'm not sure if there are some options we can provide to make it less likely to provide a false positive when a result can't be found. |
Thanks for sharing @mrtopsyt! I had a hard time extracting the shapes zipfile, but was able to load the GeoJSON into ArcGIS. I mentioned this to Gillian and she was happy to learn about the progress. Let's wait and see what additional questions we have about this data before doing anything further. |
Thanks @evansiroky! Sorry about the shapefile, I may have made a mistake in uploading it but I'll look into correcting it later if a shapefile is still desired. Let me know once we get any feedback so I can make adjustments! |
Just as a note, I noticed the NTD now produces an interactive map of the Facilities Inventory. I'm not sure how useful the actual visualization is, since it doesn't show much metadata, but they do have a way you can export the geocode results as a csv. If we want to move further with that, it could be something to validate against, although I can't find any published methods that say what their geocoding engine is. |
Research Question
As researchers inteterested in potential charging infrastructure siting,
I want to view a map of all transit facilities in California,
So that we can get a sense of potential infrastructure sites in California.
How will this research be used?
See above user story.
Stakeholders & End-Users
Gillian and others interested in charging infrastructure.
Metrics
Probably need to do batch geocoding.
Data sources
https://www.transit.dot.gov/ntd/data-product/2023-annual-database-facility-inventory
Deliverables
A shapefile showing all transit facilities in California.
Timeline of deliverables
Soon.
The text was updated successfully, but these errors were encountered: