Skip to content

Commit

Permalink
Merge pull request #15821 from lexming/20220705124717_new_pr_regionma…
Browse files Browse the repository at this point in the history
…sk090

{geo}[foss/2021b] regionmask v0.9.0 w/ Python 3.9.6
  • Loading branch information
jfgrimm authored Jul 7, 2022
2 parents bdea711 + 4c7ae31 commit e807c3f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/r/regionmask/regionmask-0.9.0-foss-2021b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'PythonBundle'

name = 'regionmask'
version = '0.9.0'

homepage = 'https://regionmask.readthedocs.io'
description = """regionmask creates masks of geographical regions. It determines to which
geographic region each grid point belongs."""

toolchain = {'name': 'foss', 'version': '2021b'}

dependencies = [
('Python', '3.9.6'),
('SciPy-bundle', '2021.10'),
('geopandas', '0.11.0'),
('rasterio', '1.2.10'),
('Shapely', '1.8.2'),
('xarray', '0.20.1'),
]

use_pip = True

exts_list = [
('pooch', '1.6.0', {
'checksums': ['57d20ec4b10dd694d2b05bb64bc6b109c6e85a6c1405794ce87ed8b341ab3f44'],
}),
(name, version, {
'checksums': ['8da1b6359756241867c4e967097810ef86b9dff4e06d11ca648fe1d607e9cf14'],
}),
]

sanity_pip_check = True

moduleclass = 'geo'

0 comments on commit e807c3f

Please sign in to comment.