Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lillythomas committed Mar 25, 2024
1 parent d38e39e commit f87ce5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/patch_level_cloud_cover.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@
" # Reproject to WGS84 (lon/lat coordinates)\n",
" gdf = gdf.to_crs(epsg=4326)\n",
"\n",
" outpath = (f\"{outdir_embeddings}/\"\n",
" f\"{batch['source_url'][0].split('/')[-1][:-4]}_{i}_{j}.gpq\")\n",
" outpath = (f\"{outdir_embeddings}/\"\n",
" f\"{batch['source_url'][0].split('/')[-1][:-4]}_{i}_{j}.gpq\")\n",
" gdf.to_parquet(path=outpath, compression=\"ZSTD\", schema_version=\"1.0.0\")\n",
" print(\n",
" f\"Saved {len(gdf)} rows of embeddings of \"\n",
Expand Down

0 comments on commit f87ce5d

Please sign in to comment.