gribscan

View on PyPIReverse Dependencies (1)

0.0.13 gribscan-0.0.13-py3-none-any.whl

Wheel Details

Project: gribscan
Version: 0.0.13
Filename: gribscan-0.0.13-py3-none-any.whl
Download: [link]
Size: 15900
MD5: 32cf35874bacd5eed45870542e570d74
SHA256: df31b5f38dac231c2d2106e51cf86062626b6c0bbc389b01caff10cd922418fb
Uploaded: 2024-11-20 14:17:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gribscan
Version: 0.0.13
Summary: Create indices for GRIB files and provide an xarray interface.
Author: Tobias Kölling, Lukas Kluft, Thomas Rackow
License: MIT License Copyright (c) 2022 gribscan contributors 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.
Keywords: fsspec,grib,zarr
Classifier: Programming Language :: Python :: 3
Requires-Dist: cfgrib (>=0.9.9.0)
Requires-Dist: eccodes
Requires-Dist: numcodecs (>=0.10.0)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx-diagrams; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1255 characters]

WHEEL

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

RECORD

Path Digest Size
gribscan/__init__.py sha256=L86UAsdrq8U5sj37EynfMS_20qzJNiM1l9AsV0rZ4Jk 306
gribscan/_version.py sha256=FMLMzW4kZnBuc3z5uydtuxnwzYOv6BBwKN68kOrxpEo 413
gribscan/aeccodec.py sha256=o6YDaSJ8bUIEFi44SsbMCDcGajO-f4GOcRbDIpdM94Y 5187
gribscan/gribscan.py sha256=z7GWlAgjyFFdK3BUgzsoB5pHeQPgpvmAlNsnIiCLbWc 21306
gribscan/gridutils.py sha256=LBv2aFXD2K8uRf_kxlGo1vAV3Ygt1BpuuUENOVH8eME 3002
gribscan/magician.py sha256=BsPGFI0Uz5vtDqnkr3ESW0cg3Kh6nkeMqT8XuH9NP7Y 5079
gribscan/rawgribcodec.py sha256=U1B0IhpM2hRUgHdwnJUZDwCVdjhFApSL3lQIGRnzPSQ 637
gribscan/tools.py sha256=DMYOnEOaB3YSdwPOC31cs82xroweU8S7eMesKhqyES0 3805
gribscan-0.0.13.dist-info/LICENSE sha256=UuBFIuMQNQpaCXQe1Nj9uE7iCnObxQ94Fw7ImXgwK98 1078
gribscan-0.0.13.dist-info/METADATA sha256=OfXsPI1-3LkYVNfBCX6ZC4d25nwxPuJE1jkLSEdwXbY 3163
gribscan-0.0.13.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
gribscan-0.0.13.dist-info/entry_points.txt sha256=iQSljez0iiwlhTsyyRz8yJRZ9tQbsVTUy1thl4QmHA0 261
gribscan-0.0.13.dist-info/top_level.txt sha256=_AWfb2CIjreTBgszW7IjtZvHSkoq8ip9KZpJbvftvUI 9
gribscan-0.0.13.dist-info/RECORD

top_level.txt

gribscan

entry_points.txt

gribscan-build = gribscan.tools:build_dataset
gribscan-index = gribscan.tools:create_index
aec = gribscan.aeccodec:AECCodec
gribscan.rawgrib = gribscan.rawgribcodec:RawGribCodec
rawgrib = gribscan.rawgribcodec:RawGribCodec