An open API service indexing awesome lists of open source software.

https://github.com/chilipp/convert-database-to-netcdf

Python script to convert geodatabase structure text files into NetCDF format
https://github.com/chilipp/convert-database-to-netcdf

Last synced: 9 months ago
JSON representation

Python script to convert geodatabase structure text files into NetCDF format

Awesome Lists containing this project

README

          

# Convert-Database-to-NetCDF
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)