Python script to convert geodatabase structured text files into NetCDF format
Author: Philipp Sommer
Version: 1.0
Python package requirements:
- netCDF4
- argparse
- numpy
Usage:
See help functions
-
in the shell:
./convert_db2nc -h
-
in python
import convert_db2nc as conv help(conv.DB2NC)