cityjson / cjio

CityJSON/io: Python CLI to process and manipulate CityJSON files
MIT License
119 stars 31 forks source link

cityjson.fetch_schemas() doesn't find latest when schemas dir has other folders #14

Closed balazsdukai closed 5 years ago

balazsdukai commented 5 years ago

In case the cjio/schemas directory contents is ['__pycache__', '0.9', '1.0.0'], cityjson.fetch_schemas() doesn't return the path to '1.0.0' but to '_pycache_'.

hugoledoux commented 5 years ago

0.5.2 fixes this