Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 497 Bytes

AMR-catalogue-demo

A Jupyter notebook to demonstrate usage of piezo, gumpy and gnomonicus with different AMR catalogues

Requirements

Requirements which are not auto-installed:

  • Python >= 3.8
  • pip
  • Jupyter notebook

Install

Due to memory limitations, this cannot be run using binder, so install locally, or on a VM with >=4GB RAM

Optional virtual environment:

python -m virtualenv env
source env/bin/activate

Install requirements:

pip install -r requirements.txt