- Add support to
jpginpreview_plot()function (#161) - Fix variable in filter expressions (non-standard evaluation) (#160)
- Fix
limitparameter as integer type instac_search()anditems() - Improve
items_reap()documentation (#152)
- Add support to static catalogs;
read_stac(): read any STAC document from an URL (e.g. Catalog, Collection, Items, or Item);links(): extract and filter links from a STAC document;link_open(): open the document referenced by the provided link;read_items(): read items listed in links section of the provided Collection document;read_collections(): read collections listed in links section of the provided Catalog document;- Provide new functions to facilitate work with items;
items_as_sf()/items_as_sfc(): convert items into sf objectsitems_intersects(): is a helper function to test what items intersect some given geometry.
- Fix vignette BDC errors
- Fix renewing MPC tokens per session
- Include support to check package with GitHub actions
- Add issue template
- Fix MPC vignette
- Fix intersects bug in
stac_search()function - Vignettes are now fault tolerant
- Add support to CQL2 filter extension by function
ext_filter() - Add
conformance()andqueryables()endpoints functions - Add
assets_rename()andassets_url()assets functions - Add
items_compact()function - General improvements in items functions
- Other minor improvements
- Deprecated
assets_filter()anditems_group()functions
- Fix examples and README where bbox parameter is in wrong order
- Now items without the "match" property can be downloaded
- Introduce a bbox checker
- Fix appveyor bug
- Add support to
lifecyclepackage - Documentation has been changed from
Rdtomarkdown - New functions that support assets and items manipulation have been added:
assets_select,assets_filter, anditems_filter - The documentation was reviewed
- New examples and tests were added
rstacnow supports signatures inhrefusing theitems_signfunction- Function
items_bands()was changed toitems_assets() - Parameters
assets_nameandassets_namesare now calledasset_names - Add the
rstacreference paper in README - Add feature name on print items objects
- Create
items_nextfunction to do a single pagination request - Adjust download helpers to access data from Microsoft's Planetary Computer
- Update
NEWS.mdof v0.9.0-1
- Fix typos
- Update docs
- Update tests
- Update fixtures files
- Fix in bug related with
items_fetchin using bbox as parameter #41 - Update fixtures and introduces new parameter in items_fetch #39
- Fix pagination in items_fetch function to conform to STAC API spec
- Improve README
- Change version 0.9.0 to 0.9.0-2 in DESCRIPTION
- Fix assets without extension in assets_download function
- Update
ext_queryfunction - Add
magrittrpackage in depends - Add function items_bands
- Introduces
items_bboxanditems_datetimefunctions - Update print.R file
- Fix items_fetch
- Update
assets_download.Rand others functions - Add function 'get_assets_name'
- Add overwrite and items_max parameter; solve issue #10
- Fix bug in
stac_matched()and update documentation - Change function name
.verify_datime()'toparse_datetime() - Rename function
extension_query()toext_query()
- Fix issue from CRAN.
- Preparing package to send to CRAN.
- Update documentation.
- Add function for extensions creating.
- Add new tests.
- Support for STAC version 0.9.0 and 0.8.1.
- Support for STAC version 0.8.0 and 0.8.1.
- Add functions to download and support analysis from items objects.
- Add new tests.
- License:
MIT <https://raw.githubusercontent.com/brazil-data-cube/rstac/b-0.9.0/LICENSE>_ . - Update documentation.
- Add CI support.
- Add tests for CI.
- Unit-tests with code coverage.