You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: