-
Notifications
You must be signed in to change notification settings - Fork 26
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
Backwards compatibility of download
module functions
#15
Comments
Hi Paula! Indeed, we are making changes to the download API in the upcoming version. Locally, you can use them by cloning the repo and running: python3 setup.py install within the UrbanPy repo. We are streamlining the development such that a stable 1.0.0 version can be released ASAP, we'll update this issue once the 1.0 version comes out @Claudio9701 |
Thanks for the issue @paulavidela! As @a-regal said we are working on the new release with mainly enhanced functions output ✨ and a more dev-friendly 🙌🏽 input parameter making custom overpass queries Although we are still wondering If we should keep the |
download
module
Hi @Claudio9701 and @a-regal ! I have only one comment about local installation: when I executed
So I installed that package using pip : The second time, the installation process run perfectly. Regarding the functions, even though As for Looking forward to the new version! |
download
moduledownload
module functions
Hi!
I have noticed that 'download' functions have been changed. However when I install urbanpy via
pip install urbanpy
in a Google Colab, I still have the function hdx_fb_population() available, and I can not use the new functions: get_hdx_dataset() or search_hdx_dataset().This is not really an issue, but I am opening it because I would really appreciate to be notified when the package version is updated.
Thanks!
The text was updated successfully, but these errors were encountered: