Skip to main content

fsspec implementation for ECMWF File Storage System

Project description

CI

ecmwfspec

This is work in progress! This unofficial repository aims to provide an fsspec driver for the ECMWF File Storage System.

Pull requests (also for additional protocols like MARS and FDB) are welcomed!

import fsspec

with fsspec.open("ec:/<user>/path/to/file", "r") as f:
    print(f.read())

Loading datasets

import fsspec
import xarray as xr

url = fsspec.open("ec:/arch/project/file.grib").open()
ds = xr.open_dataset(url, engine='cfgrib')  # does not work until https://github.com/ecmwf/cfgrib/issues/326 is solved

Usage in connection with gribscan

This is just an example what ecmwfspec can be used for.

import gribscan
import json
import xarray as xr

file_to_scan = "ec:///path/to/some/grib/file/forecast+0038.grib2"
index_file = "index.json"
reference_file = "reference.json"

gribscan.write_index(gribfile=file_to_scan, idxfile=index_file)  # required currently patch https://github.com/gribscan/gribscan/commit/7a5e595759f48e3118964091358f1b2e9eb32b37 to work with fsspec paths
magician = gribscan.magician.HarmonieMagician()  # use magician fitting the grib file
refs = gribscan.grib_magic(
                        filenames=[index_file],
                        magician=magician,
                        global_prefix="",
                    )


with open(reference_file, "w") as outfile:
    json.dump(refs["heightAboveGround"], outfile)
ds = xr.open_zarr(f"reference::{reference_file}")
ds.u.max()  # with the help of ecmwfspec the data is now fetched if it is not locally cached

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecmwfspec-0.0.7.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ecmwfspec-0.0.7-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file ecmwfspec-0.0.7.tar.gz.

File metadata

  • Download URL: ecmwfspec-0.0.7.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.9 CPython/3.14.4 Linux/6.17.0-1010-azure

File hashes

Hashes for ecmwfspec-0.0.7.tar.gz
Algorithm Hash digest
SHA256 109cd4316e1e84b012ecd11351647d8ec4a15c74dd3a84346d210b1d7422f294
MD5 53a62af4e035452434232f5bd444c4e0
BLAKE2b-256 d17cc7530ef3bbeaa1db6b8d928273765cdfc3b809f7f26fb00a68e2a7c08a9f

See more details on using hashes here.

File details

Details for the file ecmwfspec-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: ecmwfspec-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.26.9 CPython/3.14.4 Linux/6.17.0-1010-azure

File hashes

Hashes for ecmwfspec-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 2ce40010f0140c7833c1c0b6e73e9f91c702d1629204d9bbd4142b6b7c9ed490
MD5 e9aa5ad1cd210009970bb007ffd3a925
BLAKE2b-256 414178596f4f300e7b1aa7c3eccb348497d27eca97fe3f00f69398a04bde13bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page