Skip to content

Commit

Permalink
#118 use PDOK BRT Maps in Heron Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 31, 2018
1 parent c4c3d21 commit ef69744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/heron/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

heron:

image: smartemission/se-heron:1.0.3
image: smartemission/se-heron:1.0.4

container_name: heron

Expand Down
6 changes: 3 additions & 3 deletions etl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ All ETL is developed using [Stetl](http://stetl.org). Stetl is a Python framewor
process. The essence of Stetl is that each ETL process is a chain of linked Input, Filters and Output Python classes
specified in a Stetl Config File.

The `.sh` files each invoke a Stetl ETL process via Docker using a Stetl config (`.cfg`) file specific
for that ETL process. Stetl is run via Docker.
The `.sh` files each invoke a Stetl ETL process via Docker.

Additional Python files implement specific ETL modules not defined
in the Stetl Framework and are available under the
Python [smartem](https://github.com/smartemission/docker-se-stetl/tree/master/smartem) package.
The Stetl config files for each ETL process are defined [here](https://github.com/smartemission/docker-se-stetl/tree/master/config).
The Stetl config files for each ETL process are
defined [here](https://github.com/smartemission/docker-se-stetl/tree/master/config).

All ETL is now migrated to the new SE GitHub repo: https://github.com/smartemission/docker-se-stetl

Expand Down

0 comments on commit ef69744

Please sign in to comment.