diff --git a/easybuild/easyconfigs/r/rioxarray/rioxarray-0.21.0-foss-2025a.eb b/easybuild/easyconfigs/r/rioxarray/rioxarray-0.21.0-foss-2025a.eb new file mode 100644 index 000000000000..5c8f7449125c --- /dev/null +++ b/easybuild/easyconfigs/r/rioxarray/rioxarray-0.21.0-foss-2025a.eb @@ -0,0 +1,26 @@ +easyblock = 'PythonBundle' + +name = 'rioxarray' +version = '0.21.0' + +homepage = 'https://corteva.github.io/rioxarray' +description = "Geospatial xarray extension powered by rasterio" + +toolchain = {'name': 'foss', 'version': '2025a'} + +dependencies = [ + ('Python', '3.13.1'), + ('SciPy-bundle', '2025.06'), + ('rasterio', '1.5.0'), + ('pyproj', '3.7.1'), + ('xarray', '2025.7.0'), +] + +exts_list = [ + (name, version, { + 'use_pip_extras': 'interp', + 'checksums': ['a292d96f4d6412c05ff09629b72523ae2e9c42598183f5e9c555fc368f867c0f'], + }), +] + +moduleclass = 'geo'