Ecosyste.ms: Awesome
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: 13 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T14:58:45.000Z (over 9 years ago)
- Last Synced: 2024-10-11T09:28:55.263Z (about 1 month 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 formatAuthor: Philipp Sommer
Version: 1.0
Python package requirements:
- netCDF4
- argparse
- numpyUsage:
See help functions
- in the shell:./convert_db2nc -h
- in pythonimport convert_db2nc as conv
help(conv.DB2NC)