Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fraser William Goldsworth
pyicon
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4f40ca565c7716f6f434d1467235336ac9c26aa5
Select Git revision
Branches
11
axes-returns
default-params
edge-to-vertex
master
default
protected
my-xr-devel
n-fixing
plotting
plotting-errors
potential-vorticity
silent-import
thermodynamics
11 results
Begin with the selected commit
Created with Raphaël 2.2.0
5
Mar
12
Apr
11
8
4
2
14
Mar
11
8
4
28
Feb
27
13
6
25
Jan
24
9
13
Dec
16
Nov
2
Oct
25
Sep
22
20
19
15
12
31
Aug
29
28
18
28
Jul
7
6
4
29
Jun
28
19
26
May
25
22
21
17
16
12
11
10
9
8
6
25
Apr
22
17
29
Mar
21
20
10
9
6
24
Feb
21
16
15
14
13
9
8
7
3
2
1
31
Jan
16
13
21
Nov
15
14
10
7
17
Oct
14
13
30
Sep
29
19
14
12
6
5
29
Aug
22
29
Jul
19
13
8
7
4
24
Jun
20
17
13
10
9
8
30
May
24
23
10
Mar
7
23
Feb
2
28
Jan
6
3
1
Dec
29
Nov
27
26
24
23
10
9
8
29
Oct
22
28
Sep
15
10
3
2
30
Aug
23
20
16
5
3
17
Jun
10
28
May
27
21
27
Apr
19
1
Feb
20
Jan
9
Dec
25
Nov
24
23
10
2
21
Oct
20
17
14
README.md: Mentioned new installation option vie pypi.
Moved pyic_fig.py, pyic_sec.py, pyic_anim.py and pyic_intake.py to scripts and added __init__.py to fix issue with executable scripts from pip installation.
setup.py: Added entry points for some scripts like pyic_fig etc.
Updated gitignore.
Wrapped pyic_anim, pyic_fig pyic_intake and pyic_sec into functions so that they can be installed via setup.py
setup.py: Update name for pyicon to have a free valid name for pypi.
Added pyproject.toml
Updated pyicon/version.py setup.py.
config_ckdtree_r3b7_atm_r0026.py: Added more grids.
pyic_intake.py: Some renaming, typos.
examp_pyic_intake.ipynb: Added notebook to show basic data loading from intake catalog.
pyic_intake.py: Added more functionality and slightly changed cli.
quickplots/pyicon_prepare_era.py: Updated some paths.
quickplots/qp_driver.py: Changed to rgrid_name = 'global_0.30'
pyicon_tb.py: Omitted using earth radius in converting from spherical_to_cartesian to hopefully speed up the process also some bug fixes in the old ckdtree creation.
config_ckdtree: Updated / added some config files.
pyicon_plotting.py: Allow for pyic.plot to also plot interpolated data.
pyic_intake.py: Expanded intake capabilities.
pyic_intake.py: First commit.
pyic_fig.py pyic_sec.py: Fixed issues with grib file plotting and time axis.
pyicon_plotting.py and pyicon_tb.py: Allow plotting grib data with pyic.plot and pyic.plot_sec (this includes possible to plot grib data with pyic_fig and pyic_sec).
pyicon.tb: Added r3b7_atm_r0026 grid.
NWP grid file processing
pyicon_tb.py: Derive ckdtree_points from clon, clat etc. if cartesian coordinates are not present in grid file. Allow to pass lon, lat also in radians in .
pyic_anim.py: Not existing directory for figures and animation will be created if it does not exist. Open multiples netcdf files without any mfdset_kwargs if opening with them fails.
removed redundant imports (may speed up import time)
added new error messages
pyicon_tb.py: Fixed bug in ckdtree_points that only one grid was processed.
pyicon/tests/conftest.py: Corrected link to example data.
requirements.txt: Added docutils=0.20 since there are issues which higher version when building the documentation.
requirements_py311.yml: Added pytest.
ci/requirements_py311.yml: Fixed typo.
ci/requirements_py311.yml: Added nbspinx-link to see if this is solving the gitlab building issue.
requirements_documentation.txt: Added docutils=0.20 requirement since there is some issue with 0.21 and nbsphinx-link.
pyicon_calc.py: Updated docstring.
requirements_documentation.txt: Changed from nbsphinx_link to nbsphinx-link.
Added temporarily 9-building-the-documentation-on-gitlab-fails to statement in .gitlab-ci.yml to test building the documentation.
requirements_documentation.txt: Fixed potential typoc for nbsphinx_link.
qp_driver.py: Exchange np.in1d with np.isin since the former is depreciated.
act_pyicon_py311.sh: Fixed broken path to conda env.
Loading