Follow these steps to save your data so we can uploading to ArcGIS as easily as possible. To stop data collection, press the Stop Collecting button above the data. Once the data collection is stopped, you can click Download the Data to start the file downloads. Three separate .csv files should download (corresponding with the three types of data). After the files download, it's a good idea to open them to double check everything worked as expected.
Why does the data look weird online?
JavaScript is annoying so I'm not printing line breaks. The data in the .csv files should be in columns and rows as expected. If this isn't the case, reach out to Jillian because somethings wrong.
Why don't I see any output?
If you've clicked Start Collecting and don't see any output, wait 5 minutes. The data does not start outputting right away. If after 5 minutes there's still no output on the page, reach out to Jillian because somethings wrong.
Only one data file downloaded. I thought there were supposed to be three?
That's correct! There should be three files. If you're only seeing one, it's probably because your browser thinks the website is spamming you. Chrome has an alert asking if you want to allow multiple downloads. If you're not using Chrome, I don't know - you're on your own to figure it out.
Can I test the nodes before beginning official data collection?
Absolutely! Because the data is saved locally, all you have to do is reload the website to remove all previous data. So, feel free to run a test session for 10 or 15 minutes then download the data. Hit command + r anytime you want to restart. You cannot recover previous data if you reload the page.
Is it possible to save the data manually?
So like technically yes but it's a lot of work. If you really really want to, here's how you can manually save the data:
- Open a new document in the Sublime Text Editor. If you don't have Sublime on your computer, you can download it here. It's a free software so if you see the "Upgrade" pop up, just ignore it.
- Highlight all the data in the "Distraction Button Data" column. Make sure only this data is highlighted, and not the Light or Sensor data.
- Paste the data into the *new* Sublime document. If each row is not on it's own line, you're going to need to manually divide them. Have fun.
- Save the document as a .csv file. To set the file type, rename the document and add .csv to the end (you can't manually select the file type in Sublime and instead have to type it).
- Repeat this process with the Light data an Sensor data, saving them each to a new document.
- You should now be able to open the .csv files in Excel and each piece of data will be in its own cell.