osgeonepal / geotile

GeoTile is the python library for tiling the geographic raster data (eg. Tiff etc)
https://geotile.readthedocs.io
MIT License
74 stars 9 forks source link

ModuleNotFoundError: No module named 'geotile' #6

Closed Aerius42 closed 2 years ago

Aerius42 commented 2 years ago

Hi !

When I import geotile, following the readme from geotile import GeoTile gives me: ModuleNotFoundError: No module named 'geotile'

I figured out that geotile is actually registered as geoTile so from geoTile import GeoTile works.

Thank you for your work by the way !

iamtekson commented 2 years ago

Hi @Aerius42, I think you are using v0.1.x version. I change the folder structure on v0.2.x. Can you try it with the latest version?

pip install geotile==0.2.3
iamtekson commented 2 years ago

I found a small mistake in the setup.py file. I just corrected it with #7. Thanks for addressing this issue.