Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UMR-ASTRE
mapMCDA
Commits
5b5d1d1b
Commit
5b5d1d1b
authored
Apr 24, 2020
by
Facundo Muñoz
®️
Browse files
Accept grd/gri files as a valid raster format.
parent
984acd14
Pipeline
#11570
passed with stages
in 33 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
5b5d1d1b
Package: mapMCDA
Title: Produce an epidemiological risk map by weighting multiple risk
factors
Version: 0.4.4
2
Version: 0.4.4
3
Date: 2020-04-24
Authors@R: c( person("Andrea", "Apolloni", email =
"andrea.apolloni@cirad.fr", role = c("ctb"), comment = "Animal
...
...
R/layer_type.R
View file @
5b5d1d1b
...
...
@@ -13,7 +13,7 @@ layer_type <- function(x) {
known_extensions
<-
list
(
vector
=
c
(
"\\.gpkg$"
,
"\\.shp$"
),
raster
=
c
(
"\\.tif$"
,
"\\.tiff$"
),
raster
=
c
(
"\\.tif$"
,
"\\.tiff$"
,
"\\.grd$"
,
"\\.gri"
),
network
=
c
(
"\\.csv$"
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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