gge-ucd / wRangling_Seminar

The home directory for all live scripts, lecture material, data, etc that we'll use in the ECL290 seminar NOT easily found at the website.
0 stars 2 forks source link

Unzipping big files #2

Closed ecbolas closed 7 years ago

ecbolas commented 7 years ago

Do I need to do something special to unzip the NEON data? Right now it just looks like this image and when I use aoiBoundary_HARV <- readOGR("../data/NEONDSSiteLayoutFiles/HARV", "HarClip_UTMZ18") I get the following: Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv, : Cannot open data source.

I played around with not including ../ before data, but it still isn't happy. I'm guessing it's because the data isn't unzipped? @ryanpeek

ecbolas commented 7 years ago

Ok, Got it unzipped, it still doesn't read the data in

ecbolas commented 7 years ago

Ok I looked at Amanda's repo, and she did this: aoiBounday_HARV <- readOGR("../data/NEON-DS-Site-Layout-Files/HARV/HarClip_UTMZ18.shp") which was really different from the instructions, but got the result.