louis-e / arnis

Arnis - Generate cities from real life in Minecraft
GNU General Public License v3.0
260 stars 18 forks source link

No Data Available. #25

Closed PopsEj closed 1 month ago

PopsEj commented 9 months ago

Every time it selects a server it says

Fetching data... Chosen server: https://overpass-api.de/api/interpreter Error! No data available

and here's an image of the data I have

Screenshot 2023-12-17 at 7 54 25 AM
louis-e commented 9 months ago

That sounds like the city name input parameters are not correct, how do you run the program?

PopsEj commented 9 months ago

That sounds like the city name input parameters are not correct, how do you run the program?

python arnis.py --debug --city “bayonne” --state “new-jersey” --country “united-states” --path /Users/tadsandy7/Downloads/bayonneandstatenisllandattept

PopsEj commented 8 months ago

That sounds like the city name input parameters are not correct, how do you run the program?

I dont know Bayonne in open street map form

PopsEj commented 8 months ago

That sounds like the city name input parameters are not correct, how do you run the program? so do you know Bayonne in this form? new jersey?

louis-e commented 1 month ago

Hi there, better late then never! I just merged an awesome PR and a refactoring which should address this issue. Try to use the bbox method described in the README instead of the city/state/country input.