*Quickly* extract line of pixel values from rastio rasterize() ndarray
Problem: given a bunch of buildings from a geopandas file and a list of lines, calculate the # of lines that don’t intersect any buildings / total # of lines. I’m currently investigating using rasterio rasterize() for this.