Skip to content

Can GMT.jl read time-series files that contain no grid information? #1780

@melodyjulia

Description

@melodyjulia

gmtread handles grid netCDF files seamlessly. Is there an equivalent function for reading time-series data stored in a non-grid netCDF file? For example the following netCDF file:

netcdf sat {
dimensions:
	time = UNLIMITED ; // (7 currently)
variables:
	float sat(time) ;
		sat:FillValue = 9.96921e+36f ;
		sat:units = "C" ;
	double time(time) ;
		time:long_name = "time" ;
		time:units = "years since 0-1-1" ;
		time:calendar = "noleap" ;

// global attributes:
		:Conventions = "CF-1.0" ;
		:experiment_name = "" ;
		:run_stamp = "" ;
data:

 sat = 13.4106, 13.42443, 13.43695, 13.44479, 13.45138, 13.44873, 13.39466 ;

 time = 1850.5, 1851.5, 1852.5, 1853.5, 1854.5, 1855.5, 1856.5 ;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions