diff --git a/.gitignore b/.gitignore index eb3b980..ee7466a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ inst/doc # folders other +!docs # files *.png diff --git a/docs/404.html b/docs/404.html index 52710b4..ce84049 100644 --- a/docs/404.html +++ b/docs/404.html @@ -67,6 +67,9 @@
Example of data
- -Explain the fields
+ +Explain the fields
- + +Are the fish landed from the boundary boxes distributed equally among ports or are some ports heavily reliant from landings in these boxes
- - + +There are no GEARCODEs in DMIS that have missing GEARCATs. VTR and +
+There are no GEARCODEs in DMIS that have missing GEARCATs. VTR and DMIS GEARCAT descriptions match. The distinct Gear categories from DMIS are :
- - + +Site built with pkgdown 2.0.6.
+Site built with pkgdown 2.0.7.
The fishing data is a combination of VTR (1996-2007) and DMIS (2008-2021) data.
- -Both have different lookup tables and formatting for species names +
+Both have different lookup tables and formatting for species names (SPPNM), port names (PORT), gear categories (GEARCAT)
+All PORTID within the Atlantis domain were identified. Other PORTIDs +were grouped into either Canadian ports (north of the atlantis domain) +or southern ports (south of atlantis domain)
+PORTID was used to match PORTNM,COUNTY,STATE from the CFDBS.PORT
+table (VTR.VLPORTSYN contains too many typos). Port names were then used
+to find lat and lon values using tidygeocoder
usig open
+street maps and online service geocode.maps.co
. Many port
+names and/or counties had to be edited due to spelling errors, incorrect
+information, inconsistent formatting, or missing information. For
+example:
Beet A (2023). +
Beet A (2024). atlantiscas: Communities at Sea. R package version 0.0.0.9000.
@Manual{, title = {atlantiscas: Communities at Sea}, author = {Andy Beet}, - year = {2023}, + year = {2024}, note = {R package version 0.0.0.9000}, }@@ -129,7 +127,7 @@
get_port_lat_lon(portData)
get_port_lat_lon(portData, city = NULL, county = NULL, state = NULL)
Compare landing from Geret to data used to calibrate atlantis
Assign lat and long to ports
assign species codes to atlantis groups
Fix missing ports or incomplete ports
Compare landing from Geret to data used to calibrate atlantis
Pull port lat and long address
Main script to clean data
Plot ports on maps with coastline
read_data()
Read in processed fleet data
Update Atlantis Species groups using DMIS data
Read in fishing data, fix problems, add lat, lon to ports and other -data cleaning#'
+Processing in process_data function