Skip to content

hdf5 data - transposed & upside-down #113

@pollyaschm

Description

@pollyaschm

Hello!

In read_hdf5(), the default option is that the data is read tranposed and upside-down.
This is probably not what you always want.

It would be nice to have a switch to decided whether the data should be inverted or not.
(see what I mean here, where I tweaked it for my needs. )

Also, when calling read_grid() for hdf5 data, you need to pass the file_format_opts as

file_format_opts = list(
      data_path = /path/to/data,
      odim= FALSE, 
      meta =TRUE)

I think it would be more consistent (e.g. grib_opts(), ) and intuitive, if could specify the information like this:

file_format_opts = hdf5_opts(
     data_path = /path/to/data,
     odim = FALSE,
     meta = TRUE)

Thanks
Polly

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions