Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kurus21
Copy link

@kurus21 kurus21 commented Jul 8, 2024

No description provided.

@hqpho
Copy link
Contributor

hqpho commented Jul 8, 2024

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"
Copy link
Contributor

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'

Copy link
Contributor

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants