Preparation soil map data using SoilGrid datasets #120
Unanswered
Mohammedhhu
asked this question in
Q&A
Replies: 1 comment
-
|
Possibly, you have a soil type in your dataset that occurs only once, and therefore, the standard deviation routine can not be rightly executed. One way would be to comment out - lines in the code for the SD estimation. If you answered, do not forget to close the question. Thanks. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Developers,
I am working with the SoilGrid datasets for soil mapping and have downloaded six layers of bulk density, sand, and clay content using Google Earth Engine. I processed these datasets in ArcMap to fill missing pixels, clip, resample, and mask them with the river basin boundary, then converted them to text files.
I updated the file paths and names in _main_prepare_lut.f90 and main_group_soil.f90 and attempted to compile the code using the following steps:
Compilation Steps
These steps ran successfully, generating soil_id.asc and soil_lut.txt. However, I encountered errors in the next steps:
The compilation of main_group_soil.f90 fails with an undefined reference error related to functions from mo_moment.f90. I would like to confirm if I am following the correct procedure for preparing inputs and compiling the code.
Any guidance on resolving this issue would be greatly appreciated.
Thank you.
Best regards,
Mohammed Abdallah
Beta Was this translation helpful? Give feedback.
All reactions