Created
April 26, 2016 00:31
-
-
Save cshenton/352b61a6d119857c4362dd99d34dd5b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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