Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding first gis module to perform geospatial operations, notebook builds #61
Adding first gis module to perform geospatial operations, notebook builds #61
Changes from 87 commits
ec632c4
bd38932
629572c
a9c8fb7
99fc6b0
96d53be
c761419
0849dda
b10b342
f8ef52b
6207fe1
f59e9b6
7baaccf
cbf3cb4
cb15134
8d0cb9f
e3461a7
e48fa87
7dea0a1
a45844e
2c1f9b9
095c0aa
2ee6b4e
7af3277
20ebeef
5905263
c3c7c48
4875b9c
519a6df
3b1d54e
3e65cd4
85e37f3
cb98b00
9772de3
a8dd3b5
d776be7
2add8ee
5e53b39
955cf61
2e391c2
7e88b44
4084d57
5be464e
cfa6d32
456c425
f8bf322
cff536f
305a8f7
561d53b
d576ba3
3a15c0a
cd13490
0685e5a
a8cb7ac
7ebb98e
347d5c0
9157eda
1cb2a3f
654b7a7
f6f0440
811592e
0d0b365
015a348
4288ef2
509d791
e5eb465
66e0fdc
5dde017
77df41e
e239aea
a7000cd
1305ef6
23f60ab
4c5c5de
e3b19ba
2085af1
9dd505e
ebe93d6
5a58da0
bb83bbe
d24a903
ede5c76
ae206ad
8600d35
5360e2a
feae452
c1d5410
038ac20
1128b72
cec771a
b3639fb
f31919b
ed2e8cf
4d4ba4c
32b07b5
750b5d5
a0eb88a
36901a6
12efda8
d90cc27
8043acb
0130c05
6bf6c62
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Zeitsperre We can leave this here as an additional security, but this should not be required anymore (yay!)
xESMF
is badly installed or initiated,xscen
will simply deactivate the functions using it.xhydro/xdatasets
do not use it at all, for now.esmf/esmpy 8.6.0
has been released and should have fixed that bug too.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to, we can remove the
install-esmpy
step frominstall
. This just means that we don't install the GitHub repo version when we run$ make install
. I can see having that disabled as being beneficial for users in systems that don't havegrep
,awk
, andtr
installed (powershell
andcommand prompt
, probably)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's leave that for another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to point out that
xdatasets
hasxesmf
as a dependency because ofxagg
. I had initially created a spinoffxagg
library with noxesmf
dependency (becausexesmf
is used for regridding but not for spatial averaging inxagg
, which is the only thing required forxdatasets
) but we now havexagg
as a dependency.xesmf
is required for the notebooks but might not be for the tests.