1

I have an external WCS layer

https://maps.isric.org/mapserv?map=/map/nitrogen.map&
SERVICE=WCS&
VERSION=2.0.0&
REQUEST=DescribeCoverage&
COVERAGEID=nitrogen_5-15cm_Q0.5

that comes from an external data service, so I would like to save it in the postgis database so that I can then overlay the polygons on it and make graphic intersections to determine the type of soil on which the polygon is located respectively

3
  • 1
    What did you try? Commented Jan 27, 2023 at 9:06
  • I haven't tried anything because I don't know where to start Commented Jan 27, 2023 at 9:11
  • 1
    You just need to download the data, I assume GeoTIFF will be best for your use, probably in a series of GetCoverage requests, then use raster2pgsql to load. See gis.stackexchange.com/questions/34408/… Commented Jan 27, 2023 at 9:11

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.