Luke Winslow

Results 18 comments of Luke Winslow

They may have projected them differently up on AWS. Description is light on details https://aws.amazon.com/public-data-sets/landsat/

I'm not sure what's going on with that benchmark. I got similar results using your above code with microbenchmark, but those results are way off. ``` > system.time(replicate(100, session_validate())) user...

Comparison: > scheme = 'http://sciencebase.gov/vocab/identifierScheme' ~12k public entries with this scheme > scheme = 'https://www.sciencebase.gov/vocab/category/item/identifier' ~1300 public entries. Maybe it should be switched. Or added as an additional query. It...

Ha, I think they added that after our earlier, ~3k attached files, abuses of SB.

I've added a warning when posting large lists of files. Not a lot more I can do on the client side.

You thinking just binary Rdata objects or more generic data.frame to CSV/TSV?

Hmmm, if we were using R syntax as a parallel, `sb_load` and `sb_save` would be a good way to go. Conversely, all of these functions are referring to items, which...

Note, this needs to be handled by including JSON as part of the body of the request, as per (this documentation)[https://my.usgs.gov/confluence/display/sciencebase/Uploading+Files+to+ScienceBase]. But before that will work, #39 needs to be...

Did you see this in [the docs](https://my.usgs.gov/confluence/display/sciencebase/Uploading+Files+to+ScienceBase)? > The parts consist of files, each of which is named "file" and a sbJSON part which is named item. With these parts...

This issue is also related to #39. Title needs to be provided as part of a JSON file written out and included in the upload. This support has been challenging...