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

there is an package error in prepare_data/download.py #3

Closed
angleyun opened this issue Oct 19, 2020 · 3 comments
Closed

there is an package error in prepare_data/download.py #3

angleyun opened this issue Oct 19, 2020 · 3 comments

Comments

@angleyun
Copy link

No description provided.

@angleyun angleyun changed the title there\prepare_data/download.py there is an package error in prepare_data/download.py Oct 19, 2020
@angleyun angleyun reopened this Oct 19, 2020
@angleyun
Copy link
Author

Thank you very much for the open source code, there is an error that ModuleNotFoundError: No module named 'mapdriver' when run prepare_data/download.py.Is mapdriver is your own file,because I could not install it.Looking forward to your reply

@angleyun
Copy link
Author

No description provided.

@songtaohe
Copy link
Owner

Now you should be able to find mapdriver.py. Sorry for this missing file. So far, by default, download.py will download the imagery from mapbox not google. If you want to download google imagery, you can import mapdriver.py as md2. You also need to create an google api key for static map api and update the GOOGLE_API_KEY at line 18 in the mapdriver.py file.

Please feel free to let me know if there is any trouble running the code or if there are some features you need that I can help.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants