-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/RasmusBahbah/carra2py
- Loading branch information
Showing
4 changed files
with
165 additions
and
6 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 |
---|---|---|
|
@@ -13,6 +13,8 @@ Installation | |
**Clone the repository:** | ||
``git clone [email protected]:RasmusBahbah/carra2py.git`` | ||
|
||
**Or download from https://github.com/RasmusBahbah/carra2py:** | ||
|
||
**Change into the top-level directory:** | ||
``cd carra2py`` | ||
|
||
|
@@ -27,3 +29,32 @@ Dependencies | |
================ | ||
|
||
Python 3.5 or up | ||
|
||
|
||
Processing Regions | ||
================ | ||
|
||
The latest carra2py version can process 9 different Regions: | ||
|
||
+----------------------+-------------+ | ||
| Region | area [km^2] | | ||
+======================+=============+ | ||
| Greenland | 1,744,666 | | ||
+----------------------+-------------+ | ||
| Norway | 34,018 | | ||
+----------------------+-------------+ | ||
| Svalbard | 32,506 | | ||
+----------------------+-------------+ | ||
| Iceland | 11,489 | | ||
+----------------------+-------------+ | ||
| NorthernArcticCanada | 100,691 | | ||
+----------------------+-------------+ | ||
| SouthernArcticCanada | 40,970 | | ||
+----------------------+-------------+ | ||
| AlaskaYukon | 96,909 | | ||
+----------------------+-------------+ | ||
| NovayaZemlya | 21,506 | | ||
+----------------------+-------------+ | ||
| SevernayaZemlya | 15,842 | | ||
+----------------------+-------------+ | ||
|
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