opus49 / py3odb

Python 3.6+ compatible interface to ECMWF's ODB API
MIT License
1 stars 0 forks source link

Provide column type info #2

Closed opus49 closed 5 years ago

opus49 commented 5 years ago

Reading the description provides the sequence of 7-element column descriptions, including the data type which is just an integer. This library should provide some method for identifying what data type "1" actually means.

opus49 commented 5 years ago

Added ColumnType enum in constants.py