USEPA / StreamCatTools

R package to work with the StreamCat API within R and access the full suite of StreamCat catchment and watershed scale metrics for all NHDPlusV2 stream reaches and catchments.
https://usepa.github.io/StreamCatTools/
Creative Commons Zero v1.0 Universal
30 stars 6 forks source link

Update sc_get_data for many COMIDS #31

Closed mhweber closed 5 months ago

mhweber commented 8 months ago

Get POST request incorporated for sc_get_data so that large COMID requests return successfully

mhweber commented 5 months ago

I think this is as simple as updating httr2::request to use req_body_json as in here