get_grts_leaflet_map: Build leaflet map for Acoustic Stationary report in CONUS

View source: R/geospatial.R

get_grts_leaflet_mapR Documentation

Build leaflet map for Acoustic Stationary report in CONUS

Description

Builds a leaflet map using a vector list of grts cells to add to a leaflet map. Shows where the project's grts cells live spatially. Keep in mind that the project_id and all_grts must be in CONUS.

Usage

get_grts_leaflet_map(all_grts, project_df, project_id, grts_with_data = NULL)

Arguments

all_grts

Character Vector all grts cell ids found from the survey_df dataframe by running unique(survey_df$grts_cell_id)

project_df

Dataframe output from get_projects()

project_id

Numeric or String a project id

grts_with_data

(optional) Character Vector or NULL


usgs/nabatr documentation built on Jan. 28, 2024, 7:10 a.m.