BLE-LTER / BLEdatatools

R package to download and collate BLE LTER data from EDI repository
Other
0 stars 0 forks source link

ask Colin about this raw-octet file business #5

Closed atn38 closed 2 years ago

atn38 commented 2 years ago

relates to #2

right now we are supplying the entity IDs, reading in raw streams -- parsing into in-memory R objects -- THEN finally writing to CSV. Not very nice or elegant.

so, is there a quick way to programmatically download CSVs from EDI that also retain the names?

atn38 commented 2 years ago

Update: have asked Colin, he says no better way. So boils down options are EDIutils/metajam/curl. Will investigate curl, or just attach names manually.

atn38 commented 2 years ago

closing since we're charging ahead