diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-17 00:13:25 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-18 20:10:24 +0000 |
commit | 8cdcf993802b475190ed990974d7cb3241dd9b6f (patch) | |
tree | a44eac5ec6f76cca90a2b63129f512f91a9d0565 /dev-python/reproject/metadata.xml | |
parent | sci-libs/hdf5: switched to virtual/szip (diff) | |
download | gentoo-8cdcf993802b475190ed990974d7cb3241dd9b6f.tar.gz gentoo-8cdcf993802b475190ed990974d7cb3241dd9b6f.tar.bz2 gentoo-8cdcf993802b475190ed990974d7cb3241dd9b6f.zip |
dev-python/reproject: initial import
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/reproject/metadata.xml')
-rw-r--r-- | dev-python/reproject/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/reproject/metadata.xml b/dev-python/reproject/metadata.xml new file mode 100644 index 000000000000..7a7ae6566090 --- /dev/null +++ b/dev-python/reproject/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci-astronomy@gentoo.org</email> + <name>Gentoo Astronomy Project</name> + </maintainer> + <longdescription lang="en"> + This is a package to reproject astronomical images using various techniques + via a uniform interface. Reprojection means the re-gridding of images from + one world coordinate system to another (for example changing the pixel + resolution, orientation, coordinate system). Currently implemented are + reprojection of celestial images by interpolation, as well as by finding the + exact overlap between pixels on the celestial sphere. It can also reproject + to/from HEALPIX projections. + </longdescription> + <upstream> + <remote-id type="pypi">reproject</remote-id> + </upstream> +</pkgmetadata> |