-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3edc23
commit bbee266
Showing
5 changed files
with
65 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,4 +129,4 @@ dmypy.json | |
.pyre/ | ||
|
||
#Example output folder | ||
gnomon-out | ||
gnomonicus-out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# AMR-catalogue-demo | ||
A Jupyter notebook to demonstrate usage of `piezo`, `gumpy` and `gnomon` with different AMR catalogues | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ setuptools>=42 | |
importlib-metadata | ||
gumpy>=1.0.11 | ||
piezo>=0.3 | ||
gnomonicus==1.0.0 | ||
gnomonicus==1.0.1 | ||
pandas |
This file was deleted.
Oops, something went wrong.