segregation.network.project_network

segregation.network.project_network(network, output_crs=None, input_crs=4326)[source]

Reproject a pandana.Network object into another coordinate system

Parameters:
networkpandana.Network

an instantiated pandana Network object

input_crsint, optional

the coordinate system used in the Network.node_df dataframe. Typically these data are collected in Lon/Lat, so the default 4326

output_crsint, str, or pyproj.crs.CRS, required

EPSG code or pyproj.crs.CRS object of the output coordinate system

Returns:
pandana.Network

an initialized pandana.Network with ‘x’ and y’ values represented by coordinates in the specified CRS