We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In python 3:
import elevation elevation.clip(bounds=(12.35, 41.8, 12.65, 42), output='Rome-DEM.tif')
Does not write the file in the working directory, but in /home/user/.cache/elevation/SRTM1/Rome-DEM.tif
Current fix is to use an explicit output path. E.g. output='/home/user/Rome-DEM.tif'
output='/home/user/Rome-DEM.tif'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In python 3:
Does not write the file in the working directory, but in /home/user/.cache/elevation/SRTM1/Rome-DEM.tif
Current fix is to use an explicit output path. E.g.
output='/home/user/Rome-DEM.tif'
The text was updated successfully, but these errors were encountered: