% Run through all the NetCDF files in the subdirectories directly below this % directory and produce Google Earth icons: [dirs,files,url_nolon,url_metafail,poslon]=whfc_to_ge('http://stellwagen.er.usgs.gov/cgi-bin/nph-dods/DATAFILES/'); % Rich Signell (rsignell@usgs.gov) % Comments: % This takes a very long time. Like 9 hours. I guess it's all the opendap % opening and closing. So best run it over night. % I've hacked some stuff: % % In GET_DIRS_FROM_URL.M, I key on "DATAFILES" to find the subdirectory names, % so this will only work for URL dirs that end in "DATAFILES". % Because the Molokai directory has no data files, I skip that explicitly by name % in WHFC_TO_GE.M