alexander-petkov / wfas

A placeholder for the WFAS project.
4 stars 1 forks source link

Add NDFD-derived layers to the Geoserver instance on wfas.net #27

Open alexander-petkov opened 4 years ago

alexander-petkov commented 4 years ago

Add NDFD-derived layers to the Geoserver instance on wfas.net These are derived daily and listed oin the wfas_time_index_dyn.map file.

alexander-petkov commented 4 years ago
  1. Determine which layers need to be added. Searching for content created over the last 7 days in /data/ndfd/outputs:
    find /data/ndfd/outputs -mtime -7 -type f|cut -d '/' -f 5|cut -d '_' -f 1|sort|uniq
    bi
    dmc
    dpt
    erc
    fbx
    fm100
    fm1000
    gacc
    lfi
    lnf
    ndfdfcst
    pal
    psa
    swcc
    va
    vpd

    I filtered this list for rasters, for which I think time-enabled mosaics need to be created:

    bi 
    dmc
    dpt
    erc
    fbx
    fm100
    fm1000
    lfi_mean
    pal
    vpd