Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
ncdf4Utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
R
ncdf4Utils
Commits
77ec7453
Commit
77ec7453
authored
Apr 11, 2018
by
Burkhardt Rockel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v2.1.4
correct error in plotmap.R in case option levs are given but cols not
parent
c5ab1883
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
4 deletions
+50
-4
ChangeLog
ChangeLog
+45
-0
DESCRIPTION
DESCRIPTION
+4
-4
R/plotmap.R
R/plotmap.R
+1
-0
No files found.
ChangeLog
View file @
77ec7453
ncdf4Utils version 2.1.4
-------------------------
correct error in plotmap.R in case option levs are given but cols not
ncdf4Utils version 2.1.3
-------------------------
correct bug in plotting flag_values and flag_meanings
affected modules:
plotmap.R
plot_colourbar.R
ncdf4Utils version 2.1.2
-------------------------
correct bug for plotting wrong right triangle color in the color bar plot_colourbar.R
ncdf4Utils version 2.1.1
-------------------------
v2.1.1 2018/01/15
Correct the DESCRIPTION file
ncdf4Utils version 2.1
-------------------------
Removed: plotmap.old.R
Replaced: ncdf_times.R by nccf_times.R
In colfun.R
Fixed errors in get.ethz.palette and get.ncar.palette
In plot_colourbar.R
new options border, triangle_ends. Option sea.lab now given through plotmap options to be constistent with sea.col
In plotmap.R
new options sea.lab and lakes, changed option name scale_factor to scale.factor
In polymask.R
added support for multiple polygons
In windvec.R
added new option legend.scale
ncdf4Utils version 2.0
-------------------------
...
...
DESCRIPTION
View file @
77ec7453
Package: ncdf4Utils
Version: 2.1
Date: 2018-0
1-16
Version: 2.1
.4
Date: 2018-0
4-12
Title: Provides plot functions to use with NetCDF data
Authors@R: c(
person("Burkhardt", "Rockel", "email=burkhardt.rockel@hzg.de", role = c("aut", "cre")),
...
...
@@ -9,11 +9,11 @@ Author: Burkhardt Rockel [aut,cre],
Jonas Bhend [aut],
Ronny Petrik [aut]
Maintainer: Burkhardt Rockel <burkhardt.rockel@hzg.de>
Depends: R (>=
1.8.0
), ncdf4, maps, mapdata, sp, akima
Depends: R (>=
3.4.4
), ncdf4, maps, mapdata, sp, akima
Suggests: PCICT
Description: This package contains numerous functions to plot
spatial data on rotated and other grids following the CF conventions.
License: GPL
LazyLoad: yes
LazyData: true
Packaged: 2018-0
1-16 16:09:23
UTC; rockel
Packaged: 2018-0
4-12 09:00:00
UTC; rockel
R/plotmap.R
View file @
77ec7453
...
...
@@ -226,6 +226,7 @@ function(file, sponge=8,
ncols
<-
length
(
levs
)
-1
if
(
is.null
(
col
)){
if
(
colourplot
){
if
(
is.na
(
oro.name
))
oro.name
<-
'NONE'
if
(
varname
==
oro.name
){
colours
<-
.colseq
(
length
(
levs
)
-1
,
.hsurf
,
smooth
=
0
)
sea.col
<-
.water
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment