Irene Farah
Irene Farah
# Automated case years=list(range(1990, 2011, 10)) years_string=list(map(str, years)) all_y=[x[2:] for x in years_string] **Matrix**: from spatial_access.p2p import TransitMatrix from spatial_access.Configs import Configs custom_config = Configs() custom_config.disable_area_threshold=True for i in all_y:...
I compared Logan's, Dan's, and GoogleMaps' results for a tract in Lincoln Park, Hyde Park, and Midway: The results increased but are still below. Could you increase the impedance a...
- In the [Introduction to sf](https://github.com/dlab-berkeley/R-Geospatial-Fundamentals/blob/master/docs/02_Introduction_to_sf.Rmd), in line 261 in "Making your own sf objects" it seemed a bit counter intuitive to create points that do not have a CRS....