Public-Tree-Map / public-tree-map-data-pipeline

Scripts to process open datasets for Public Tree Map (companion repository: https://github.com/Public-Tree-Map/public-tree-map). Work in progress:
https://publictreemap.org/
MIT License
8 stars 7 forks source link

Feature/la data #117

Closed allentran closed 4 years ago

allentran commented 4 years ago

addresses #114

Motivation and context

Speeds up pruning and parsing SM trees data (avoids two brute force N^2 computations) and some initial parsing for other LA datasets.

What I did