Skip to content

Commit

Permalink
Update uitlaten_inlaten.ipynb
Browse files Browse the repository at this point in the history
reproject to project CRS
  • Loading branch information
DanielTollenaar committed Oct 27, 2023
1 parent cc2a2ba commit 11079cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/uitlaten_inlaten.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
" assert layer in fiona.listlayers(file)\n",
" print(f\"reading {file.name}, layer {layer}\")\n",
" gdf = gpd.read_file(file, layer=layer)\n",
" gdf.to_crs(CRS, inplace=True)\n",
"\n",
" # read every row this file-layer group and get the source-info\n",
" for kwk_row in layer_df.itertuples():\n",
Expand Down

0 comments on commit 11079cd

Please sign in to comment.