Skip to content

Commit

Permalink
mapitaly_at_grid.py - Updated - First Implementation completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
eciraci committed Jan 25, 2024
1 parent e2f76af commit 59a89b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapitaly_at_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main() -> None:
ncols=100):
# - Extract data relative to a certain sub-track
p_gdf = gdf[gdf['Path'] == p].reset_index(drop=True)
gdf_grid = generate_grid(p_gdf, n_c=n_c,
gdf_grid = generate_grid(p_gdf.copy(), n_c=n_c,
az_res=az_res,
buffer_dist=buffer_dist)

Expand Down
Empty file removed test.py
Empty file.

0 comments on commit 59a89b0

Please sign in to comment.