dem-roughness-calculator

View on PyPIReverse Dependencies (1)

1.0.8 dem_roughness_calculator-1.0.8-py3-none-any.whl

Wheel Details

Project: dem-roughness-calculator
Version: 1.0.8
Filename: dem_roughness_calculator-1.0.8-py3-none-any.whl
Download: [link]
Size: 31292
MD5: adeb10ebea36120b3712ba7947aff1c6
SHA256: 0377009806911249a703e30a95102e3765ed21817d272056e96bc07014cf06e6
Uploaded: 2024-04-22 11:25:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dem-roughness-calculator
Version: 1.0.8
Summary: A package for calculating surface roughness using GeoTIFF DEM files with a GUI and CLI
Author: lbatschelet
Home-Page: https://github.com/lbatschelet/dem-roughness-calculator
License: GPL-3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.12
Requires-Dist: affine (>=2.4.0)
Requires-Dist: altgraph (>=0.17.4)
Requires-Dist: attrs (>=23.2.0)
Requires-Dist: certifi (>=2024.2.2)
Requires-Dist: click (>=8.1.7)
Requires-Dist: click-plugins (>=1.1.1)
Requires-Dist: cligj (>=0.7.2)
Requires-Dist: contourpy (>=1.2.1)
Requires-Dist: cycler (>=0.12.1)
Requires-Dist: dem-roughness-calculator (>=1.0.0)
Requires-Dist: fonttools (>=4.51.0)
Requires-Dist: kiwisolver (>=1.4.5)
Requires-Dist: macholib (>=1.16.3)
Requires-Dist: matplotlib (>=3.8.4)
Requires-Dist: numpy (>=1.26.4)
Requires-Dist: packaging (>=24.0)
Requires-Dist: pillow (>=10.3.0)
Requires-Dist: pyinstaller (>=6.6.0)
Requires-Dist: pyinstaller-hooks-contrib (>=2024.4)
Requires-Dist: pyparsing (>=3.1.2)
Requires-Dist: python-dateutil (>=2.9.0.post0)
Requires-Dist: rasterio (>=1.3.10)
Requires-Dist: scipy (>=1.13.0)
Requires-Dist: setuptools (>=69.5.1)
Requires-Dist: six (>=1.16.0)
Requires-Dist: snuggs (>=1.4.7)
License-File: LICENSE
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
roughness_calculator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
roughness_calculator/cli_main.py sha256=kRUPucT3SE7EmVKGqVcz_bfzCpIILXZcqi7V7nkvkKE 3641
roughness_calculator/gui_main.py sha256=kiT64kmGp8QR32TVoJ0OLF_Mn8tlub7LndStHdrxQm4 21780
roughness_calculator/log_config.py sha256=Pb6IIOyYskD5loqgdiDuPEhTmsqvjs6cqDHoKpEi5Hg 1182
roughness_calculator/classes/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
roughness_calculator/classes/application_driver.py sha256=I7UgE4NulfZolKB11hX15me4rqxTx92mLhZk_EyYtkU 13907
roughness_calculator/classes/geo_tiff_processor.py sha256=MjU2FltK-AEYTrI0LnyS5kpEnL6SYI8GFgGTPROQL1k 24761
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_application_driver.py sha256=HtIcyS0PDrSk2n2uaIgnf1LI03jnMPKTM5f2hIt0KDc 173
dem_roughness_calculator-1.0.8.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
dem_roughness_calculator-1.0.8.dist-info/METADATA sha256=ypxRh-B6s1uFnrbCuyKrA_7-N2nrfEHx6xCQCqx_4Lk 1563
dem_roughness_calculator-1.0.8.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
dem_roughness_calculator-1.0.8.dist-info/entry_points.txt sha256=oC7JxeQXNUYPD63v0pS8Do0lU2WQ5qz4l20tmnduEZE 106
dem_roughness_calculator-1.0.8.dist-info/top_level.txt sha256=zstP3FXtwmxvD0d7vI5fzj3uRlQlyK5UQp9VwNcNiU4 27
dem_roughness_calculator-1.0.8.dist-info/RECORD

top_level.txt

roughness_calculator
tests

entry_points.txt

demcli = roughness_calculator.cli_main:main
demgui = roughness_calculator.gui_main:main