I have been given some NOAA AVHRR files to read.... (High Resolution Picture Transmission (HRPT) 1KM Level 1B apparently) i can read them in this software called HRPT Reader. Has anyone come across reading anything like this in FME. The client wants Sea Surface Temp info out of the RASTER. I have tried in fme 2017 but nothing seems to work. I can supply the file (it has not extension) if anyone wants a look . FILE
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Hi jdh, i tried to open the NetCDF in FME 2017 data inspector and only got errors.
"not recognized as a supported file format"
were you able to open these SST NetCDF files from JPL in fme ?
Thanks Again,
Steve
What version of NetCDF did you download? the jpl offers both v3 and v4, but FME only supports up to V3.6.2 . I had no issue reading a version 3 nc file downloaded via the OPeNDAP Server.
What version of NetCDF did you download? the jpl offers both v3 and v4, but FME only supports up to V3.6.2 . I had no issue reading a version 3 nc file downloaded via the OPeNDAP Server.
What version of NetCDF did you download? the jpl offers both v3 and v4, but FME only supports up to V3.6.2 . I had no issue reading a version 3 nc file downloaded via the OPeNDAP Server.
Hi jdh, a couple more questions for you.... :-)
Using the jpl opendap server i select the variables i want (sea_surface_temperature). i leave nj and ni empty ??
To get data for x location select lat and long and provide the coordinates:
northernmost_latitude: -52.6559982 (nj)
southernmost_latitude: -71.1429977 (ni)
easternmost_longitude: 9.40999985 (nj)
westernmost_longitude: -54.0480003 (ni)
then export the netcdf v3 ... . is this the process you would go thru to export data for an area of interest you have ?
Also, sst units are kelvin, add 273 to get Celsius ? do i need to use the scale factor of 0.01 ? my results are strange temps ...
What version of NetCDF did you download? the jpl offers both v3 and v4, but FME only supports up to V3.6.2 . I had no issue reading a version 3 nc file downloaded via the OPeNDAP Server.
Those questions are probably better asked to I've only ever assisted students in obtaining the data, never actually used it myself.