diff --git a/bps_package/docs/build/doctrees/environment.pickle b/bps_package/docs/build/doctrees/environment.pickle index dd7b117..ffac63b 100644 Binary files a/bps_package/docs/build/doctrees/environment.pickle and b/bps_package/docs/build/doctrees/environment.pickle differ diff --git a/bps_package/docs/build/doctrees/index.doctree b/bps_package/docs/build/doctrees/index.doctree index ddd4399..daaaadb 100644 Binary files a/bps_package/docs/build/doctrees/index.doctree and b/bps_package/docs/build/doctrees/index.doctree differ diff --git a/bps_package/docs/build/doctrees/installation.doctree b/bps_package/docs/build/doctrees/installation.doctree index 7dac56a..f70163e 100644 Binary files a/bps_package/docs/build/doctrees/installation.doctree and b/bps_package/docs/build/doctrees/installation.doctree differ diff --git a/bps_package/docs/build/doctrees/introduction.doctree b/bps_package/docs/build/doctrees/introduction.doctree index 9cb6172..92ad1a0 100644 Binary files a/bps_package/docs/build/doctrees/introduction.doctree and b/bps_package/docs/build/doctrees/introduction.doctree differ diff --git a/bps_package/docs/build/doctrees/tutorial.doctree b/bps_package/docs/build/doctrees/tutorial.doctree index 9e8f12f..4dc075c 100644 Binary files a/bps_package/docs/build/doctrees/tutorial.doctree and b/bps_package/docs/build/doctrees/tutorial.doctree differ diff --git a/bps_package/docs/build/html/.buildinfo b/bps_package/docs/build/html/.buildinfo index 2701c1a..4fde7a2 100644 --- a/bps_package/docs/build/html/.buildinfo +++ b/bps_package/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 732bbb7096e5f2e700c15542dd748bcf +config: 959eb7efce5788a4746d103b350d255f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/bps_package/docs/build/html/_images/bps_depth_plot.png b/bps_package/docs/build/html/_images/bps_depth_plot.png new file mode 100644 index 0000000..ffc59d5 Binary files /dev/null and b/bps_package/docs/build/html/_images/bps_depth_plot.png differ diff --git a/bps_package/docs/build/html/_images/bps_just_opened.png b/bps_package/docs/build/html/_images/bps_just_opened.png new file mode 100644 index 0000000..fce27dc Binary files /dev/null and b/bps_package/docs/build/html/_images/bps_just_opened.png differ diff --git a/bps_package/docs/build/html/_images/bps_loaded.png b/bps_package/docs/build/html/_images/bps_loaded.png new file mode 100644 index 0000000..f885fed Binary files /dev/null and b/bps_package/docs/build/html/_images/bps_loaded.png differ diff --git a/bps_package/docs/build/html/_images/bps_prefs.png b/bps_package/docs/build/html/_images/bps_prefs.png new file mode 100644 index 0000000..b2794c0 Binary files /dev/null and b/bps_package/docs/build/html/_images/bps_prefs.png differ diff --git a/bps_package/docs/build/html/_modules/index.html b/bps_package/docs/build/html/_modules/index.html index 44d8313..a6a0750 100644 --- a/bps_package/docs/build/html/_modules/index.html +++ b/bps_package/docs/build/html/_modules/index.html @@ -6,7 +6,7 @@
-Benthic Photo Survey (BPS) is a software tool (written in Python) that is intended to simplify the task of collecting reference data (sometimes called groundtruth data) for remote sensing of the marine environment. Using a digital camera in a water proof housing, a consumer grade handheld GPS, and (optionally) a depth logger a user can collect data in the field.
-The photos and logs (GPS and Depth) are then loaded into BPS. BPS can then tag the photos with position, depth, and temperature (if using the Sensus Ultra depth/temperature logger). The the users can view each photo in BPS and tag each photo with a substrate and habitat type. All data (position, depth, temperature, habitat, and substrate) are stored in the exif portion of the jpeg photos.
Once the photos are all tagged, BPS can export a GIS Shapefile with habitat, substrate, depth, and temperature attributed points for each photo’s location. This shapefile can then be used to create a training set for supervised classification or as reference data for accuracy assessment.
+Most of this information is out of date. Go to the GitHub Repository or BPS page for up to date information. I will update these docs but haven’t had time yet.
-Bethic Photo Survey (BPS) can run on Linux, Mac, and Windows operating systems. There are a few different ways to install BPS.
-The following items need to be installed in order for BPS to work. Make sure you read at least to the end of this section before you start installing this stuff. There may be an easier way than installing all these things individually. Then check the section below for your operating system. There may be seperate quirks to the installation process for Windows, Linux, and Mac. I will try to give step-by-step instructions for each operating system below.
-That’s kind of a lot of stuff to have to install. Fortunately, items 1 - 4 can be taken care of with the PythonXY installer. PythonXY is a set of free scientific software tools all bundeled together for easy installation. You can download the PythonXY installer, run it, make sure that items 1 - 4 are selected, and it will take care of all those steps for you. If you decide later that you want some of the other items to be installed as well, you just run the installer again and check more boxes. It makes things much easier, especially on Windows.
-There are two different ways to get release versions of BPS and one way to get the latest code from the repository. These are outlines of the steps needed that should be applicable to all operating systems. For a more step-by-step approach, check the OS specfic sections further down the page.
-Go to the command line and type pip install BenthicPhotoSurvey. Depending on your OS, you may need to type sudo pip install BenthicPhotoSurvey instead and enter your root password.
-In order to run BPS, you have to figure out where pip installed the code and that can vary according to OS and configuration. If you have version of pip >= 1.2.1.post1, you can figure it out by typing pip show BenthicPhotoSurvey on your command line. The response should contain the location of the benthic_photo_survey directory. To run BPS, navigate to that directory and start BPS by typing python benthic_photo_survey.py (on Windows, you’ll leave off the python and just type benthic_photo_survey.py).
-On my computer it looks somthing like this:
-blah@blahbidyblah:~$ pip show BenthicPhotoSurvey
----
-Name: BenthicPhotoSurvey
-Version: 0.1
-Location: /usr/local/lib/python2.7/dist-packages
-Requires:
-
So, to launch, I type:
-blah@blahbidyblah:~$ cd /usr/local/lib/python2.7/dist-packages/benthic_photo_survey
-blah@blahbidyblah:/usr/local/lib/python2.7/dist-packages/benthic_photo_survey$ python benthic_photo_survey.py
-
...and the program should run and you can move on to the Tutorial. I will, hopefully, get around to packaging BPS a little better so it’s easier to launch after installing but this will have to do for now.
-Use your web browser to download the code from bitbucket. Unzip that file somewhere. Navigate into the benthic_photo_survey directory that contains benthic_photo_survey.py and type python benthic_photo_survey.py (on Windows, you’ll leave off the python and just type benthic_photo_survey.py).
-First, make sure you have git installed. Then open the command line where you’d like to put the code and type git clone https://jkibele@bitbucket.org/jkibele/benthic_photo_survey.git. That will download the latest code which may not be stable. To run it just follw the instructions from the previous subsection.
-The following steps will demostrate how to install the software required to run BPS, use the git version control system to download BPS, and then run BPS on Windows.
-That should do it. Make sure you make a note of where you installed BPS. Then take a look at the Tutorial. I intend to add a section there specifically about using the test data for a dry run. For now just check out the “Using BPS” section and look for the test_data directory at the same level as the data directory. There are some images, a gps log, and a sensus depth log in there that you can use to get the hang of it.
-Need to write up these steps too.
-Need to write up these steps too.
-I will describe how to run the automated tests and how to use the test data that’s installed with BPS to make sure everything is working.
-Bethic Photo Survey (BPS) can run on Linux, Mac, and Windows operating systems. For installation instructions please see the BPS Installation Page.
Citations
+References