Skip to content

Commit

Permalink
Update overview copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorrero committed Sep 29, 2020
1 parent a98bf28 commit 7e97fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ poisson — Richard Correro

The goal of this project is to analyze the dynamics of small fishing vessel fleets and provide information to help policy-makers design legislation to prevent Illegal, Unreported, and Unregulated ([IUU](https://en.wikipedia.org/wiki/Illegal,_unreported_and_unregulated_fishing)) fishing.

The problem with monitoring the behavior of these vessels is that those which are engaged in IUU fishing do not wish to make their actions known. Therefore these vessels are unlikely to use systems such as [AIS](https://en.wikipedia.org/wiki/Automatic_identification_system) which reveal their location. We thus need remote, passive data sources to monitor their behavior, and one such source is satellite imagery. Through Stanford we have access to [Planet Labs, inc.'s](https://www.planet.com/) PlanetScope daily imagery. This imagery is potentially useful because of the its relative frequency - the entire globe, including most near-shore waters, are imaged daily. This allows us to model the dynamics of fishing fleets with an unmatched temporal resolution which is necessary to understand the seasonalities which affect the decisions of vessel operators.
The problem with monitoring the behavior of these vessels is that those which are engaged in IUU fishing do not wish to make their actions known. Therefore these vessels are unlikely to use systems such as [AIS](https://en.wikipedia.org/wiki/Automatic_identification_system) which reveal their location. We thus need remote, passive data sources to monitor their behavior, and one such source is satellite imagery. Through Stanford we have access to [Planet Labs, inc.'s](https://www.planet.com/) PlanetScope daily imagery. This imagery is potentially useful because of the its relative frequency - the entire global landmass, including most near-shore waters, are imaged daily. This allows us to model the dynamics of fishing fleets with an unmatched temporal resolution which is necessary to understand the seasonalities which affect the decisions of vessel operators.

The work necessary to extract the relevant information from this imagery and provide useful insights may be broadly divided into two tasks

1. Developing a vessel detection system
2. Using data generated by the detection system to design and fit statistical models which describe the dynamics of the vessels

The outputs of (2) should be novel and useful to policy-makers and other stakeholders. It is of course our job to summarize and interpret the results of this model.
The outputs of (2) should be novel and useful to policy-makers and other stakeholders. It is of course the job of the researchers to summarize and interpret the results of this model.

This repository is a work-in-progress. It will eventually contain a trained vessel-detection model, statistical models created using data derived from the vessel detection model, the code necessary to implement both models, and working notes from the module's creation.

Expand Down
6 changes: 3 additions & 3 deletions notes/overview.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Overview
created: '2020-09-28T20:08:54.334Z'
modified: '2020-09-28T20:28:31.392Z'
modified: '2020-09-29T17:57:45.192Z'
---

# Overview

The goal of this project is to analyze the dynamics of small fishing vessel fleets and provide information to help policy-makers design legislation to prevent Illegal, Unreported, and Unregulated ([IUU](https://en.wikipedia.org/wiki/Illegal,_unreported_and_unregulated_fishing)) fishing.

The problem with monitoring the behavior of these vessels is that those which are engaged in IUU fishing do not wish to make their actions known. Therefore these vessels are unlikely to use systems such as [AIS](https://en.wikipedia.org/wiki/Automatic_identification_system) which reveal their location. We thus need remote, passive data sources to monitor their behavior, and one such source is satellite imagery. Through Stanford we have access to [Planet Labs, inc.'s](https://www.planet.com/) PlanetScope daily imagery. This imagery is potentially useful because of the its relative frequency - the entire globe, including most near-shore waters, are imaged daily. This allows us to model the dynamics of fishing fleets with an unmatched temporal resolution which is necessary to understand the seasonalities which affect the decisions of vessel operators.
The problem with monitoring the behavior of these vessels is that those which are engaged in IUU fishing do not wish to make their actions known. Therefore these vessels are unlikely to use systems such as [AIS](https://en.wikipedia.org/wiki/Automatic_identification_system) which reveal their location. We thus need remote, passive data sources to monitor their behavior, and one such source is satellite imagery. Through Stanford we have access to [Planet Labs, inc.'s](https://www.planet.com/) PlanetScope daily imagery. This imagery is potentially useful because of the its relative frequency - the entire global landmass, including most near-shore waters, are imaged daily. This allows us to model the dynamics of fishing fleets with an unmatched temporal resolution which is necessary to understand the seasonalities which affect the decisions of vessel operators.

The work necessary to extract the relevant information from this imagery and provide useful insights may be broadly divided into two tasks

1. Developing a vessel detection system
2. Using data generated by the detection system to design and fit statistical models which describe the dynamics of the vessels

The outputs of (2) should be novel and useful to policy-makers and other stakeholders. It is of course our job to summarize and interpret the results of this model.
The outputs of (2) should be novel and useful to policy-makers and other stakeholders. It is of course the job of the researchers to summarize and interpret the results of this model.

0 comments on commit 7e97fa2

Please sign in to comment.