GeoNC

GeoNC

Handles NC files. Part of Geospatiale III.

Source:

Methods

(static) convertToASC(arg0_input_file_path, arg1_output_file_path, arg2_optionsopt)

Requires netcdfjs. Converts an .nc file to a .asc file, depending on its options.time_index and options.variable_key.

Source:
Parameters:
Name Type Attributes Description
arg0_input_file_path String
arg1_output_file_path String
arg2_options Object <optional>
Name Type Attributes Default Description
latitude_key String <optional>
"latitude"
longitude_key String <optional>
"longitude"
time_index String <optional>
0
variable_key String <optional>

(static) getVariables(arg0_input_file_path)

Logs all variables within an .nc file.

Source:
Parameters:
Name Type Description
arg0_input_file_path string