DOI-USGS / intersectr

See official repository here: https://code.usgs.gov/water/intersectr
Creative Commons Zero v1.0 Universal
7 stars 5 forks source link

Add point-based workflow. #5

Closed dblodgett-usgs closed 2 years ago

dblodgett-usgs commented 5 years ago

It would be helpful to support point-in-polygon style intersection for performance of large collections of cells per destination polygon.

This could be done with one function to generate a collection of points instead of cell geometry and an second function that does a spatial intersection and just returns 1 or 0 for each point.

dblodgett-usgs commented 5 years ago

Could implement weight generation for rectilinear grids using: https://github.com/isciences/exactextractr ?

dblodgett-usgs commented 2 years ago

This will be taken care of through combining forces with https://github.com/mikejohnson51/zonal