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

Clarification of data files #8

Open
uloma07 opened this issue Sep 2, 2024 · 0 comments
Open

Clarification of data files #8

uloma07 opened this issue Sep 2, 2024 · 0 comments

Comments

@uloma07
Copy link

uloma07 commented Sep 2, 2024

Hi,

Thanks for the code provided and for your work.

Can you please provide the columns the code expects from the input data and also the geocell (after it has been generated).
Right now, I get a KeyError on this line in dataset_preprocessing.py when I pass in the generated geocell (geocells_yfcc.csv).

geocell_df['polygon'] = geocell_df['polygon'].apply(wkt.loads)

This makes sense because the geocells_yfcc.csv only has these columns name,admin_1,country,size,num_polygons,geometry. The polygon column is missing.
That makes me wonder if I've missed a step or if I'm doing something wrong.

Can you help? thanks!

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

No branches or pull requests

1 participant