Skip to content

Commit

Permalink
Merge pull request #12 from demanasta/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
DemAnasta authored Oct 16, 2017
2 parents d1a63e2 + d461145 commit e192391
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 925 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Contributing

1. Create an issue and describe your idea
2. [Fork it](https://github.com/demanasta/coulomb2gmt/network#fork-destination-box)
3. Create your feature branch (`git checkout -b my-new-idea`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Publish the branch (`git push origin my-new-idea`)
6. Create a new Pull Request
7. Profit! :white_check_mark:
6 changes: 3 additions & 3 deletions Coulomb_anatolia.cpt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cpt file created by: makecpt -Crainbow -I -T-10/10/1 -Z -V
# COLOR_MODEL = RGB
# color legend "ANATOLIA"
# cpt file created by: makecpt -Crainbow -I -T-10/10/1 -Z -V
# COLOR_MODEL = RGB
# color legend "ANATOLIA"
#
-31 54 39 253 -30 55 48 253
-30 55 48 253 -29 55 57 253
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coulomb2gmt -- pre-released v1.0-beta*
coulomb2gmt -- pre-released v1.0-beta5.0
==================

> Bash scripts to plot coulomb results on gmt
Expand All @@ -22,17 +22,17 @@ coulomb2gmt -- pre-released v1.0-beta*

* Plot Stress changes (Coulomb, Normal, Shear)

* Plot all strain components
* Plot all strain components (E**, Dilatation)

* Plot Fault geometry (Projection, Surface, Depth)

* Plot gps displacement observed and modeled
* Plot GPS displacement observed and modeled

* Plot Fault and CMT databases

* Add GMT timestamp logo and custom logo of your organization.

*Adjust paper size to map and convert in different output formats (.jpg, .png, .eps, .pdf)
* Adjust paper size to map and convert in different output formats (.jpg, .png, .eps, .pdf)


## Requirements
Expand Down Expand Up @@ -63,21 +63,24 @@ run: `$ ./coulomb2gmt.sh <inputfile> <inputdata> | options`

### Default parameters
Many parameters configured at `default-param` file.

1. Paths to general files (DEM, logo, faults)
2. Paths to input file directories (.inp, .dat, .cou, .disp)
3. ColorMaps Palette, frame variable.
4. Scale parameters.

### General options

* `-r`: set custom region parameters. _Structure_ `-r minlon maxlon minlat maxlat prjscale`

* `-topo`: plot topography using dem file

* `-o`: set custom name of output file. Default is `<inputadata>`.
* `-o <filename>`: set custom name of output file. Default is `<inputadata>`.

* `-cmt` : Plot Centroid Moment Tensors of earthquakes.
* `-cmt <path to file>` : Plot Centroid Moment Tensors of earthquakes.

* `-faults`: Plot custom fault database catalogue.

* `-mt`:
* `-mt "map title"`: Custom map title.

* `-h`: Help menu

Expand Down
Loading

0 comments on commit e192391

Please sign in to comment.