ProcessTranche: ProcessTranche

Description Usage Arguments Value Examples

View source: R/sfUtils.R

Description

Combines a list of polygon data sets into a single Tranche output. It 1. Looks for intersecting polygons 2. Creates a crosswalk list for later use (possibly) 3. For each intersection, determine if they are within date range 4. Appends all information from lower rank data to a blob in high rank data 5. Write out to a constant format for later processing

Usage

1
ProcessTranche(inputs, tranche)

Arguments

inputs

A list of input SPDFs, already prepared by InputTranche(). Earliest listed datasets take precedence

tranche

numeric The tranche number

Value

SPDF The Tranche polygons of the specified tranche number

Examples

1
ProcessTranche(list(VIIRSi, HMS), 3)

raffscallion/RSF3 documentation built on May 26, 2019, 9:51 p.m.