ciroh_plugins

View on PyPIReverse Dependencies (0)

0.0.2 ciroh_plugins-0.0.2-py3-none-any.whl

Wheel Details

Project: ciroh_plugins
Version: 0.0.2
Filename: ciroh_plugins-0.0.2-py3-none-any.whl
Download: [link]
Size: 26025
MD5: 6db895f569531869c1735a1b8c8a8655
SHA256: 0f8c491e093ad408dff06fd918edbb028080f47aab1ea450c50e53195bcfbc37
Uploaded: 2025-01-20 21:58:02 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: ciroh_plugins
Version: 0.0.2
Summary: Intake drivers for the National Water Model Post-Processing Services and API
Author-Email: Aquaveo LLC <gromero[at]aquaveo.com>
Project-Url: Homepage, https://github.com/FIRO-Tethys/nwmp_plugins
Project-Url: Issues, https://github.com/FIRO-Tethys/nwmp_plugins/issues
License: The MIT License (MIT) Copyright (c) 2024 Aquaveo LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: intake (>=0.6.6)
Requires-Dist: pandas
Requires-Dist: numpy (==1.26.4)
Requires-Dist: requests
Requires-Dist: shapely
Requires-Dist: pyproj
Requires-Dist: geopandas
Requires-Dist: pynhd
Requires-Dist: pygeoogc
Requires-Dist: pygeoutils
Requires-Dist: pygeohydro
Requires-Dist: geoalchemy2
Requires-Dist: httpx
Requires-Dist: asyncio
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 313 characters]

WHEEL

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

RECORD

Path Digest Size
ciroh_plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ciroh_plugins/drought/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ciroh_plugins/drought/drought_map.py sha256=EYl_ISqyzd55Kz6hVdSqQocpFsbFBae3mslz_aerkhE 6388
ciroh_plugins/drought/drought_pie.py sha256=AqLZJXzLasFec9ld7cl3TbMp-JMZgxTDbN1IlovVfqg 3586
ciroh_plugins/drought/drought_plot.py sha256=bevnIiQ3Lg8dEjoj2ByMQbB0Gz40PG5fYY7_EiC06kE 5074
ciroh_plugins/drought/drought_table.py sha256=wZ_Fagsjx6SkhglivrYsIGhqdi-fU4oxmd691hAgGQE 2343
ciroh_plugins/drought/sourceUrls.py sha256=Fhn1R0QOfgIb6--UmHi6dwMa513j2xzO9anBueHvww0 8968
ciroh_plugins/drought/utilities.py sha256=6GXmhjMc0JTt5otZE8dEh1b8fpGdC0dXljrVtubHEzU 8545
ciroh_plugins/nwmps/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ciroh_plugins/nwmps/gauges.py sha256=T4sbBaJ0_2fy2UZPyPvje49CgLoeOnMPXpybGZQJaCI 8521
ciroh_plugins/nwmps/olmap.py sha256=-e1rRqFkCdtwq7-bjJQKGIKPQLmL2vttcmWWH47870E 6570
ciroh_plugins/nwmps/reaches.py sha256=kvCSpkCut3ghQEct3JFNe-H-iywF6lm6VpyG22nAtBA 6642
ciroh_plugins/nwmps/service.py sha256=ovfhbD3NLyyEidB0cksi5BfDXYJmU9HeylvmhKCMqKs 7868
ciroh_plugins/nwmps/utilities.py sha256=UEJ5BwQTzO_zbmYOgTnv9EnWT3VoG3-cQnYUPOQ3UZE 24661
ciroh_plugins-0.0.2.dist-info/LICENSE sha256=eYCLE8S0iIHNnmT5ZMZXjS9gNjZ8c-ViJxXwU7I31ek 1078
ciroh_plugins-0.0.2.dist-info/METADATA sha256=022c5ZBCrG84Ro0GTRip_lQ-CrVasUnOUt_pd1RDy6I 2378
ciroh_plugins-0.0.2.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
ciroh_plugins-0.0.2.dist-info/entry_points.txt sha256=_6OZHncE1wL95YCSHY3ecm5XS5qQLKmNGHjuye7m5fk 617
ciroh_plugins-0.0.2.dist-info/top_level.txt sha256=Tkqglxdc_V06zJqlrS7W5PYoqjsV2ubzWxMiejm8pbg 14
ciroh_plugins-0.0.2.dist-info/RECORD

top_level.txt

ciroh_plugins

entry_points.txt

drought_drought_map_viewer = ciroh_plugins.drought.drought_map:DroughtMapViewer
drought_drought_monitoring_pie_chart = ciroh_plugins.drought.drought_pie:DroughtDataGraph
drought_drought_monitoring_series = ciroh_plugins.drought.drought_plot:DroughtDataTimeSeries
drought_drought_monitoring_table = ciroh_plugins.drought.drought_table:DroughtDataTable
nwmp_data_service = ciroh_plugins.nwmps.service:NWMPService
nwmp_gauges_series = ciroh_plugins.nwmps.gauges:NWMPSGaugesSeries
nwmp_map = ciroh_plugins.nwmps.olmap:MapVisualization
nwmp_reaches_series = ciroh_plugins.nwmps.reaches:NWMPSReachesSeries