gem / oq-engine

OpenQuake's Engine for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
373 stars 272 forks source link

Extended `oq info` to .csv files #9788

Closed micheles closed 2 weeks ago

micheles commented 2 weeks ago

Useful for pretty-pretting. For instance

$ oq info site_model.csv
| lon     | lat     | vs30  | z1pt0 |
|---------+---------+-------+-------|
| 81.5505 | 30.3613 | 760.0 | 100   |
| 81.7589 | 30.3613 | 760.0 | 100   |
| 81.9674 | 30.3613 | 760.0 | 100   |
| 80.9232 | 30.1814 | 760.0 | 100   |
| 81.1313 | 30.1814 | 760.0 | 100   |
| 81.3394 | 30.1814 | 760.0 | 100   |
| 81.5474 | 30.1814 | 760.0 | 100   |
| 81.7555 | 30.1814 | 760.0 | 100   |
| 81.9636 | 30.1814 | 760.0 | 100   |
| 82.1716 | 30.1814 | 760.0 | 100   |
| ...     | ...     | ...   | ...   |
| 87.9280 | 26.5841 | 760.0 | 100   |
| 88.1291 | 26.5841 | 760.0 | 100   |
| 86.7105 | 26.4043 | 760.0 | 100   |
| 86.9113 | 26.4043 | 760.0 | 100   |
| 87.1121 | 26.4043 | 760.0 | 100   |
| 87.3130 | 26.4043 | 760.0 | 100   |
| 87.5138 | 26.4043 | 760.0 | 100   |
| 87.7146 | 26.4043 | 760.0 | 100   |
| 87.9154 | 26.4043 | 760.0 | 100   |
| 88.1162 | 26.4043 | 760.0 | 100   |