Workshop on Geo-Spatial Data for Small-Scale Fisheries
Time stamp: 2021-12-02 20:33:00 UTC
git: ~d5b75754238b8904a07ff6e108099418d60abfd7
WKSSFGEO
├── code_example
│ ├── example_data_fishing.txt
│ ├── example_dataset.txt
│ ├── ICES_WGSFD.Rproj
│ ├── Identifying fishing trips.Rmd
│ └── R_script_dataset.Rmd
├── data
│ ├── Denmark.rds
│ ├── example_data_AIS.rda
│ ├── harbours.rda
│ └── harbours.rds
├── data-examples
│ ├── doi_10.5061_dryad.k80bp46__v1.txt
│ ├── example_data_AIS.csv
│ ├── example_data_GPS.csv
│ ├── passive_vessel_ais_adriatic_2017.csv
│ └── README
├── LICENSE
├── prepare_data_WKSSFGEO.Rmd
├── R
│ ├── add_harbours.R
│ ├── data.R
│ ├── define_trips_pol.R
│ ├── hrsfd_workflow
│ │ └── readme.md
│ ├── imports.R
│ ├── interpolate_ais.R
│ ├── ramb_functions.R
│ ├── ramb_step.R
│ └── tune_RF.R
├── R-dev
│ ├── einar
│ │ └── ramb_functions2.R
│ ├── Gmartin
│ │ └── IRL_trip_definition.R
│ ├── jepol
│ │ ├── add_harbours.R
│ │ ├── define_trips_pol.R
│ │ ├── downsample_ais_timestep.R
│ │ ├── interpolate_ais.R
│ │ └── Workflow_jepol.R
│ └── julien
│ ├── 211201_Workflow_jepol.R
│ ├── CalcStraigthness.R
│ └── tune_RF.R
├── README.md
├── remains
│ └── define_trips.R