We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~
1 parent 0a768b3 commit e7e07b0Copy full SHA for e7e07b0
README.md
@@ -25,11 +25,11 @@ sudo make install
25
Access GRASS GIS raster data from GDAL:
26
27
```
28
-gdalinfo ~/grassdata/nc_spm_08_grass7/PERMANENT/cellhd/elevation
+gdalinfo $HOME/grassdata/nc_spm_08_grass7/PERMANENT/cellhd/elevation
29
30
31
Access GRASS GIS vector data from GDAL-OGR:
32
33
34
-ogrinfo -so -al ~/grassdata/nc_spm_08_grass7/PERMANENT/vector/zipcodes/head
+ogrinfo -so -al $HOME/grassdata/nc_spm_08_grass7/PERMANENT/vector/zipcodes/head
35
0 commit comments