[GRASS-user] How to draw the earthquake-magtintude map...

Dear grass users

I'm from Japan and begginer user of grass GIS.

I tried to draw earthquake map of tohoku Japan.

First, I summarized of some earthquake data, for example lat, lon, depth and m
agnitude.

---------------------------------
lon lat depth Magnitude
---------------------------------
139.9, 37.7, 10, 3.1
141.0, 35.8, 10, 2.6
142.7, 40.8, 20, 4.4
...
---------------------------------

Second, this text data was imported to grass data by using v.in.ascii, as foll
ows;

cat data.txt | v.in.ascii fs=',' cat=0 x=1 y=2 out=quake columns='x double pre
cision, y double precision, depth integer, mag double precision'

So, I typed to 'v.vect quake'
These points where the earthquake were displayed by cross (x) .

Next, I tried to display new map as circle size of earthquake-magnitude.

v.vect quake size=magnitude

However, unsuccessful....What should I do?

Yasuo shimada ( Japan weathere association )

Dear grass users

I'm from Japan and begginer user of grass GIS.

I tried to draw earthquake map of tohoku Japan.

First, I summarized of some earthquake data, for example lat, lon, depth and m
agnitude.

---------------------------------
lon     lat    depth Magnitude
---------------------------------
139.9,  37.7,  10,  3.1
141.0,  35.8,  10,  2.6
142.7,  40.8,  20,  4.4
...
---------------------------------

Second, this text data was imported to grass data by using v.in.ascii, as foll
ows;

cat data.txt | v.in.ascii fs=',' cat=0 x=1 y=2 out=quake columns='x double pre
cision, y double precision, depth integer,  mag double precision'

So, I typed to 'v.vect quake'
These points where the earthquake were displayed by cross (x) .

Next, I tried to display new map as circle size of earthquake-magnitude.

You probably want here:
d.vect.thematic map=quake col=mag type=point themetype=graduated_points icon=basic/circle

There are more options for coloring, etc.

(attachments)

Logo_Hevra.gif

···

Hevra Logo

Micha Silver

Arava Development Co

052-3665918

http://www.surfaces.co.il

It's a bit off topic and an item in my wishlist, but will be interesting
to have AnuGA integrated in GRASS.
http://sourceforge.net/projects/anuga/

http://en.wikipedia.org/wiki/ANUGA_Hydro

and a tsunami risk assessment in New Zealand:

http://www.aon.com/attachments/reinsurance/200812_ab_analytics_nz_tsunami.pdf

We did a plugin a while back in QGIS for preprocessing the gis layers
for AnuGA.
Cheers
Saber

On Wed, 2011-06-15 at 12:51 +0300, Micha Silver wrote:

On 15/06/2011 10:46, sgw00412@nifty.com wrote:

> Dear grass users
>
> I'm from Japan and begginer user of grass GIS.
>
> I tried to draw earthquake map of tohoku Japan.
>
> First, I summarized of some earthquake data, for example lat, lon, depth and m
> agnitude.
>
> ---------------------------------
> lon lat depth Magnitude
> ---------------------------------
> 139.9, 37.7, 10, 3.1
> 141.0, 35.8, 10, 2.6
> 142.7, 40.8, 20, 4.4
> ...
> ---------------------------------
>
> Second, this text data was imported to grass data by using v.in.ascii, as foll
> ows;
>
> cat data.txt | v.in.ascii fs=',' cat=0 x=1 y=2 out=quake columns='x double pre
> cision, y double precision, depth integer, mag double precision'
>
> So, I typed to 'v.vect quake'
> These points where the earthquake were displayed by cross (x) .
>
> Next, I tried to display new map as circle size of earthquake-magnitude.

You probably want here:
d.vect.thematic map=quake col=mag type=point
themetype=graduated_points icon=basic/circle

There are more options for coloring, etc.

> v.vect quake size=magnitude
>
> However, unsuccessful....What should I do?
>
> Yasuo shimada ( Japan weathere association )
>
> _______________________________________________
> grass-user mailing list
> grass-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
> This mail was received via Mail-SeCure System.
>
>

--
Hevra Logo

Micha Silver

Arava Development Co

052-3665918

http://www.surfaces.co.il

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user