TREC-Agroecology / hemp

This is the organization and research for the UF/IFAS Industrial Hemp Pilot Project
4 stars 8 forks source link

Coordinates_of_plantings_2019.csv: adding to data file #29

Closed Danielcalza closed 4 years ago

Danielcalza commented 4 years ago

Add the planting coordinates to the data file.

brymz commented 4 years ago

Does this data file use best practices for data structure and organization?

Danielcalza commented 4 years ago

No, it did not. I found the errors and have updated the file, but for some reason, even though I pushed it, the updated commit is not showing up to override this one. Am I missing something?

brymz commented 4 years ago

Did you push to the hemp-gps branch?

Danielcalza commented 4 years ago

Yes I did.

brymz commented 4 years ago

Hm. Well, I see changes now.

Get rid of the ". Then we're good.

Danielcalza commented 4 years ago

Okay sounds good, although I'm not sure where the floating quotation is, I'm still looking thought the commit and the log on the command prompt.

brymz commented 4 years ago

Immediately before the latitude and immediately after the longitude. For example:

PilotPlot1,"25.5106648, -80.5035612",
Danielcalza commented 4 years ago

Okay, I see what happened, it was treating them as a character string so they should have been separated into different columns. I made the edits and then reviewed them. All looks good now.