Skip to content

Commit

Permalink
Merge branch 'release/6.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Raichev committed Jan 29, 2024
2 parents 7173a81 + 2567bfe commit 64b2ad6
Show file tree
Hide file tree
Showing 5 changed files with 1,861 additions and 1,971 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
6.0.1, 2024-01-30
-----------------
- Fixed a new GeoPandas 'set geometry' error.

6.0.0, 2023-10-03
-----------------
Expand Down
2 changes: 1 addition & 1 deletion gtfs_kit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .feed import *


__version__ = "6.0.0"
__version__ = "6.0.1"
2 changes: 1 addition & 1 deletion gtfs_kit/miscellany.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def compute_screen_line_counts(
}
records.append(record)

g = gp.GeoDataFrame.from_records(records)
g = gp.GeoDataFrame.from_records(records).set_geometry("geometry")
g.crs = crs

# Get distance (in meters) of each intersection point along shape
Expand Down
Loading

0 comments on commit 64b2ad6

Please sign in to comment.