NASA Logo
Ocean Color Science Software

ocssw V2022
georegion_gen.py File Reference

Go to the source code of this file.

Namespaces

 georegion_gen
 

Functions

def read_wkt_file (str path_wkt)
 
def generate_georegion (List[str] inp_shapefiles, str out_netcdf, float stepsize, **kwargs)
 

Variables

string VERSION = "v.1.0.2"
 
string PROGRAM = "georegion_gen"
 
 running_time = datetime.datetime.now()
 
 RUNNING_TIME = running_time.strftime("%Y-%m-%dT%H%M%S")
 
 parser = argparse.ArgumentParser()
 
 help
 
 type
 
 str
 
 required
 
 True
 
 nargs
 
 float
 
 default
 
 bool
 
 args = parser.parse_args()
 
 shapefile_path = args.ifiles
 
 stepsize = args.stepsize
 
 out_nc = args.ofile
 
 global_set
 
 wkt