Skip to content

Commit 2766722

Browse files
authored
example for opening, downscaling and visualizing a high-res model (#7)
* basic project configuration * ignore the pixi cache * configure pixi * pixi lock file * more deps * lockfile * define the downscaling / visualization example
1 parent a783342 commit 2766722

File tree

5 files changed

+7616
-0
lines changed

5 files changed

+7616
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# pixi environments
163+
.pixi
164+
*.egg-info

0 commit comments

Comments
 (0)