Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
soilgrids.notebooks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISRIC
SoilGrids
soilgrids.notebooks
Commits
56f4ca7a
Commit
56f4ca7a
authored
Jul 09, 2020
by
Poggio, Laura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update markdown/wcs_from_R.md
parent
ee85b43c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
markdown/wcs_from_R.md
markdown/wcs_from_R.md
+3
-1
No files found.
markdown/wcs_from_R.md
View file @
56f4ca7a
...
...
@@ -31,8 +31,10 @@ We set other variables necessary for the WCS call for all kinds of requests
```
R
wcs_path
=
paste0
(
"https://maps.isric.org/mapserv?map=/map/"
,
voi
,
".map"
)
# Path to the WCS. See maps.isric.org
wcs_service
=
"SERVICE=WCS"
wcs_version
=
"VERSION=2.0.1"
wcs_version
=
"VERSION=2.0.1"
# Only for gdal >=2.3. Use wcs_version = "VERSION=1.1.1"` for gdal < 2.3.x
```
**NOTE**
Use
`wcs_version = "VERSION=2.0.1"`
for gdal >= 2.3.x and
`wcs_version = "VERSION=1.1.1"`
for gdal < 2.3.x
## Example 1: Describe the coverage layer
###### 1. First we define the request as `DescribeCoverage` and we create a string for the full request using also the variables previously defined
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment