Activity for Graphical Forecast Editor

  • Mike Romberg committed [f0d3e9] on Code

    refactor.

  • Mike Romberg committed [cc0a4d] on Code

    cleanup.

  • Mike Romberg committed [9467d5] on Code

    make pylint happy.

  • Mike Romberg committed [f9c016] on Code

    don't cache a generator.

  • Mike Romberg committed [e5f89c] on Code

    small math optimization.

  • Mike Romberg committed [c204a4] on Code

    Make source database static for performance.

  • Mike Romberg committed [bffdd1] on Code

    Allow for a db to be *static* (we inventory assumed to never change).

  • Mike Romberg committed [d72795] on Code

    cache db and we objects with functools.

  • Mike Romberg committed [5690ee] on Code

    cleanup.

  • Mike Romberg committed [6a11c5] on Code

    update filters

  • Mike Romberg committed [800b88] on Code

    use __contains__ rather than .keys()

  • Mike Romberg committed [f805a1] on Code

    cleanup.

  • Mike Romberg committed [c652a3] on Code

    cleanup.

  • Mike Romberg committed [602d3c] on Code

    cleanup.

  • Mike Romberg committed [7d5762] on Code

    Use fnutil.combo for setupBLCube calls.

  • Mike Romberg committed [5b0150] on Code

    function decorator module.

  • Mike Romberg committed [f4197c] on Code

    tests for __contains__ and get()

  • Mike Romberg committed [faec01] on Code

    make GridUtil methods protected.

  • Mike Romberg committed [6356e8] on Code

    tests for ifp.init.GridUtil

  • Mike Romberg committed [46647d] on Code

    cleanup.

  • Mike Romberg committed [ff89bd] on Code

    pylint fixes.

  • Mike Romberg committed [3b36e2] on Code

    ifpc changes + use inspect module for introspection.

  • Mike Romberg committed [025d9b] on Code

    .keys() returns iterator. Add __contains__

  • Graphical Forecast Editor Graphical Forecast Editor released /gfe-1.17.2.tar.xz

  • Mike Romberg committed [a2bfa5] on Code

    version -> 1.17.2

  • Mike Romberg committed [d21b2a] on Code

    update.

  • Mike Romberg committed [a70b6a] on Code

    cleanup

  • Mike Romberg committed [3e5854] on Code

    IceAmt -> IceAccum

  • Mike Romberg committed [4a1b3f] on Code

    IceAccum for NAM12 and GFS75.

  • Mike Romberg committed [1d0deb] on Code

    weather grid/key utilities.

  • Mike Romberg committed [bb6352] on Code

    put time range methods in one place.

  • Mike Romberg committed [08f44b] on Code

    Use linear interpolation for wind magnitudes.

  • Mike Romberg committed [853110] on Code

    Wind20ft for NAM12 and GFS75.

  • Mike Romberg committed [e99471] on Code

    update.

  • Mike Romberg committed [68ce22] on Code

    Fix crash in getZeroPhrase().

  • Mike Romberg committed [522e96] on Code

    move the end time of the EditTopo grid to max int32_t so it will load.

  • Mike Romberg committed [ad5ab9] on Code

    update.

  • Mike Romberg committed [363e3b] on Code

    fix numpy warning.

  • Mike Romberg committed [e0c966] on Code

    print a traceback with the warning.

  • Mike Romberg committed [fddd52] on Code

    use util.linear for linear interpolation.

  • Mike Romberg committed [545975] on Code

    object and methods for linear equations and interpolation.

  • Mike Romberg committed [3a7d4b] on Code

    orderedSort does not need cmp_to_key()

  • Mike Romberg committed [033389] on Code

    default color table for SnowAmt.

  • Mike Romberg committed [e7860d] on Code

    cleanup.

  • Mike Romberg committed [69d07f] on Code

    Increase the resolution of most sites.

  • Mike Romberg committed [5326fe] on Code

    Load the lat/lon grids in the right order (and test for it).

  • Mike Romberg committed [a44e04] on Code

    remove debug log.

  • Mike Romberg committed [708264] on Code

    cleanup.

  • Mike Romberg committed [889d2f] on Code

    calculate method for HrsOfSun.

  • Mike Romberg committed [6c3e62] on Code

    Add a lat/lon grid.

  • Mike Romberg committed [d801ce] on Code

    Add time range utilities (intersect,overlap,...)

  • Mike Romberg committed [90fdc2] on Code

    Calculates sun rise/set times.

  • Mike Romberg committed [84040f] on Code

    Add DSI to NAM12 and GFS75.

  • Mike Romberg committed [6cdb74] on Code

    more info about the grid location.

  • Mike Romberg committed [c8fde3] on Code

    Add Wetflag to NAM12 and GFS75.

  • Mike Romberg committed [7bb07b] on Code

    cleanup.

  • Mike Romberg committed [0510cc] on Code

    fix exception caused by previous state logic.

  • Mike Romberg committed [a200e4] on Code

    defautt color table for VentRate.

  • Mike Romberg committed [a34928] on Code

    vrate is on the (new) planitary boundary layer.

  • Mike Romberg committed [b2ecc0] on Code

    use get()

  • Mike Romberg committed [f170cd] on Code

    add ventilation rate to nam and gfs.

  • Mike Romberg committed [a305f5] on Code

    WindGust for NAM12 and GFS75.

  • Mike Romberg committed [1036b3] on Code

    set the gustLevels var to a value.

  • Mike Romberg committed [e6a201] on Code

    add gust to gfs.

  • Mike Romberg committed [22bbeb] on Code

    add gust (wind gust).

  • Mike Romberg committed [c6c15d] on Code

    Add HeatIndex and WindChill to NAM12 and GFS75.

  • Mike Romberg committed [c8ffa5] on Code

    cleanup unsed vars.

  • Mike Romberg committed [391691] on Code

    If no hazards to report mention which are reportable + cleanup.

  • Mike Romberg committed [93303c] on Code

    Just log that gfetextdb is not there rather than trying to run it.

  • Mike Romberg committed [5cea53] on Code

    cleanup.

  • Mike Romberg committed [17e0a9] on Code

    Don't use PyErrorDialog at all since this gets called from script (no ui)

  • Mike Romberg committed [96a48f] on Code

    cleanup.

  • Mike Romberg committed [a07ec9] on Code

    use pkgstatelibdir as prefix

  • Mike Romberg committed [1f334f] on Code

    cleanup.

  • Mike Romberg committed [45d057] on Code

    hammer on the insanity here to quash more errors.

  • Mike Romberg committed [354e15] on Code

    dicts aren't hashable. Eliminate dups a different way.

  • Mike Romberg committed [bc44cf] on Code

    cleanup.

  • Mike Romberg committed [2ce310] on Code

    Remove BOU specific bits (now works for any site).

  • Mike Romberg committed [a43bfc] on Code

    cleanup.

  • Mike Romberg committed [fa401d] on Code

    cleanup.

  • Mike Romberg committed [dffc10] on Code

    fix type used in isinstance().

  • Mike Romberg committed [6afccc] on Code

    Use "NO" for waves being None as well as mag.

  • Mike Romberg committed [787e61] on Code

    modify found logic (so it does not crash on the SRF).

  • Mike Romberg committed [d2b3f7] on Code

    Use %Y in place of %y for year.

  • Mike Romberg committed [7441c7] on Code

    fix CWF (year string needed century).

  • Mike Romberg committed [53af34] on Code

    condense the server file name mangling into one python module.

  • Mike Romberg committed [6f269b] on Code

    cleanup.

  • Mike Romberg Mike Romberg posted a comment on ticket #37

    The HLS is there when I configure 1.17.1 for the LCH site. It won't run without the patch that was recently checked into the tree. But it is there. What version of the gfe are you using?

  • ExtremeWX ExtremeWX posted a comment on ticket #37

    I was using site LCH On Fri, Jun 28, 2024 at 1:16 PM Mike Romberg romberg@users.sourceforge.net wrote: Not all sites are configured to have all products. The gfe uses information in the etc/afos2awips.txt file to see if a given site has a given product. For example BOU and CAE don't have an HLS product. But LOX does. I usually test with the default BOU site so the HLS is not up front in my testing. But I did just do an install with site=LOX and the HLS is there. GenerateCyclone requires products...

  • Mike Romberg Mike Romberg posted a comment on ticket #37

    The HLS works for me with site LOX. However you will need the patch I just checked into git. The next release will have this fix for the HLS.

  • Mike Romberg committed [3a4280] on Code

    Fix HLS.

  • Mike Romberg Mike Romberg posted a comment on ticket #37

    Not all sites are configured to have all products. The gfe uses information in the etc/afos2awips.txt file to see if a given site has a given product. For example BOU and CAE don't have an HLS product. But LOX does. I usually test with the default BOU site so the HLS is not up front in my testing. But I did just do an install with site=LOX and the HLS is there. GenerateCyclone requires products from the national centers. There is currently no way to ingest these products. So, It is expected that...

  • ExtremeWX ExtremeWX created ticket #37

    Hurricane Local Statement Not Working Among Other Things

  • Graphical Forecast Editor Graphical Forecast Editor released /gfe-1.17.1.tar.xz

  • Mike Romberg committed [55579f] on Code

    version -> 1.17.1

  • Mike Romberg committed [a07bec] on Code

    update.

  • Mike Romberg committed [552a27] on Code

    Merge branch 'master' of ssh://smaug/home/romberg/repos/GFESuite

  • Mike Romberg committed [5bf2c4] on Code

    pylint adjustments.

  • Mike Romberg committed [04fd97] on Code

    new bstring typemap for std::string -> bytes wrappers.

  • Mike Romberg committed [66efdf] on Code

    encode data to be unpickled.

1 >