copy paste to a new route, lets call it '/sparse' or something. everything's the same except generateYearPipeline; you should be able to swap this with your new sparse pipeline generator from #134 without changing anything else.
do this in summarized-county.js too
make two new requests in postman to test this. confirm it works, and that it doesnt send too many megabytes of data.
Description
go here https://github.com/dali-lab/pine-beetle-backend/blob/dev/src/routers/summarized-county.js and here https://github.com/dali-lab/pine-beetle-backend/blob/dev/src/routers/summarized-ranger-district.js
generateYearPipeline
; you should be able to swap this with your new sparse pipeline generator from #134 without changing anything else.Type of Issue