Open
Description
Hello,
I wonder if there is a method to get the longitudes and latitudes of all grid points. From this code:
importer = io.get_method(importer_name, "importer")
Z, _, metadata = io.read_timeseries(fns, importer, **importer_kwargs)
Given Z and metadata from the file (HDF5 or other format), is there a method to get the longitude and latitude of the grid points of Z given the information kept in metadata?
Thank you
Juan Simarro