Coder Social home page Coder Social logo

pws_permit_m's Introduction

# READ ME #

This repository contains R and SAS code to generate estimates for the PWS Shrimp Personal Use
Permit fishery.  To get the R scripts to run smoothly, a project folder should be established 
and a new R project should be started in RStudio.  To do so, open RStudio, click 'file', 
'new project', 'new directory', 'new project', and name the project accordingly (e.g. for me
I named it 'pws_shrimp').  Save the project to the project folder you just created. 
The R code should be run sequentially in the following order: 

1. permits_v1.2.R - this script imports the permit file "pwspmc_2023.csv". The permit file should
be saved as a single sheet .csv file which can be done using 'save as' in excel, and it should be 
saved to the R project folder.  The permit file is cleaned and prepped for merging into the harvest 
file in subsequent programs.  The output of this script is "permit_file_2023.csv".  

2. harvest_v1.3.R - This script imports the harvest file "pwshvc_2023.csv" and the location/statarea
file "location_statarea_updated_2023.csv". It cleans, edits, and merges the harvest file with the 
location/statarea master sheet.  It also has code to run basic data checks to ensure consistency 
in the location/area list and check both the harvest file for discrepancies.  You can use these checks
to help clean the harvest file at the beginning of the process.  The output from this sheet is
"shrimp_harvest_2023.csv" and "check_records_2023.xlsx". 

3. estimates_v1.4.R - This script imports "permit_file_2023.csv" and "shrimp_harvest_2023.csv" that were
generated in the previous two scripts.  Estimates are generated following the data analysis section 
in the op-plan.  Permit summaries, mailing summaries, response summaries, effort summaries, reported
harvest, and estimated expanded harvest are output to "shrimp_permits_2023.xlsx".  

All that should be needed to run these programs is to adjust the "year" variable at the beginning of 
each script and all of the required input data sets that follow the naming convention outlined above.

Version control: to ensure changes are traceable, any adjustments made to the R scripts should be saved
as a new version.    

pws_permit_m's People

Watchers

Randy Peterson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.