Skip to content

rapr 1.1.3

Latest

Choose a tag to compare

@brownag brownag released this 03 Mar 22:59
· 1 commit to main since this release
aa54f26

rapr 1.1.3 (2026-03-03)

  • Added get_rap_table() interface to RAP tabular data APIs; thanks to Scott Appleby (@s-appleby) for the contribution (#20)
    • This generalizes get_rap_production16day_table() to support other endpoints, including: "cover", "coverMeteorology", "production", and "production16day"
  • get_rap_production16day_table() is now deprecated, use get_rap_table(product="production16day") instead
  • Use HTTPS URLs for rangeland.ntsg.umt.edu

What's Changed

  • feat: add get_rap_table() unified interface to tabular data API endpoints by @s-appleby in #20
  • docs: update README and vignette with get_rap_table() info and examples by @s-appleby in #21
  • Use HTTPS rangeland.ntsg.umt.edu URLs by @brownag in #22

New Contributors

Full Changelog: 1.1.2...1.1.3