callGetFeaturesWithFilters: Calls getFeatures on the given type with the given filters,...

View source: R/ows4r_utils.R

callGetFeaturesWithFiltersR Documentation

Calls getFeatures on the given type with the given filters, where they are not NULL.

Description

Calls getFeatures on the given type with the given filters, where they are not NULL.

Usage

callGetFeaturesWithFilters(feature_type, cql_filter, ...)

Arguments

feature_type

Object of WFSFeatureType.

cql_filter

A character string that reflects cql filter e.g. "time_start AFTER 2020-00-00T00:00:00Z AND country IN ('Nigeria')"

Value

The features returned from the getFeatures called on the feature_type with the filter where not NULL.


malaria-atlas-project/malariaAtlas documentation built on Nov. 5, 2023, 2:03 p.m.