Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (1da0d3fe ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
geotiff | 0.2.10 | GNU Lesser General Public License v2 or later (LGPLv2+) | Kipling Crossing | A noGDAL tool for reading and writing geotiff files |
pyshp | 2.3.1 | MIT | Joel Lawhead | Pure Python read/write support for ESRI Shapefile format |
typer | 0.9.0 | MIT License | Sebastián Ramírez | Typer, build great CLIs. Easy to code. Based on Python type hints. |
Indirect Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
asciitree | 0.3.3 | MIT | Marc Brinkmann | Draws ASCII trees. |
certifi | 2023.5.7 | Mozilla Public License 2.0 (MPL 2.0) | Kenneth Reitz | Python package for providing Mozilla's CA Bundle. |
click | 8.1.5 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
entrypoints | 0.4 | MIT License | Thomas Kluyver | Discover and load entry points from installed packages. |
fasteners | 0.18 | Apache Software License | Joshua Harlow | A python package that provides useful locks |
numcodecs | 0.11.0 | MIT License | Alistair Miles | A Python package providing buffer compression and transformation codecs for use |
numpy | 1.25.1 | BSD License | Travis E. Oliphant et al. | Fundamental package for array computing in Python |
pyproj | 3.6.0 | MIT License | Jeff Whitaker [email protected] | Python interface to PROJ (cartographic projections and coordinate transformations library) |
tifffile | 2022.4.26 | BSD License | Christoph Gohlke | Read and write TIFF files |
zarr | 2.12.0 | MIT License | Alistair Miles | An implementation of chunked, compressed, N-dimensional arrays for Python. |
Dependency Tree(s)
JSON file with the complete package dependency tree info of: the full dependency tree
Rendered SVG
Base graphviz file in dot format: Trees of the direct dependencies
Console Representation
geotiff==0.2.10
├── numpy [required: Any, installed: 1.25.1]
├── pyproj [required: Any, installed: 3.6.0]
│ └── certifi [required: Any, installed: 2023.5.7]
├── tifffile [required: >=2021.7.4,!=2022.4.28, installed: 2022.4.26]
│ └── numpy [required: >=1.19.2, installed: 1.25.1]
└── zarr [required: >=2.12.0,<2.13, installed: 2.12.0]
├── asciitree [required: Any, installed: 0.3.3]
├── fasteners [required: Any, installed: 0.18]
├── numcodecs [required: >=0.6.4, installed: 0.11.0]
│ ├── entrypoints [required: Any, installed: 0.4]
│ └── numpy [required: >=1.7, installed: 1.25.1]
└── numpy [required: >=1.7, installed: 1.25.1]
pyshp==2.3.1
typer==0.9.0
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.5]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]