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

About categorises in vector_data #89

Open
a14en9 opened this issue Feb 14, 2021 · 0 comments
Open

About categorises in vector_data #89

a14en9 opened this issue Feb 14, 2021 · 0 comments

Comments

@a14en9
Copy link

a14en9 commented Feb 14, 2021

Hi Bibek,

I have successfully run the model with the processed data and now go back to replicate the model from scratch. I've downloaded the image data and shapefiles data from the GEE and ICIMOD, respectively. Now, I have some questions about how to process shapefile data. The shapefile data I downloaded include:

Clean-ice and Debris-covered glaciers of Bhutan for 2000
Clean-ice and Debris-covered glaciers of Bhutan for 2010
Clean Ice and Debris covered glaciers of HKH Region
Glaciers of Nepal 2000
Glaciers of Nepal from 1980 to 2010

If there are any problems, please correct me.

I can find some information in the preprocess.ipynb file as:

glaciers_file = data_dir / "vector_data/Glacier_2005.shp"
clean_g_file = data_dir / "vector_data/clean.shp"
debris_g_file = data_dir / "vector_data/debris.shp"
border_file = data_dir / "vector_data/hkh.shp"

My question is how to manage the downloaded shapefiles into three different categories (i.e., clean, debris and hkh as in the downloaded vector_data)?

Looking forward to hearing from you.

Best wishes,
Oliver

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