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
- Host: GitHub
- URL: https://github.com/chilipp/convert-database-to-netcdf
- Owner: Chilipp
- License: gpl-2.0
- Created: 2015-03-24T21:50:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T14:58:45.000Z (over 10 years ago)
- Last Synced: 2025-02-13T19:49:56.676Z (10 months ago)
- Language: Python
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)