[GRASS-user] geomorphological maps

Hello all,

I'm still starting to use GRASS, and I have to admit that I did not very much
yet. But I want to go so... so I have some questions:
With our students we want to transfer geomorphologicla maps gained in the
field into GIS. Is there a symbology for this in GRASS, has someone built
one? Can I build my own symbols?

Thanks to all!

Manuel Seeger

--
Dr. Manuel Seeger
Wiss. Assistent Scientific Assistant
Physische Geographie Dpt. of Physical Geography
FB VI - Geographie/Geowissenschaften Geography/Geosciences
Universität Trier University of Trier
D - 54286 Trier
Tel.: +49-651-201 4557
Fax: +49-651-201 3976
Web: http://www.uni-trier.de/uni/fb6/geographie/mitarbeiter/Seeger/

Manuel Seeger wrote:

I'm still starting to use GRASS, and I have to admit that I did not
very much yet. But I want to go so... so I have some questions:
With our students we want to transfer geomorphologicla maps gained in
the field into GIS. Is there a symbology for this in GRASS, has
someone built one? Can I build my own symbols?

Two kinds:

1) symbols
2) area fill (hatching)

What kind of symbology did you have in mind?
I suspect you want (2.b) below? e.g. http://www.athro.com/geo/seframe.html

1.a) symbols in display monitors
  d.vect and d.graph will let you represent point data with display
symbols. (custom scale or color based on an attribute column is allowed,
moslty in GRASS 6.1-cvs version)

built-in symbols:

basic/:
arrow2 circle cross2 marker point star x
arrow1 box cross1 diamond octagon pushpin triangle

demo/:
muchomurka smrk

extra/:
4pt_star airport alpha_flag compass dive_flag half-circle target

These are simple text files- you can also create custom ones.
see
  http://grass.gdf-hannover.de/wiki/IconSymbols

1.b) symbols in ps.map

Much the same as for d.vect, d.graph you can use point symbols.
Also in ps.map you can use Encapsulated PostScript (.eps) for symbols.
I hope that someone will one day write some conversion code to translate
.eps to d.graph commands so d.graph can display .eps too.

2.a) area filling in display monitors

You can pick a random color based on category or custom color based on
an attribute column. For raster maps use r.colors to set colors.
I don't think hatching is done easily? (nothing's impossible...)

2.b) area filling (hatching) in ps.map

Yes - see vareas "pattern filling" command.

http://grass.ibiblio.org/grass61/manuals/html61_user/ps.map.html#vareas

I would very much like to see some common patterns added onto the Wiki
page like we have for the custom symbols repository above.

regards,
Hamish

> I'm still starting to use GRASS, and I have to admit that I did not
> very much yet. But I want to go so... so I have some questions:
> With our students we want to transfer geomorphologicla maps gained in
> the field into GIS. Is there a symbology for this in GRASS, has
> someone built one? Can I build my own symbols?

..

What kind of symbology did you have in mind?
I suspect you want (2.b) below? e.g. http://www.athro.com/geo/seframe.html

maybe a better example:
  http://bambi.otago.ac.nz/hamish/grass/coal.jpg

Hamish

2.b) area filling (hatching) in ps.map

Yes - see vareas "pattern filling" command.

http://grass.ibiblio.org/grass61/manuals/html61_user/ps.map.html#vareas

I would very much like to see some common patterns added onto the Wiki
page like we have for the custom symbols repository above.

regards,
Hamish

Me to. :slight_smile:

Miha

___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html

> 2.b) area filling (hatching) in ps.map
>
> Yes - see vareas "pattern filling" command.
>
> http://grass.ibiblio.org/grass61/manuals/html61_user/ps.map.html#vareas
>
> I would very much like to see some common patterns added onto the
> Wiki page like we have for the custom symbols repository above.

2.c) load the map in QGIS and edit the area fill properties by double
clicking the map's color box in the layer list on the left.
http://www.qgis.org

You need the GDAL GRASS-plugin installed for QGIS to be able to read
GRASS maps.

Hamish

> 2.b) area filling (hatching) in ps.map
>
> Yes - see vareas "pattern filling" command.
>
> http://grass.ibiblio.org/grass61/manuals/html61_user/ps.map.html#vareas
>
> I would very much like to see some common patterns added onto the Wiki
> page like we have for the custom symbols repository above.

I've added a wiki page for these, linked from the add-on's page

http://grass.gdf-hannover.de/wiki/AreaFillPatterns

Hamish