Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtual file system #55

Closed
mdsumner opened this issue Jan 22, 2019 · 2 comments
Closed

virtual file system #55

mdsumner opened this issue Jan 22, 2019 · 2 comments

Comments

@mdsumner
Copy link
Member

mdsumner commented Jan 22, 2019

A VSIReadDirEx example thanks to @obrl-soil

remotes::install_github("hypertidy/vapour@VSI_list")
u <- "/vsizip//vsicurl/http://dapds00.nci.org.au/thredds/fileServer/rr2/national_geophysical_compilations/http/radmap_v3_2015_filtered_dose/radmap_v3_2015_filtered_dose.ers.zip"
vapour:::VSI_list(u)

[1] "radmap_v3_2015_filtered_dose"     "radmap_v3_2015_filtered_dose.ers"
[3] "radmap_v3_2015_filtered_dose.isi" "radmap_v3_2015_filtered_dose.txt"

Doc is here: https://www.gdal.org/gdal_virtual_file_systems.html

Discussed on twitter: https://twitter.com/obrl_soil/status/1087674550198820864

would be good to flesh this out a bit more, and get some functionality of gdal_ls.py in R.

@obrl-soil
Copy link

Cool! I'll try and find time for some experimentation asap

@mdsumner mdsumner added this to To do in 0.3.0 release Feb 1, 2019
@mdsumner
Copy link
Member Author

mdsumner commented Aug 5, 2019

I pulled this into master just FYI with exported function vapour_vsi_list().

@mdsumner mdsumner moved this from To do to Done in 0.3.0 release Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.3.0 release
  
Done
Development

No branches or pull requests

2 participants