Late to the party, so sorry, but here is some helpful documentation:
http://www.nws.noaa.gov/noaaport/document/GOES-R_NOAAPort_SBN_040416.pdf
Stonie
On 03/02/2017 03:46 PM, daryl herzmann wrote:
Howdy,
Whatever it may be worth to the community, I have collected up ~10
minutes worth (1.1GB yowzers) of the NOTHER GOES-R feed in this zip file.
https://mesonet.agron.iastate.edu/pickup/goesr/goesr_sample_10min.zip
I chomped off the WMO header (36 bytes worth) within each product so
that each file should be a valid netcdf4 file.
daryl
PS, my testing pqact entry:
NOTHER (TI....) (....) (......) (...)
PIPE -close python /home/ldm/chomp.py
/home/ldm/goesr/\1_\2_\3_\4.nc
and my chomp.py script
===============================
import sys
fn = sys.argv[1]
data = sys.stdin.read()
o = open(fn, 'wb')
o.write(data[36:])
o.close()
==============================
On Thu, 2 Mar 2017, Mike Zuranski wrote:
Hi Patrick,
I have, though I haven't tried to take any action on it yet. First off,
everything I see is coming in from NOTHER, not NIMAGE. But the following
pattern works for me: -p "TI[RS].[01][0-9] KNES"
That pattern should catch anything for GOES-16. One interesting note, I
see TIRC.. products, looks like a fresh set every 5 minutes so I'm
guessing
that could be CONUS since they haven't committed to East or West yet.
But
like I said, haven't investigated too deeply yet.
~Mike Zuranski
On Thu, Mar 2, 2017 at 2:31 PM, Patrick L. Francis
<wxprofessor@xxxxxxxxx>
wrote:
i've been running some notifymes on the dish and haven't seen
anything for
goes-16 or goesr yet.. has anyone else noticed a pattern?
…………………………………………………………...........
Patrick L. Francis
Director of Research & Development
Aeris Weather
http://aerisweather.com/
http://modelweather.com/
wxprofessor@xxxxxxxxx
http://facebook.com/wxprofessor/
…………………………………………………………
..
_______________________________________________
NOTE: All exchanges posted to Unidata maintained email lists are
recorded in the Unidata inquiry tracking system and made publicly
available through the web. Users who post to any of the lists we
maintain are reminded to remove any personal information that they
do not want to be made public.
ldm-users mailing list
ldm-users@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
_______________________________________________
NOTE: All exchanges posted to Unidata maintained email lists are
recorded in the Unidata inquiry tracking system and made publicly
available through the web. Users who post to any of the lists we
maintain are reminded to remove any personal information that they
do not want to be made public.
ldm-users mailing list
ldm-users@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/