Skip to content
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

Iris to GeoVista conversion #5740

Merged
merged 26 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
578cd67
remove unused imports
HGWright Feb 13, 2024
2fb1046
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 13, 2024
6f861fa
wip
HGWright Feb 16, 2024
1a083d8
wip
HGWright Feb 16, 2024
663c34e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 16, 2024
0723934
Merge branch 'main' into geo-bridge
trexfeathers Feb 16, 2024
f6c6834
Include GeoVista in dependencies.
trexfeathers Feb 16, 2024
a86956d
Docstrings.
trexfeathers Feb 16, 2024
465113d
Correct pluralisation.
trexfeathers Feb 16, 2024
8243d41
Update to ugrid_operations docs.
trexfeathers Feb 16, 2024
dec4edb
Try 110m coastlines.
trexfeathers Feb 16, 2024
9a3945f
Revert "Try 110m coastlines."
trexfeathers Feb 19, 2024
0470dee
Try a pre_build step.
trexfeathers Feb 19, 2024
343179e
Revert "Try a pre_build step."
trexfeathers Feb 19, 2024
7b6588c
Static GeoVista plot in docs.
trexfeathers Feb 19, 2024
db83c67
Use intersphinx for GeoVista gallery.
trexfeathers Feb 19, 2024
7dbfc4d
Requested changes + integration tests
HGWright Mar 27, 2024
cb11963
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 27, 2024
f8d85b0
Merge remote-tracking branch 'HGWright/geo-bridge' into additions_5740
trexfeathers Mar 27, 2024
16ef521
Merge pull request #1 from trexfeathers/additions_5740
HGWright Mar 27, 2024
371c081
Updated lock files.
trexfeathers Mar 27, 2024
381a918
Merge pull request #3 from trexfeathers/newer_lockfiles_5740
HGWright Mar 27, 2024
36c55f4
Merge branch 'main' into geo-bridge
HGWright Mar 27, 2024
eed0380
some requested changes
HGWright Mar 27, 2024
cdfe56f
Merge branch 'geo-bridge' of github.com:HGWright/iris into geo-bridge
HGWright Mar 27, 2024
37c4bb5
All remaining changes
HGWright Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Try a pre_build step."
This reverts commit 0470dee.
  • Loading branch information
trexfeathers committed Feb 19, 2024
commit 343179e6bbd680f0bf6295f93893f696abb350d9
2 changes: 0 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ build:
- git stash
post_install:
- git stash pop
pre_build:
- python -c "from geovista.cache import fetch_coastlines; _ = fetch_coastlines();"

conda:
environment: requirements/readthedocs.yml
Expand Down