Commit cf904dbe authored by Laura LINDEPERG's avatar Laura LINDEPERG
Browse files

Minor changes

parent 6fcbf17e
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -45,8 +45,8 @@ code_for_test = watershed_code.loc[0:3] ...@@ -45,8 +45,8 @@ code_for_test = watershed_code.loc[0:3]
from GeomorphologicProperties import GeomorphologicProperties from GeomorphologicProperties import GeomorphologicProperties
geomorpho_indicators = pd.DataFrame() geomorpho_indicators = pd.DataFrame()
for i in code_for_test: # for i in code_for_test:
# for i in watershed_code: for i in watershed_code:
watershed_contour_i = gpd.read_file(shp_foldername+i+'.shp') watershed_contour_i = gpd.read_file(shp_foldername+i+'.shp')
ZHp_i = rxr.open_rasterio(ZHp_foldername+i+'_ZHp.tif') ZHp_i = rxr.open_rasterio(ZHp_foldername+i+'_ZHp.tif')
hydro_sections_Topage_i = gpd.read_file(topage_foldername+i+'_BDTopage.shp') hydro_sections_Topage_i = gpd.read_file(topage_foldername+i+'_BDTopage.shp')
......
...@@ -35,7 +35,7 @@ shp_watersheds = gpd.read_file(shp_watersheds_path) ...@@ -35,7 +35,7 @@ shp_watersheds = gpd.read_file(shp_watersheds_path)
# List of the stations'codes # List of the stations'codes
watershed_code = shp_watersheds.loc[:,'Code'] watershed_code = shp_watersheds.loc[:,'Code']
# Get a sample of them for test # Get a sample of them for test
code_for_test = watershed_code.loc[0:3] code_for_test = watershed_code.loc[0:2]
# code_for_test = ['V1015810'] # code_for_test = ['V1015810']
# *************************** Extract watersheds' properties ************************************ # *************************** Extract watersheds' properties ************************************
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment