Skip to contents

This function determines the HydroSHEDS region based on given longitude and latitude.

Usage

determine_hydrosheeds_region(lon, lat)

Arguments

lon

Longitude coordinate.

lat

Latitude coordinate.

Value

A character string indicating the region(s) that the coordinates fall into.

Examples

region <- determine_hydrosheeds_region(lon = 10, lat = 50)