geomet_wcs_datawill now error out if a query fails. Previously this would silently return a malformed file which could give the impression that the query had succeeded until you actually tried to read the data in. This should allow for much easier handling of query errors (#3)
- Swap to using
httr2for all queries (#4) - Use
terrain examples instead ofraster(#6) - WCS queries now respect format set it in query parameters. The queries
will still produce
.tiffformatted files by default if no format is explicitly set- In reality, Geomet only supports
image/tiffandimage/netcdfso this just allows you to grab.ncfiles instead of.tiffif desired
- In reality, Geomet only supports
- Fix API request pagination
- Added support for querying WCS layers requiring authentication
- First iteration of package
- Added a
NEWS.mdfile to track changes to the package. - Add contribution guidelines