rspatial / geodata

download geographic data
GNU General Public License v3.0
147 stars 15 forks source link

Question about soil_word function #24

Open duochishuiguo opened 2 years ago

duochishuiguo commented 2 years ago

Sorry for taking your time. However, I have the following problem when using the soil_word function: For example: gph <- soil_world(var="bdod", depth=100, path=tempdir()) Report an error: Error in soil_world(var = "bdod", depth = 100, path = tempdir()) : file not yet available: bdod_60-100cm_mean_30s.tif The above error occurs when the depth is 100 or 200. This warning does not appear when the parameter depth is set to other depths.

Reinstalling the package didn't work either. Looking forward to your reply.

duochishuiguo commented 2 years ago

A query of the dataset stored at https://geodata.ucdavis.edu/geodata/soil/soilgrids/ revealed that it did not include data for soil depths between 60-100 and 100-200. In addition, the above link does not include Cation Exchange Capacity of the soil (cec) and Organic carbon stocks (ocs). While checking the data, I also found _clay_0-5cm_mean30s.tif did not contain soil information, perhaps the original tif file uploaded by the data source was wrong. If possible, hopefully the author will complete the data so that the geodata package will have stronger applicability. Cheers!

tristanubaldi commented 1 year ago

Indeed, I have the same problem, many soil files of depths between 60-100 and 100-200 are not yet available. Will this problem be solved?