SoilWatch / soil-erosion-watch

GEE App to explore the state of the world's (degraded) soils
MIT License
60 stars 23 forks source link

SoilGrid file is not shared! #1

Closed shahab271069 closed 3 years ago

shahab271069 commented 3 years ago

Hey

Thank you for your magnificent work. However, some datasets such as soil grids are not avialable! Can you help me with this issue?

Best

wouellette commented 3 years ago

Hi @shahab271069,

You can access the soil grid layers with this syntax in the code editor: var <layer_name> = ee.Image("projects/soilgrids-isric/<layer_name>")

For instance, to get the clay content layer: var clay = ee.Image("projects/soilgrids-isric/clay_mean");

I hope this helps!

Regards

shahab271069 commented 3 years ago

Dear William

Thank you for your reply. I can not access dataset. Do you know what is the problem?

Best Wishes Shahab

wouellette commented 3 years ago

Hi Shahab,

It is not possible that you cannot access the collection because it is being accessed by the Soil Erosion Watch App, which means the dataset is public. Check under this app link: https://code.earthengine.google.com/5ab4194419a2f5e3ee38e6ddbb414e86

wouellette commented 3 years ago

Closing this issue. Please re-open if you happen to still have issues.

shahab271069 commented 2 years ago

Sorry for late response.

I get access to dataset.

Thanks.