1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: pystac
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
libjs-mathjax <!nodoc>,
pandoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-boto3,
python3-dateutil,
python3-html5lib,
python3-ipython <!nodoc>,
python3-jinja2,
python3-jsonschema,
python3-nbsphinx <!nodoc>,
python3-pydata-sphinx-theme <!nodoc>,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-recording <!nocheck>,
python3-rasterio,
python3-referencing,
python3-requests-mock <!nocheck>,
python3-setuptools,
python3-shapely,
python3-sphinx <!nodoc>,
python3-sphinx-autobuild <!nodoc>,
python3-sphinx-design <!nodoc>,
python3-urllib3
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/stac-utils/pystac
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pystac
Vcs-Git: https://salsa.debian.org/debian-gis-team/pystac.git
Description: Python library for working with the SpatioTemporal Asset Catalog
PySTAC is a library for working with the SpatioTemporal Asset Catalog (STAC)
specification (https://stacspec.org) in Python 3.
.
Some nice features of PySTAC are:
.
* Reading and writing STAC version 1.0. Future versions will read older
versions of STAC, but always write the latest supported version.
See STAC Spec Version Support for details.
* In-memory manipulations of STAC catalogs.
* Extend the I/O of STAC metadata to provide support for other platforms
(e.g. cloud providers).
* Easy, efficient crawling of STAC catalogs. STAC objects are only read
in when needed.
* Easily write "absolute published", "relative published" and
"self-contained" catalogs as described in the best practices
documentation.
Package: python3-pystac
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-jsonschema
Recommends: python3-jinja2,
python3-urllib3
Suggests: python-pystac-doc
Description: ${source:Synopsis}
${source:Extended-Description}
Package: python-pystac-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Suggests: www-browser
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package provides documentation for pystac.
|