Remote read .pgrb2 files #1058
-
Hello! I'm trying to remotely read .pgrb2 file and get this: NetcdfFile file = NetcdfFiles.open("https://ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/gfs.20220809/00/atmos/gfs.t00z.pgrb2.0p25.f000"); I have only grib latest artifact and for local read it works. Should I add something else to pom? Sorry for so silly question. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Unfortunately, netCDF-Java does not currently support reading remote GRIB files via http (or AWS S3) at this point. Code modifications are needed to handle the creation and use of GRIB index files for remote GRIB files. See #638 for some of the discussion on the topic. |
Beta Was this translation helpful? Give feedback.
-
you could ask ncep to run a thredds server on that data, or check if they already do. |
Beta Was this translation helpful? Give feedback.
-
the obvious thing to do is to ask ncep to run a thredds server on that
data, or check if they already do.
…On Tue, Aug 16, 2022 at 12:55 AM valpo-syncretis ***@***.***> wrote:
Thank you very much for the answer. Anyway I'm looking forward to hearing
from develop team.
—
Reply to this email directly, view it on GitHub
<#1058 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVZQB7HJPBNKCY7YQ6YZDVZM3PHANCNFSM56ABKECA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Unfortunately, netCDF-Java does not currently support reading remote GRIB files via http (or AWS S3) at this point. Code modifications are needed to handle the creation and use of GRIB index files for remote GRIB files. See #638 for some of the discussion on the topic.