You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
Ryan Dailey edited this page Jun 6, 2016
·
9 revisions
Adding cameras to the database is not an easy task. There are many things you have to consider when looking at a website and deciding how to parse it. There are 7 major pieces of information you want to pull from the website for each camera Latitude, Longitude, City, State (USA Only), County, Snapshot URL, Description. To get this information we will need to take advantage of several tools. The most important tool we use is Python if you are unfamiliar with python you should take some time to get used to the syntax.