File: ogrinput.cfg

package info (click to toggle)
python-stetl 1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 89,988 kB
  • sloc: python: 5,007; xml: 707; sql: 430; makefile: 155; sh: 50
file content (16 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Trivial example of an ETL Chain that just copies a file to standard output.

[etl]
chains = input_ogr|output_std

[input_ogr]
class = inputs.ogrinput.OgrInput
data_source = tests/data/cities.gml
source_format = GML
source_options = {'GDAL_CACHEMAX': '64', 'CPL_DEBUG': 'OFF'}
output_format = ogr_feature
file_path = tests/data/cities.xml
element_tags = city

[output_std]
class = outputs.standardoutput.StandardOutput