opentraveldata / geobases

Data services and visualization
http://opentraveldata.github.com/geobases/
Other
193 stars 41 forks source link

Update GeoBaseModule.py #23

Closed thiagopa closed 7 years ago

thiagopa commented 7 years ago

Hello,

The following command gives the following error on Windows platform:

from GeoBases import GeoBase geo_a = GeoBase(data='airports', verbose=False)

UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 728: character maps to

alexprengere commented 7 years ago

Thank you very much for this contribution!