gnu: Add python-glue-geospatial.

* gnu/packages/astronomy.scm (python-glue-geospatial): New variable.

Change-Id: Ie6529b4b80c4758e3f12e260c687e8f98b575edc
This commit is contained in:
Sharlatan Hellseher 2025-11-15 20:37:18 +00:00
parent ec0ef475b5
commit 017519b67e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5075,6 +5075,32 @@ astronomy-specific functionality")
across many files.")
(license license:bsd-3)))
(define-public python-glue-geospatial
(package
(name "python-glue-geospatial")
(version "0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "glue-geospatial" version))
(sha256
(base32 "1mn71zqsrxlg9gp5czmvw5k523ddvwp42mlx6fqvm5ahw42yhqaj"))))
(build-system pyproject-build-system)
(native-inputs
(list python-mock
python-pytest
python-setuptools))
(propagated-inputs
(list python-affine
python-glue-core
python-pyproj
python-rasterio))
(home-page "https://github.com/glue-viz/glue-geospatial")
(synopsis "Glue plugin to support satellite imagery")
(description
"This package provides a Glue plugin for geospatial imagery.")
(license license:bsd-3)))
(define-public python-glue-qt
(package
(name "python-glue-qt")