openego / data_processing

(geo)data processing, database setup, data validation
GNU Affero General Public License v3.0
7 stars 5 forks source link

there is no DP preprocessing BPMN documentation about opsmTGmod tables #343

Open gplssm opened 4 years ago

gplssm commented 4 years ago

Please add a BPMN explaining how the tables

are created.

IlkaCu commented 4 years ago

The named tables are created by osmTGmod (https://github.com/openego/osmTGmod), which is not part of the dataprocessing itself. So it might be okay to treat these tables as input tables for the pre- and dataprocessing.

gplssm commented 4 years ago

The named tables are created by osmTGmod (https://github.com/openego/osmTGmod), which is not part of the dataprocessing itself. So it might be okay to treat these tables as input tables for the pre- and dataprocessing.

Ok, in a ideal world, we would include osmTGmod as part of our data processing pipeline. But since we're primarily interested in documenting it and secondarily in making it computable, we should follow your suggestion (at least for). I could image we want to run osmTGmod again to include updated data. Then, we definitely should include it in our pipeline.

Shall I download the above tables to a .shp file, make the available for download and write an import script in #339?