Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • debian-gis-team/glymur
1 result
Show changes
Commits on Source (3)
Metadata-Version: 1.1
Name: Glymur
Version: 0.8.18
Summary: Tools for accessing JPEG2000 files
Home-page: https://github.com/quintusdias/glymur
Author: John Evans
Author-email: john.g.evans.ne@gmail.com
License: MIT
Description: glymur: a Python interface for JPEG 2000
=========================================
**glymur** contains a Python interface to the OpenJPEG library which
allows one to read and write JPEG 2000 files. **glymur** works on
Python 2.7, 3.4, 3.5, 3.6, and 3.7.
Please read the docs, https://glymur.readthedocs.org/
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
.gitignore
.travis.yml
CHANGES.txt
LICENSE.txt
MANIFEST.in
README.md
appveyor.yml
notes.txt
setup.cfg
setup.py
thang.txt
Glymur.egg-info/PKG-INFO
Glymur.egg-info/SOURCES.txt
Glymur.egg-info/dependency_links.txt
Glymur.egg-info/entry_points.txt
Glymur.egg-info/requires.txt
Glymur.egg-info/top_level.txt
ci/install.ps1
ci/install_travis.sh
ci/requirements_3.6_latest.txt
ci/run_with_env.cmd
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/detailed_installation.rst
docs/source/goodstuff_alpha.png
docs/source/how_do_i.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/roadmap.rst
docs/source/whatsnew/0.5.rst
docs/source/whatsnew/0.6.rst
docs/source/whatsnew/0.7.rst
docs/source/whatsnew/0.8.rst
docs/source/whatsnew/index.rst
glymur/__init__.py
glymur/_iccprofile.py
glymur/_tiff.py
glymur/codestream.py
glymur/command_line.py
glymur/config.py
glymur/core.py
glymur/jp2box.py
glymur/jp2k.py
glymur/options.py
glymur/version.py
glymur/data/__init__.py
glymur/data/goodstuff.j2k
glymur/data/heliov.jpx
glymur/data/nemo.jp2
glymur/lib/__init__.py
glymur/lib/openjp2.py
glymur/lib/openjpeg.py
tests/__init__.py
tests/fixtures.py
tests/test_callbacks.py
tests/test_codestream.py
tests/test_config.py
tests/test_icc.py
tests/test_jp2box.py
tests/test_jp2box_jpx.py
tests/test_jp2box_uuid.py
tests/test_jp2box_xml.py
tests/test_jp2k.py
tests/test_openjp2.py
tests/test_printing.py
tests/test_warnings.py
tests/data/decompression_parameters_type.txt
tests/data/default_compression_parameters_type.txt
tests/data/default_progression_order_changes_type.txt
tests/data/degenerate_geotiff.tif
tests/data/edf_c2_1178956.jp2
tests/data/encoding_declaration.xml
tests/data/file1_xml.txt
tests/data/file1_xml_box.txt
tests/data/geotiff_uuid.txt
tests/data/geotiff_uuid_without_gdal.txt
tests/data/goodstuff_codestream_header.txt
tests/data/goodstuff_with_full_header.txt
tests/data/issue142.j2k
tests/data/issue186_progression_order.txt
tests/data/issue392.jp2
tests/data/issue396.jp2
tests/data/issue398.dat
tests/data/issue405.dat
tests/data/multiple_precinct_size.txt
tests/data/nemo.txt
tests/data/nemo_dump_no_codestream.txt
tests/data/nemo_dump_no_codestream_no_xml.txt
tests/data/nemo_dump_no_xml.txt
tests/data/nemo_dump_short.txt
tests/data/nemo_with_codestream_header.txt
tests/data/nemo_xmp_box.txt
tests/data/p0_03.j2k
tests/data/p0_06.j2k
tests/data/p1_06.j2k
tests/data/sgray.icc
tests/data/simple_rdf.txt
tests/data/text_GBR.jp2
tests/data/text_GBR_rreq.txt
tests/data/text_gbr_34.txt
tests/data/text_gbr_35.txt
\ No newline at end of file
[console_scripts]
jp2dump = glymur.command_line:main
numpy>=1.7.1
setuptools
glymur
glymur (0.8.18-2) UNRELEASED; urgency=medium
glymur (0.8.18+ds-1) UNRELEASED; urgency=medium
[ Bas Couwenberg ]
* Team upload.
......