geoCoverage: Create a geographic coverage element from a description and bounding coordinates
Description
Create a geographic coverage element from a description and bounding coordinates
Usage
geoCoverage(geoDescription, west, east, north, south)
Arguments
geoDescription
a character string containing the description of the geogragraphic covereage
west
a character string containing the western most coordinate of the coverage (ex. "-134.32")
east
a character string containing the eastern most coordinate of the coverage (ex. "-120.42")
north
a character string containing the northern most coordinate of the coverage (ex. "34.32")
south
a character string containing the southern ost coordinate of the coverage (ex. "30.14")