VarPy

所属分类:物理/力学计算
开发工具:Jupyter Notebook
文件大小:37210KB
下载次数:1
上传日期:2016-06-14 18:34:12
上 传 者sh-1993
说明:  VarPy:用于火山和岩石物理数据分析的python库
(VarPy: A python library for volcanic and rock physics data analysis)

文件列表:
Data (0, 2016-06-15)
Data\El_Hierro (0, 2016-06-15)
Data\El_Hierro\Code (0, 2016-06-15)
Data\El_Hierro\Code\IGN_import.py (5036, 2016-06-15)
Data\El_Hierro\Code\IGN_scrape.py (1469, 2016-06-15)
Data\El_Hierro\Code\IGN_scrape_update.py (2027, 2016-06-15)
Data\El_Hierro\Seismic (0, 2016-06-15)
Data\El_Hierro\Seismic\Cats (0, 2016-06-15)
Data\El_Hierro\Seismic\Cats\Hierro_IGN_C1_11-170214.txt (3238836, 2016-06-15)
Data\El_Hierro\Seismic\Cats\Hierro_IGN_C1_meta.txt (184, 2016-06-15)
Data\El_Hierro\Seismic\Cats\Hierro_IGN_C2_11-070114.txt (1700826, 2016-06-15)
Data\El_Hierro\Seismic\Cats\Hierro_IGN_C2_meta.txt (188, 2016-06-15)
Data\El_Hierro\Volcanic (0, 2016-06-15)
Data\El_Hierro\Volcanic\Hierro_eruption.txt (32, 2016-06-15)
Data\El_Hierro\Volcanic\Hierro_eruption_meta.txt (183, 2016-06-15)
Data\Etna (0, 2016-06-15)
Data\Etna\Code (0, 2016-06-15)
Data\Etna\Code\Etna_scrape.py (872, 2016-06-15)
Data\Etna\Code\Etna_scrape_update.py (2306, 2016-06-15)
Data\Etna\Defm (0, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_CDV.txt (38731, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_CDV_meta.txt (183, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_MNR.txt (38940, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_MNR_meta.txt (183, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_MSC.txt (42834, 2016-06-15)
Data\Etna\Defm\Etna_INGVCT_tilt_MSC_meta.txt (183, 2016-06-15)
Data\Etna\Defm\Etna_tilt.png (105380, 2016-06-15)
Data\Etna\Defm\Etna_tilt_analysis.xlsx (429779, 2016-06-15)
Data\Etna\Defm\tilt_for_EFFORT.xlsx (281074, 2016-06-15)
Data\Etna\Seismic (0, 2016-06-15)
Data\Etna\Seismic\Cats (0, 2016-06-15)
Data\Etna\Seismic\Cats\Etna_INGVCT_C1_99-onwards.txt (1092404, 2016-06-15)
Data\Etna\Seismic\Cats\Etna_INGVCT_C1_meta.txt (183, 2016-06-15)
Data\Etna\Volcanic (0, 2016-06-15)
Data\Etna\Volcanic\Etna_eruption.txt (11342, 2016-06-15)
Data\Etna\Volcanic\Etna_eruption_meta.txt (183, 2016-06-15)
Data\Etna\Volcanic\Etna_eruptions.xlsx (19335, 2016-06-15)
Data\Hawaii (0, 2016-06-15)
Data\Hawaii\Code (0, 2016-06-15)
... ...

# VarPy: A python library for volcanic and rock physics data analysis VarPy is an open-source toolbox which provides a Python framework for analysing volcanology and rock physics data. It provides several functions, which allow users to define their own workflows to develop models, analyses and visualisations. The goal of the VarPy library is to accelerate the uptake of computational methods by researches in volcanology and rock physics. In this repository you can find: - Reading material about VarPy Library presented at two conferences: [Slides for the conference EGU2014](https://github.com/rosafilgueira/VarPy/blob/master/VarPy_EGU2014.pdf), [Paper presented at PyHPC2014](https://github.com/rosafilgueira/VarPy/blob/master/pyhpc2014_submission_4.pdf), and [Slides used at the conference PyHPC2014](https://github.com/rosafilgueira/VarPy/blob/master/pyhpc2014-4-VarPy.pdf) - Source code: [varpy modules and packages](https://github.com/rosafilgueira/VarPy/tree/master/varpy). Note that the paper [Paper-PyHPC2014](https://github.com/rosafilgueira/VarPy/blob/master/pyhpc2014_submission_4.pdf) contains the complete structure of the VarPy library (*Section V. VarPy Packages and Modules*). - Some datasets (Data and Library directories) to work later with VarPy examples (python scripts and notebook) - Several [python examples](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts) for explaining how to use varpy library - [retrospective analysis 1](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow1a.py), [retrospective analysis 2](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow2a.py) - [single forecast 1](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow1b.py), [single forecast 2](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow2b.py) - [retrospective forecast 1](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow1c.py), [retrospective forecast 2](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow2c.py) - [prospective forecast 1](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow1d.py), [retrospective forecast 2](https://github.com/rosafilgueira/VarPy/blob/master/python_scripts/varpy_modelworkflow2d.py) - A python [Notebook example](https://github.com/rosafilgueira/VarPy/blob/master/Iceland_Tjornes.ipynb), which shows how VarPy can facilitate the data exploration and visualization on the Tjornes fracture zone (Iceland). This example is explained across the reading material provided in this repository (paper and slides). For trying a varpy example (python script or notebook): 1) Clone the VarPy repository in your machine 2) Add the VarPy repository path into the PYTHONPATH (e.g., export PYTHONPATH=/Users/rosa/VarPy) 3a) Execute any of the scripts inside the directory 'python_scripts': python VarPy_Hierro_Ex1.py 3b) Or execute ipython notebook to open Iceland_Tjornes.ipynb

近期下载者

相关文件


收藏者