-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
134 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## v2024.5.2 | ||
## latest | ||
- `earth2grid.latlon.BilinearInterpolator` moved to `earth2grid.BilinearInterpolator` | ||
|
||
## 2024.8.1 | ||
|
||
- made visualization dependencies optional | ||
- `healpix.pad` now supports 5d [n, c, f, x, y] shaped arrays. | ||
- Add CUDA implementation of healpix padding (Thorsten Kurth, Mauro Bisson, David Pruitt) | ||
|
||
## 2024.5.2 | ||
|
||
- First publicly available release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,25 @@ | ||
# Installation | ||
|
||
## Stable release | ||
|
||
To install Earth2 Grid Utilities, run this command in your | ||
terminal: | ||
|
||
``` console | ||
$ pip install earth2-grid | ||
``` | ||
|
||
This is the preferred method to install Earth2 Grid Utilities, as it will always install the most recent stable release. | ||
|
||
If you don't have [pip][] installed, this [Python installation guide][] | ||
can guide you through the process. | ||
|
||
## From source | ||
|
||
The source for Earth2 Grid Utilities can be downloaded from | ||
the [Github repo][]. | ||
|
||
You can either clone the public repository: | ||
|
||
``` console | ||
$ git clone git://github.com/waynerv/earth2-grid | ||
$ git clone git@github.com:NVlabs/earth2grid.git | ||
``` | ||
|
||
Or download the [tarball][]: | ||
|
||
``` console | ||
$ curl -OJL https://github.com/waynerv/earth2-grid/tarball/master | ||
$ curl -OJL https://github.com/NVlabs/earth2-grid/tarball/master | ||
``` | ||
|
||
Once you have a copy of the source, you can install it with: | ||
|
||
``` console | ||
$ pip install . | ||
$ cd earth2grid | ||
$ pip install --no-build-isolation . | ||
``` | ||
|
||
[pip]: https://pip.pypa.io | ||
[Python installation guide]: http://docs.python-guide.org/en/latest/starting/installation/ | ||
[Github repo]: https://github.com/%7B%7B%20cookiecutter.github_username%20%7D%7D/%7B%7B%20cookiecutter.project_slug%20%7D%7D | ||
[tarball]: https://github.com/%7B%7B%20cookiecutter.github_username%20%7D%7D/%7B%7B%20cookiecutter.project_slug%20%7D%7D/tarball/master | ||
[Github repo]: https://github.com/NVlabs/earth2grid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.