MetaDB¶
SQLite¶
| Parameter | Description | Default | Required |
|---|---|---|---|
| path | Path to the sqlite file |
- | |
| table | Table name | - | |
| idx | Column containing identifiers | - | |
| geodata | Columns containing geographical data, if applicable | - |
TSV File¶
| Parameter | Description | Default | Required |
|---|---|---|---|
| path | Path to the tsv file |
- | |
| sep | Separator | '\t' | |
| idx | Column containing identifiers | - | |
| geodata | Columns containing geographical data, if applicable | - |
MySQL / MariaDB¶
| Parameter | Description | Default | Required |
|---|---|---|---|
| host | DB server url | - | |
| user | Username | - | |
| password | Password | - | |
| database | Database name | - | |
| table | Table name | - | |
| port | DB server port | 3306 | |
| idx | Column containing identifiers | - | |
| geodata | Columns containing geographical data, if applicable | - |
Parquet¶
| Parameter | Description | Default | Required |
|---|---|---|---|
| files | List of parquet files | - | |
| idx | Column containing identifiers | - | |
| geodata | Columns containing geographical data, if applicable | - |