zoningspace / zoning.space

Machine-readable zoning data
https://zoning.space
Other
12 stars 4 forks source link

Questions about overlays #14

Closed sid-kap closed 6 years ago

sid-kap commented 6 years ago

The README confused me a bit about how the overlay stuff works (e.g. in the San Francisco example). Is the idea to make a dataframe where every shape is indexed by a pair (base_zone, overlay)? Are you manually making a zone for every possible pair of base_zone and overlay (i.e. a specfile with rows = the cartesian product of Zone X Overlays)? Or do you make one table for base_zone and one for overlay (so rows = Zone + Overlays)?

sid-kap commented 6 years ago

I figured it out. I have some suggestions on how to make this part of the README easier to understand in #15