Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
windspharm - spherical harmonic vector wind analysis in Python
==============================================================

[![DOI (paper)](https://img.shields.io/badge/DOI%20%28paper%29-10.5334%2Fjors.129-blue.svg)](http://doi.org/10.5334/jors.129) [![DOI (latest release)](https://zenodo.org/badge/4715033.svg)](https://zenodo.org/records/1401190)
[![DOI (paper)](https://img.shields.io/badge/DOI%20%28paper%29-10.5334%2Fjors.129-blue.svg)](https://doi.org/10.5334/jors.129) [![DOI (latest release)](https://zenodo.org/badge/4715033.svg)](https://zenodo.org/records/1401190)

Overview
--------
Expand All @@ -17,20 +17,20 @@ windspharm provides a replacement for the windfield package from CDAT.
Requirements
------------

`windspharm` only requires [`numpy`](http://numpy.org) and [`pyspharm`](https://github.com/jswhit/pyspharm) (version 1.0.9 or higher), but for full functionality (meta-data interfaces) one or both of [`iris`](http://scitools.org.uk/iris/) and/or [`xarray`](http://xarray.pydata.org) are required.
`windspharm` only requires [`numpy`](https://numpy.org) and [`pyspharm`](https://github.com/jswhit/pyspharm) (version 1.0.9 or higher), but for full functionality (meta-data interfaces) one or both of [`iris`](https://scitools-iris.readthedocs.io/) and/or [`xarray`](https://docs.xarray.dev) are required.


Documentation
-------------

Documentation is available [online](http://ajdawson.github.io/windspharm).
Documentation is available [online](https://ajdawson.github.io/windspharm).
The package docstrings are also very complete and can be used as a source of reference when working interactively.


Citation
--------

If you use windspharm in published research, please cite it by referencing the [peer-reviewed paper](http://doi.org/10.5334/jors.129).
If you use windspharm in published research, please cite it by referencing the [peer-reviewed paper](https://doi.org/10.5334/jors.129).
You can additionally cite the [Zenodo DOI](https://zenodo.org/badge/latestdoi/20448/ajdawson/windspharm) if you need to cite a particular version (but please also cite the paper, it helps me justify my time working on this and similar projects).


Expand All @@ -48,7 +48,7 @@ Frequently asked questions
Installation
------------

The easiest way to install is via [conda](http://conda.pydata.org):
The easiest way to install is via [conda](https://docs.conda.io):

conda install -c conda-forge windspharm

Expand Down
2 changes: 1 addition & 1 deletion docs/_themes/sphinx13_mod/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


{% block extrahead %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following is a very simple illustrative example which computes the streamfun
Citation
--------

If you use windspharm in published research, please cite it by referencing the `peer-reviewed paper <http://doi.org/10.5334/jors.129>`_.
If you use windspharm in published research, please cite it by referencing the `peer-reviewed paper <https://doi.org/10.5334/jors.129>`_.
You can additionally cite the `Zenodo DOI <https://zenodo.org/records/1401190>`_ if you need to cite a particular version (but please also cite the paper, it helps me justify my time working on this and similar projects).


Expand Down
6 changes: 3 additions & 3 deletions examples/iris/rws_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Additional requirements for this example:

* iris (http://scitools.org.uk/iris/)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* iris (https://scitools-iris.readthedocs.io/)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import warnings
Expand Down
6 changes: 3 additions & 3 deletions examples/iris/sfvp_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Additional requirements for this example:

* iris (http://scitools.org.uk/iris/)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* iris (https://scitools-iris.readthedocs.io/)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import warnings
Expand Down
6 changes: 3 additions & 3 deletions examples/standard/rws_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Additional requirements for this example:

* netCDF4 (http://unidata.github.io/netcdf4-python/)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* netCDF4 (https://unidata.github.io/netcdf4-python/)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import cartopy.crs as ccrs
Expand Down
6 changes: 3 additions & 3 deletions examples/standard/sfvp_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Additional requirements for this example:

* netCDF4 (http://unidata.github.io/netcdf4-python/)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* netCDF4 (https://unidata.github.io/netcdf4-python/)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import cartopy.crs as ccrs
Expand Down
6 changes: 3 additions & 3 deletions examples/xarray/rws_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Additional requirements for this example:

* xarray (http://xarray.pydata.org)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* xarray (https://docs.xarray.dev)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import cartopy.crs as ccrs
Expand Down
6 changes: 3 additions & 3 deletions examples/xarray/sfvp_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Additional requirements for this example:

* xarray (http://xarray.pydata.org)
* matplotlib (http://matplotlib.org/)
* cartopy (http://scitools.org.uk/cartopy/)
* xarray (https://docs.xarray.dev)
* matplotlib (https://matplotlib.org/)
* cartopy (https://cartopy.readthedocs.io/)

"""
import cartopy.crs as ccrs
Expand Down