-
Fix items_create to properly handle cases creating one item
-
Add sbtools to user agent string
-
Alter
item_list_children
to usequery_sb
so item return limit can be > 1000.raw
option removed to support this functionality.
- Fix item_rm bug
- Cleanup for CRAN release
-
Bunch of changes from reviews
-
item_get_parent
now returnssbitem
, not just ID -
fixed probablem with
query_sb_doi
-
query_sb_spatial
no longer has awkard bounding box specification, just uses lat/long arrays and determines box from those -
sb_ping
returns boolean TRUE/FALSE for success/fail -
set_endpoint
no longer includes verbose message and properly usesmatch.arg
-
item_list_children
now returns list ofsbitem
to be uniform with rest ofsbtools
-
Lots of documentation updates and new demos
-
Fixed issue with
query_sb_datatype
-
New and improved
item_get_wfs
. Better performance and no longer requires hard-to-install external dependencies.
-
Improved version of
query_sb()
now requests useful metadata sosbitem
list has key metadata -
query_item_identifier()
now returns ansbitem
list instead of a data.frame. Also,*_item_identifier()
funcitons now have unified parameter order
-
On
item_replace_files()
changed default onall
flag to FALSE so it doesn't delete files by default. -
Added
item_rename_files()
to enable user to easily rename files attached to items directly.