19 lines
704 B
XML
19 lines
704 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Rasterio reads and writes geospatial raster data. Geographic information
|
|
systems use GeoTIFF and other formats to organize and store gridded,
|
|
or raster, datasets. Rasterio reads and writes these formats and
|
|
provides a Python API based on N-D arrays.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">rasterio/rasterio</remote-id>
|
|
<remote-id type="pypi">rasterio</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|