-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,7 @@ Title: Design Shaded Contour Lines (or Tanaka) Maps | |
Version: 0.1.0 | ||
Authors@R: person("Timothée", "Giraud", email = "[email protected]", | ||
role = c("cre","aut")) | ||
Description: The Tanaka method enhances the representation of topography on a | ||
map using shaded contour lines. In this simplified implementation | ||
of the method, north-west white contours represent illuminated | ||
topography and south-east black contours represent shaded topography. | ||
Description: The Tanaka method enhances the representation of topography on a map using shaded contour lines. In this simplified implementation of the method, north-west white contours represent illuminated topography and south-east black contours represent shaded topography. | ||
License: GPL-3 | ||
Imports: | ||
raster, | ||
|