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
Hi, I following the tutolrail from here (https://www.esipfed.org/merge/community-fellow-blog/pysheds-a-fast-open-source-digital-elevation-model-processing-library). I am following the exact code, I only added this code to crop the dem file:
xmin = -8.98468252990038 ymin = 41.074313083534335 xmax = -6.902773350212881 ymax = 42.304872816149896 with rasterio.open(DEMfile_path) as src: window = src.window(xmin, ymin, xmax, ymax) dem_cropped = src.read(1, window=window)
I am using this dem : https://drive.google.com/file/d/1DywF3erKEUvaAH39lH1haXlWfUDaL3fr/view?usp=sharing
I get this dem Then I have these strange plots for the flow direction,
Is there an explanination for these plots? Thanx Oraib
The text was updated successfully, but these errors were encountered:
#256
I haven't resolved this issue either.
Sorry, something went wrong.
No branches or pull requests
Hi,
I following the tutolrail from here (https://www.esipfed.org/merge/community-fellow-blog/pysheds-a-fast-open-source-digital-elevation-model-processing-library).
I am following the exact code, I only added this code to crop the dem file:
I am using this dem : https://drive.google.com/file/d/1DywF3erKEUvaAH39lH1haXlWfUDaL3fr/view?usp=sharing
I get this dem
Then I have these strange plots for the flow direction,
Is there an explanination for these plots?
Thanx
Oraib
The text was updated successfully, but these errors were encountered: