- added
item_publish_cloud()to push files to S3 public cloud storage. #302 - update URLs for new repository. #303
- improved handling of authentication and invalid logins
- check error messages for firewall blocks
- All web calls now use
httr::RETRY()to be a bit more robust. #213 - Password management can now be done with the
keyringpackage. - File uploads for very large files should now be more robust with longer time out tolerances.
Added checksum validation to both regular and cloud uploads.
CRAN checks on failing donttest examples.
- Added support for cloud file upload and download. See
item_upload_cloud()anditem_list_files()anditem_file_download(). - Added ability to pull jossoSessionId from
session_details(), This is useful for pulling files directly from sciencebase via R functions that do not use the sbtools session for authentication. Seesession_details()description for more. - Removed deprecated
item_get_wfs()function. - Renamed
masterbranch tomain. - Added
facetsto locations that sciencebase files can be found. Seeitem_list_files()description for more info. Note that the response fromitem_list_files()has changed. A "facet" attribute which lists the name of the facet the file came from is included.
Versions 1.1.16 and 1.1.17 were minor changes for CRAN.
- Added
scrape_filesparameter toitem_upload_files()anditem_append_files() - Fixed CRAN check issues with ScienceBase availability. 10 second timeout was added for all web service calls.
Version 1.1.10 to 1.1.14 are all minor changes for CRAN.
- Fixed travis build and addressed CRAN test failures.
- Deprecated item_get_wfs -- will be removed in a future version.
- Changed maintainer to dblodgett@usgs.gov
- See repository for other updates.
-
Fix items_create to properly handle cases creating one item
-
Add sbtools to user agent string
-
Alter
item_list_childrento usequery_sbso item return limit can be > 1000.rawoption removed to support this functionality.
- Fix item_rm bug
- Cleanup for CRAN release
-
Bunch of changes from reviews
-
item_get_parentnow returnssbitem, not just ID -
fixed probablem with
query_sb_doi -
query_sb_spatialno longer has awkard bounding box specification, just uses lat/long arrays and determines box from those -
sb_pingreturns boolean TRUE/FALSE for success/fail -
set_endpointno longer includes verbose message and properly usesmatch.arg -
item_list_childrennow returns list ofsbitemto 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 sosbitemlist has key metadata -
query_item_identifier()now returns ansbitemlist instead of a data.frame. Also,*_item_identifier()funcitons now have unified parameter order
-
On
item_replace_files()changed default onallflag 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.