-
Notifications
You must be signed in to change notification settings - Fork 1
ASCII Files
mtbeek32 edited this page Jan 4, 2023
·
2 revisions
ASCII files are often used as (exchange) formats for tabular data. The GeoDMS uses the gdal.vect StorageManager to read and some GeoDMS StorageManagers to read and write ASCII files.
ASCII files are interpreted as UTF8 encoded, functions to translate UTF8 to other code tables are being developed.
The following types of ASCII files are supported:
- csv: (comma-separated values file)
- xml: these files can be read with the str storageManager and converted to meaningful arrays with the parse_xml function.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.