Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gap between GOA/AI stratum shapefiles #104

Open
sean-rohan-NOAA opened this issue Dec 7, 2023 · 1 comment
Open

Gap between GOA/AI stratum shapefiles #104

sean-rohan-NOAA opened this issue Dec 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sean-rohan-NOAA
Copy link
Collaborator

Issue

@Ned-Laman-NOAA

There is a gap between AI and GOA stratum shapefiles to the west of Umnak.

library(akgfmaps)

slope_layers <- akgfmaps::get_base_layers(select.region = "ebs.slope", set.crs = "EPSG:3338")
ebs_layers <- akgfmaps::get_base_layers(select.region = "ebs", set.crs = "EPSG:3338")
goa_layers <- akgfmaps::get_base_layers(select.region = "goa", set.crs = "EPSG:3338")
ai_layers <- akgfmaps::get_base_layers(select.region = "ai", set.crs = "EPSG:3338")
chukchi_layers <- akgfmaps::get_base_layers(select.region = "ecs", set.crs = "EPSG:3338")
ebs_survey_bathy <- akgfmaps::get_survey_bathymetry(select.region = "ebs", set.crs = "EPSG:3338")

survey_regions <- dplyr::bind_rows(
  dplyr::filter(ebs_layers$survey.strata, SURVEY == "EBS_SHELF"),
  dplyr::mutate(slope_layers$survey.strata,
                SURVEY = "EBS_SLOPE"),
  dplyr::mutate(ai_layers$survey.strata,
                SURVEY = "AI"),
  dplyr::mutate(goa_layers$survey.strata,
                SURVEY = "GOA")
)

image

@sean-rohan-NOAA sean-rohan-NOAA added the bug Something isn't working label Dec 7, 2023
@Ned-Laman-NOAA
Copy link

I'm aware of this issue and we are beginning to discuss with Mark Zimmermann the re-gridding of the Gulf and Aleutian survey areas to address this and other issues related to these historical and non-reproducible sampling grid systems.
This discussion extends beyond the Groundfish Program to include OFIS and database/data management activities for things like supporting our enterprise ESRI ArcMap capabilities along with our enterprise Oracle data storage and application issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants