A significant overhaul to the layout and structure of the package. Many changes are internal and will not be apparent to a user
- Reworked algorithm to assign unknowns. This operation now takes place immediately following data pull
- Changed names and reorganzied many internal functions
- Added functions to estimate discards
- Added lazy loaded datasets from mskeyrun project and price data
- Switched underlying data source. From WODETS, WOLANDS, CFDETS to STOCKEFF (which pulls from these earlier data sources along with CAMS)
Standalone functionality for pulling NAFO data
get_foreign_data
- pulls data from NAFOs STATLANT 21B database
Added supporting get
functions to pull information from supporting oracle tables
get_areas
- pull stat area, region, NAFO codes
get_gears
- pull gear type, codes, description
get_vessels
- pull tonnage, crew size
get_locations
- pull lat, lon, 10 min sq.
get_ports
- pull port names and locations
get_species
- pull species name, market code information
get_species_itis
- pull species itis information
Initial release