create_static_file

Reads the DEM of the study site and the shapefile and creates a corresponding static file, static.nc.

Edit the configuration by supplying a valid .toml file. See the sample utilities_config.toml for more information.

Usage:

From source: python -m cosipy.utilities.createStatic.create_static_file [-u <path>]

Entry point: cosipy-create-static [-u <path>]

Optional arguments:
-u, --u <path>

Relative path to utilities’ configuration file.

Functions

check_folder_path(path)

Check the folder path includes a forward slash.

check_for_nan(ds[, var])

get_user_arguments(parser)

Get user arguments for converting AWS data.

insert_var(ds, var, name, units, long_name)

Insert variables in dataset

load_config(module_name)

Load configuration for module.

main()