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

Show safe locations #3

Open
kinshukdua opened this issue Feb 26, 2022 · 8 comments
Open

Show safe locations #3

kinshukdua opened this issue Feb 26, 2022 · 8 comments
Labels
enhancement New feature or request
Milestone

Comments

@kinshukdua
Copy link
Owner

Show the location of places like subway stations where people can hide in case of a conflict.

@sahal-mulki
Copy link
Contributor

I'll try doing that

@sahal-mulki
Copy link
Contributor

I would like someone to help me out on this one.

@sahal-mulki
Copy link
Contributor

I am trying to find the locations of all ukranian subways(for hiding).
I am trying to use openstreetmap for this one.
Someone help me out

@kinshukdua
Copy link
Owner Author

@sahal-mulki
Just pass the query in the geolocator (Nominatim object) in Map. For the query you can use tag railway=subway and country bias to Ukraine . If nominatin doesn't work you can use things like OSMPythonTools.

@kinshukdua
Copy link
Owner Author

After researching the best method is to probably store the data from overpass api as Geojson and show subways as markers near tweet locations.

@sahal-mulki
Copy link
Contributor

Should it be plotted on the map or another map be generated, whats the strategy here?

@DomiiBunn DomiiBunn added the enhancement New feature or request label Feb 28, 2022
@DomiiBunn DomiiBunn added this to the Beta 0.2.0 milestone Feb 28, 2022
@kinshukdua
Copy link
Owner Author

It should be plotted on the map, it's as simple as adding the Geojson object to another marker cluster. The problem right now is to modify how the cluster looks to differentiate from the tweets market.
You can use overpass turbo to get the Geojson object.

@sahal-mulki
Copy link
Contributor

Sure, will try, by tommorow or something

DomiiBunn pushed a commit that referenced this issue Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants