kindcd3old: Reference table - List of RMRS plots that have fallen out of...

kindcd3oldR Documentation

Reference table - List of RMRS plots that have fallen out of inventory because they were not found or they were in the wrong place.

Description

Reference table - List of RMRS plots that have fallen out of inventory because they were not found or they were in the wrong place.

Usage

kindcd3old

Format

An object of class data.frame with 38 rows and 8 columns.

Source

FIA query. SELECT bp.STATECD, bp.COUNTYCD, bp.PLOT_FIADB NEW_PLOT, bp.START_DATE NEW_START_DATE, bp_old.COUNTYCD OLD_COUNTYCD, bp_old.PLOT_FIADB OLD_PLOT, bp_old.END_DATE OLD_END_DATE, p.CN FROM fs_nims_rmrs.NIMS_BASE_PLOT bp JOIN fs_nims_rmrs.NIMS_BASE_PLOT bp_old on (bp.PREV_NBP_CN=bp_old.CN) JOIN fs_nims_rmrs.NIMS_PLOT_RMRS_VW p on(p.NBP_CN=bp_old.CN) WHERE p.KINDCD = 1 ORDER BY bp.STATECD, bp.COUNTYCD, bp_old.PLOT_FIADB"


FIESTA documentation built on Nov. 22, 2023, 1:07 a.m.