Skip to content

Commit

Permalink
WIP: Further implementation of TerraModel
Browse files Browse the repository at this point in the history
This commit does not contain fully working code and will
be squashed in a future commit.

Add start of NetCDF file reading.

Note: NetCDF file format subject to change.

Add dependency on stripy (not working; see
underworldcode/stripy#107)
  • Loading branch information
anowacki committed Sep 8, 2022
1 parent b8310a0 commit 9b46423
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 53 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ classifiers = [
python = "^3.8"
numpy = "^1.23"
netcdf4 = "^1"
stripy = "^2.1.0"

[tool.poetry.dev-dependencies]
ipython = "^8.5.0"
matplotlib = "^3.5.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 9b46423

Please sign in to comment.