Matt Slevin

Results 3 issues of Matt Slevin

Hey, I was using the function `links_on_spatial_condition` with a geojson input and it was failing due to a memory error (see below). The geojson contained a polygon which covered multiple...

enhancement

Function is failing for tolled links df. Problem presents itself when no variable tolling is in place. The pandas fail to concatenate and the function fails. Errors example: ![image](https://user-images.githubusercontent.com/72014047/102991198-b09ffb80-4510-11eb-8ee9-81246738ba81.png) Code...

bug

Hey I was wondering would it be possible to get the following function to trigger a warning message when no matches are found. ``` road_pricing.extract_network_id_from_osm_csv( network, attribute_name, osm_csv_path, output_dir )...

enhancement