pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
468 stars 169 forks source link

Fix output format of pysteps (projection info etc.) #378

Closed ladc closed 3 months ago

ladc commented 4 months ago

See analysis by Felix E (e-mail)

The conventions for projection data are not followed (see https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#_lambert_conformal)

FelixE91 commented 3 months ago

The current pysteps output ('blendednowcast%Y%m%d.nc') has a projection as global attribute. We should create a crs or projection variable and assign a grid description to each other variable. For example, variables related to x, y use the Belgian Lambert 2008 projection, and lat, lon coordinates use the standard EPSG4326/WGS84 projection.