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

amenity filter and externally given poi file #10

Open
asu-trans-ai-lab opened this issue May 30, 2022 · 0 comments
Open

amenity filter and externally given poi file #10

asu-trans-ai-lab opened this issue May 30, 2022 · 0 comments

Comments

@asu-trans-ai-lab
Copy link

the current function: net = og.getNetFromFile('asu.osm', POI=True)
might lead to many records.

We hope to have net = og.getNetFromFile('asu.osm', POI=True, amenity_type=("parking", "parking_space") to only extract specified type of amenity. similar to network_types=('auto', "bike", "walk")

In addition, if the users manually filter out the data the in poi.csv, then og.connectPOIWithNet(net) should be enhanced to read the externally given poi csv file, similar to node_file='node.csv',

i.e. og.connectPOIWithNet(net, poi_file = "poi.csv")

those functions are important to ev charging space planning and multimodal city planning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant