Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:davidbailey/dpd into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Jan 3, 2024
2 parents 1880376 + b057960 commit 0a02765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpd/uscensus/get_uscensus_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_uscensus_data(year, state, data=["NAME"], with_geometry=False, timeout=6
+ state
+ "_tract.zip"
)
geometry.crs = CRS.from_epsg(4326)
geometry.crs = CRS.from_epsg(4269)

dataframe = pandas.merge(
dataframe,
Expand Down

0 comments on commit 0a02765

Please sign in to comment.