stacchip

View on PyPIReverse Dependencies (0)

0.1.31 stacchip-0.1.31-py3-none-any.whl

Wheel Details

Project: stacchip
Version: 0.1.31
Filename: stacchip-0.1.31-py3-none-any.whl
Download: [link]
Size: 27623
MD5: cb605264d0c790d0abbea597066c2a95
SHA256: e3d68028af67d1e07194998a40ca1168e15adcc3578c93e4930933462feebfbc
Uploaded: 2024-06-07 15:40:04 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: stacchip
Version: 0.1.31
Summary: Dynamically create image chips from STAC items
Author-Email: Daniel Wiesmann <danielwiesmann[at]developmentseed.org>
Project-Url: Homepage, https://github.com/Clay-foundation/stacchip
Project-Url: Bug Tracker, https://github.com/Clay-foundation/stacchip/issues
Requires-Python: >=3.10
Requires-Dist: boto3 (>=1.29.0)
Requires-Dist: geoarrow-pyarrow (>=0.1.2)
Requires-Dist: geopandas (>=0.14.1)
Requires-Dist: numpy (>=1.26.0)
Requires-Dist: planetary-computer (>=1.0.0)
Requires-Dist: pyarrow (>=14.0.1)
Requires-Dist: pystac-client (>=0.7.5)
Requires-Dist: pystac (>=1.9.0)
Requires-Dist: rasterio (>=1.3.9)
Requires-Dist: rio-stac (>=0.9.0)
Requires-Dist: build; extra == "dev"
Requires-Dist: mock; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: types-python-dateutil; extra == "dev"
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-jupyter; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: pdocs; extra == "docs"
Requires-Dist: pygments; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10940 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
stacchip/__init__.py sha256=OXuQYJRxmX-rXiGrBv6x3Q5rOfpKAtZk_qtB6YaTAFw 41
stacchip/chipper.py sha256=HqQmZkpxASJlX7ZWF4i0XuFBWkYOQw7VU87sokBF2QI 3340
stacchip/indexer.py sha256=B6zUjUHDixW6_neozDVEd_TUO9Ho1lMLbY6J9JyTW0Y 10175
stacchip/utils.py sha256=NOcwPaUKR_lrCc1NQZ9AfaN7R8j_MuL9Bw_1Wr8KaYM 860
stacchip/processors/landsat_processor.py sha256=mpujTTQdgXkiepPV-QrKVtPgvnx-HCCZVG00cO-5hyQ 4710
stacchip/processors/linz_processor.py sha256=OXO_55FPjImF8AJ8URky2zGhEBoWu-BaFbdhohroWhw 5944
stacchip/processors/naip_processor.py sha256=vQwAOx4WfbhAy7isYyHOzh2eqBejnMgncES7Nv8LXKs 5099
stacchip/processors/prechip.py sha256=VyMYeE0lrvs47xEpRMrCf-I1q2zQTldlFcyzcYoFc_Y 6875
stacchip/processors/sentinel_1_processor.py sha256=lfRmdOhk47Uuw9sLBt_ZRfr3GfiIxIdoYaYGTEi4Ttk 4843
stacchip/processors/sentinel_2_processor.py sha256=KiSFreOA7J0Fu2eZTX2I6dcHWARJZCfLckRjCBcA_B0 4022
stacchip/processors/stats.py sha256=UoTLWJK5-5KP34mP9bI1x0keYZG4NWWUtvPSoOrFmog 2892
stacchip-0.1.31.dist-info/METADATA sha256=spMSLcpSz4CrWmY0JhnZYi4D-VJ8LM4LccScpaWJQps 12172
stacchip-0.1.31.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
stacchip-0.1.31.dist-info/entry_points.txt sha256=AD1zOwRU_206SGE7_FwvQFeLTTGL3suvTj4dG9wGCIw 449
stacchip-0.1.31.dist-info/licenses/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
stacchip-0.1.31.dist-info/RECORD

entry_points.txt

stacchip-landsat = stacchip.processors.landsat_processor:process
stacchip-linz = stacchip.processors.linz_processor:process
stacchip-naip = stacchip.processors.naip_processor:process
stacchip-prechip = stacchip.processors.prechip:process
stacchip-sentinel-1 = stacchip.processors.sentinel_1_processor:process
stacchip-sentinel-2 = stacchip.processors.sentinel_2_processor:process
stacchip-stats = stacchip.processors.stats:process