Skip to content

msimon00/LASIF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo



Work In Progress - Use With Caution



Documentation

Preliminary Documentation

This is not up-to-date and will be replaced with a new version soon. Hang tight!

To locally build the most recent version:

$ cd doc
$ make html

Installation

Dependencies:

The later three can simply be installed via pip:

$ pip install requests
$ pip install progressbar
$ pip install geographiclib

ObsPy and basemap are slightly more complicated to install. Please refer to the projects websites for more detailed instructions.

The wfs_input_generator can be installed with the following commands

$ git clone https://github.com/krischer/wfs_input_generator.git
$ cd wfs_input_generator
$ pip install -v -e .
$ cd ...

The actual LASIF module can then be installed with

$ git clone https://github.com/krischer/LASIF.git
$ cd LASIF
$ pip install -v -e .
$ cd ...

About

Full Waveform Inversion Workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published