Skip to content

Instantly share code, notes, and snippets.

@cshenton
Created April 26, 2016 00:31
Show Gist options
  • Save cshenton/352b61a6d119857c4362dd99d34dd5b1 to your computer and use it in GitHub Desktop.
Save cshenton/352b61a6d119857c4362dd99d34dd5b1 to your computer and use it in GitHub Desktop.
# Author: Charles Shenton
# Date: 25 April 2016
#
# This file reads a list of url's from a url, then procedurally
# downloads those files to a destination folder.
rm(list=ls())
library(rhdf5)
library(XML)
wd = "/Users/charlesshenton/Documents/LazyLearning/ProjectHaze"
h5ls(paste(wd,"/OMI/OMIdata.he5",sep=""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment