Skip to content

Commit

Permalink
r.in.gdal: remove outdated example (#3511)
Browse files Browse the repository at this point in the history
The example of the import of bioclim data is outdated. The data at WorldClim is now available as geoTIFs.
  • Loading branch information
ecodiv committed Mar 18, 2024
1 parent 8130144 commit b656141
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions raster/r.in.gdal/r.in.gdal.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,24 +374,6 @@ <h3>Raster file import over network</h3>
r.colors srtmgl1_v003_30m color=srtm_plus
</pre></div>

<h3>Worldclim.org data</h3>

To import the BIL data from <a href="http://www.worldclim.org">Worldclim</a>, the following
line has to be added to each .hdr file:
<div class="code"><pre>
PIXELTYPE SIGNEDINT
</pre></div>
<p>

To import the ESRI Grd data from <a href="http://www.worldclim.org">Worldclim</a>, the
broken spatial extent (exceeding the boundaries) needs to be fixed prior to import:

<div class="code"><pre>
# example: tmean dataset
gdal_translate -a_ullr -180 90 180 -60 tmean_1 tmean_1_fixed.tif
r.in.gdal input=tmean_1_fixed.tif output=tmean_1
</pre></div>

<h3>HDF</h3>

The import of HDF bands requires the specification of the individual bands
Expand Down

0 comments on commit b656141

Please sign in to comment.