westonpace commented on issue #14180:
URL: https://github.com/apache/arrow/issues/14180#issuecomment-1256547226

   > I would like to know if it is possible to read a NetCDF file stored in AWS 
s3 using the arrow library in R.
   
   Not with Arrow.  There are R libraries for reading HDF5 data (e.g. rhdf5) so 
you could maybe use one of those to read in a table and convert the table to 
Arrow.  These libraries support partial reading of chunks.
   
   A native HDF5 reader for Arrow does sound like a useful and interesting 
project (not sure off the top of my head if filesystem or dataset would be the 
proper abstraction for an HDF5 file).  However, I am not aware of anyone 
working on it.  I don't even see a JIRA asking for it at the moment so that 
would probably be the first place to start.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to