Coder Social home page Coder Social logo

Comments (2)

eengl avatar eengl commented on July 22, 2024

Initial support for GMOS weather grids in 34fe94d

This means that the ability to decode Section 2 data for GMOS weather grids is working. The mapping to actual grid values is not complete yet.

GMOS Weather GRIB2: https://tgftp.nws.noaa.gov/SL.us008001/ST.opnl/DF.gr2/DC.ndgd/GT.mosgfs/AR.conus/VP.004-007/ds.wx.bin

Usage:

import grib2io
g = grib2io.open('ds.wx.bin') # From NWS TGFTP NDGD (GMOS)  
msg = g[1][0] # First message
wxstrings = grib2io.utils.decode_mdl_wx_strings(msg._lus)

from grib2io.

eengl avatar eengl commented on July 22, 2024

Initial support for NDFD weather grids in 8a80cf3

This means that the ability to decode Section 2 data for NDFD weather grids is working. The mapping to actual grid values is not complete yet.

NDFD Weather GRIB2: https://tgftp.nws.noaa.gov/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.conus/VP.004-007/ds.wx.bin

Usage:

import grib2io
g = grib2io.open('ds.wx.bin') # From NWS TGFTP NDFD  
msg = g[1][0] # First message
wxstrings = grib2io.utils.decode_ndfd_wx_strings(msg._lus)

from grib2io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.