Select to view content in your preferred language

Find SSURGO data for a location

530
2
06-24-2024 11:49 PM
DivyaArora
Emerging Contributor

We need to get the soil data like soil classification, soil nutrients and GDD data for a particular location (Lat, Long). Is it Possible to get it from some API exposed by ESRI or some other way.

Any help would be appreciated.

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

You can also get it directly from the USDA. They've really been improving the methods for accessing the data.

https://www.nrcs.usda.gov/resources/data-and-reports/ssurgo-portal

And as @numbrkar mentions, the Living Atlas layer can be useful as well. If you just want to get attributes based on a point location, the query endpoint would be ideal.

- Josh Carlson
Kendall County GIS
Alena
by
Regular Contributor

USDA - NRCS has a API called Soil Data Access where you can submit SQL queries to the national database remotely.

You could also look at how it is called within some of the application.

 https://github.com/ncss-tech/SSURGOOnDemandArcPro

There are other data options available also.

0 Kudos