SWS-Methodology / faoswsTrade

World trade data processing for the FAO Statistical Working System
http://www.fao.org/economic/ess/ess-home/en/
5 stars 2 forks source link

Issue136 - Load/transform esdata and tldata ASAP #138

Closed chrMongeau closed 7 years ago

chrMongeau commented 7 years ago

esdata and tldata are loaded as soon as possible. They are then minimally transformed (with adaptTradeDataNames() and adaptTradeDataTypes()) so that reports on raw data can be done without unnecessary operations. A new parameter was added stop_after_pre_process: TRUE indicates that the module should stop just after the raw data reports.

chrMongeau commented 7 years ago

Probably the stop_after_pre_process parameter should be stop_after_raw_report. Also, it should be a SWS parameter so that it can be set in the SWS interface (as year and out_coef). This can be done later.