-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oecd_landcover added #1047
base: master
Are you sure you want to change the base?
oecd_landcover added #1047
Conversation
Hi, I'm new to the team and don't have context yet to review this. Please re-assign, thanks! |
- place_resolution: Country and City places are resolved based on name. | ||
|
||
### How to run: | ||
python3 stat_var_processor.py --existing_statvar_mcf=stat_vars.mcf --input_data='/usr/local/google/home/kuru/DC_July09_2024/data/statvar_imports/oecd_data/landcover/testdata/sample_input/oced_landcover_data.csv' --pv_map='/usr/local/google/home/kuru/DC_July09_2024/data/statvar_imports/oecd_data/landcover/testdata/sample_input/oced_landcover_pvmap.csv' --config='/usr/local/google/home/kuru/DC_July09_2024/data/statvar_imports/oecd_data/landcover/testdata/sample_input/oced_landcover_metadata.csv' --output_path="/usr/local/google/home/kuru/DC_July09_2024/data/statvar_imports/oecd_data/landcover/testdata/sample_output/oecd_landcover" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls change references to your local machine drives to relative paths to files in this import folder:
python3 stat_var_processor.py --input_data='testdata/sample_input/oced_landcover_data.csv' --pv_map='oced_landcover_pvmap.csv' --config='oced_landcover_metadata.csv' --output_path='output/oecd_landcover'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls keep configs such as pvmap, metadata and resolved places outside testdata under the import folder:
statvar_imports/oecd_data/landcover/
No description provided.