A Dash application to visualize time-domain electromagnetic (TEM) soudings modeled with UBC-GIF forward modeling software em1dtmfwd.
- Install Dash
pip install dash==0.27.0 # The core dash backend
pip install dash-html-components==0.12.0 # HTML components
pip install dash-core-components==0.28.0 # Supercharged components
- Install Pandas, Numpy
pip install pandas
pip install numpy
- Unzip the data in MdlemAll.zip. Make sure the folder name is "MdlemAll".
- Running the following command will start a local web server
python tem_dash_app.py
- Go to your favorite browser and visit http://localhost:8050 to access the application