You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently i would expect get_data to download the data folder in the given path.
However, instead it placed the data in the given path in an earthpy-downloads dir and then returns an incorrect path. It's probably ideal to set the path for download directly in the call after url rather than force the user to set the path manually via et.data.path. also the path returned is NOT the correct one so we should fix that
this issue was brought up in this lesson: 2018-02-05-spatial-data-landing-page in the ea-python course where we use the download package. because download isn't in conda-forge we'd rather use earthpy to keep the environment simpler.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
**What Operating System Are you Running? **
Mac
Windows
Linux
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently i would expect get_data to download the data folder in the given path.
However, instead it placed the data in the given path in an
earthpy-downloads
dir and then returns an incorrect path. It's probably ideal to set the path for download directly in the call after url rather than force the user to set the path manually viaet.data.path
. also the path returned is NOT the correct one so we should fix thatthis issue was brought up in this lesson: 2018-02-05-spatial-data-landing-page in the ea-python course where we use the download package. because download isn't in conda-forge we'd rather use earthpy to keep the environment simpler.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
**What Operating System Are you Running? **
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: