[GRASS-web] Instructions

Helmut Kudrnovsky hellik at web.de
Mon Jul 17 12:51:19 PDT 2017


Carlo Berg wrote
> Hi,
> 
> I'm trying to figure out how to import a directory to view the data listed
> here.
> https://www.bellevuewa.gov/city-government/departments/ITD/services/maps/g-i-s-data-portal/
> 
> Can you help?
> 
> I'm using a dell pc.
> 
> Thank you,

regarding different data format, the best place to look is GDAL
(http://www.gdal.org/).

 just quickly screened the linked website with several geodata, the 3 main
data types are:

GDB - file geodatabase: http://www.gdal.org/drv_filegdb.html or
http://www.gdal.org/drv_openfilegdb.html
SHP - shapefile: http://www.gdal.org/drv_shapefile.html
TIF - GTif: http://www.gdal.org/frmt_gtiff.html

as GRASS GIS is based upon GDAL, GRASS GIS should be able to import these
data.

to import data:

raster:

https://grass.osgeo.org/grass73/manuals/r.in.gdal.html
vector:

https://grass.osgeo.org/grass73/manuals/v.import.html
https://grass.osgeo.org/grass73/manuals/v.in.ogr.html

to link external data:

raster:

https://grass.osgeo.org/grass73/manuals/r.external.html

vector:

https://grass.osgeo.org/grass73/manuals/v.external.html



-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Instructions-tp5328034p5328172.html
Sent from the Grass - Website mailing list archive at Nabble.com.


More information about the grass-web mailing list