|
@@ -5,17 +5,18 @@ external servers.
|
|
|
|
|
|
<h2>EXAMPLES</h2>
|
|
<h2>EXAMPLES</h2>
|
|
|
|
|
|
-Import of world cities with population > 1 million:
|
|
|
|
|
|
+<h3>WFS import without credentials</h3>
|
|
|
|
+Import of Copernicus Sentinel-2 satellite scene footprints:
|
|
|
|
+
|
|
<p>
|
|
<p>
|
|
<div class="code"><pre>
|
|
<div class="code"><pre>
|
|
# run in Latitude-Longitude location (EPGS code 4326):
|
|
# run in Latitude-Longitude location (EPGS code 4326):
|
|
-# download geonam_gt1M layer:
|
|
|
|
-v.in.wfs \
|
|
|
|
- url="http://mapserver.flightgear.org/ms?Service=WFS&request=GetFeature&version=1.0.0" \
|
|
|
|
- name=geonam_gt1M output=geonam_gt1M
|
|
|
|
|
|
+# download "sentinel:mgrs" layer:
|
|
|
|
+v.in.wfs url="https://geoserver.mundialis.de/geoserver/sentinel/wfs?" name="sentinel:mgrs" output=sentinel2_mgrs
|
|
</pre></div>
|
|
</pre></div>
|
|
|
|
|
|
-<p>
|
|
|
|
|
|
+<h3>WFS import with API key</h3>
|
|
|
|
+
|
|
Download 25 ship wrecks from LINZ data service:
|
|
Download 25 ship wrecks from LINZ data service:
|
|
<br>
|
|
<br>
|
|
(first create yourself a free API key at
|
|
(first create yourself a free API key at
|
|
@@ -26,7 +27,7 @@ Download 25 ship wrecks from LINZ data service:
|
|
# run in LatLong location:
|
|
# run in LatLong location:
|
|
URL='http://wfs.data.linz.govt.nz/<PUT YOUR API KEY HERE>/wfs?'
|
|
URL='http://wfs.data.linz.govt.nz/<PUT YOUR API KEY HERE>/wfs?'
|
|
|
|
|
|
-# download available layers to wms_capabilities.xml
|
|
|
|
|
|
+# download list of available layers to wms_capabilities.xml
|
|
v.in.wfs -l url="$URL"
|
|
v.in.wfs -l url="$URL"
|
|
</pre></div>
|
|
</pre></div>
|
|
|
|
|
|
@@ -47,6 +48,7 @@ Parser support (for GML).
|
|
<em>
|
|
<em>
|
|
<a href="g.region.html">g.region</a>,
|
|
<a href="g.region.html">g.region</a>,
|
|
<a href="r.in.wms.html">r.in.wms</a>,
|
|
<a href="r.in.wms.html">r.in.wms</a>,
|
|
|
|
+<a href="v.import.html">v.import</a>,
|
|
<a href="v.in.ogr.html">v.in.ogr</a>
|
|
<a href="v.in.ogr.html">v.in.ogr</a>
|
|
</em>
|
|
</em>
|
|
|
|
|