Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.24 KB

DrillDown

Welcome! DrillDown is a visualization and analysis toolkit for "drilling down" into ore deposits datasets. Check out the poster below for more info: poster

Features

Launch from jupyter notebook

launch from jupyter notebook

Filter by data values

filter by data values

Get data by selection

get data by selection

Downhole plot from selection

downhole plot from selection

Histogram from selection

histogram from selection

2D scatter plot with cross-filtering

2D scatter plot with cross-filtering

Core photos from selection:

core photos from selection

...and more!

Installation for development

  • Use python 3.10 (imposed by geoh5py dependency)
  • Install dependencies via pip using the provided requirements.txt file
  • Run pip install -e . in the root directory to install drilldown in editable mode