eldang / elevation_lookups

Takes an input file of paths described as series of points, outputs a file of data about the elevation changes along those paths.
Apache License 2.0
3 stars 2 forks source link

[outside A/B Street scope] Try windowed load of vector data sources #17

Open eldang opened 3 years ago

eldang commented 3 years ago

Tagging a small area (e.g. Montlake) from a large vector data source (e.g. the Seattle 2ft contours) entails spending almost as long reading the vector data in as doing the actual processing. Is there a way to read only the relevant subset of the vector data source?