Skip to content

Commit

Permalink
more logs to iso 19110 action
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 31, 2022
1 parent 4672f4a commit a30f9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/geoflow_action_geometa_create_iso_19110.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ geometa_create_iso_19110 <- function(entity, config, options){
}
}
if(addValues){
config$logger.info(sprintf("Listing values for feature Attribute '%s'...", featureAttrName))
featureAttrValues <- unique(featureAttrValues)
featureAttrValues <- featureAttrValues[order(featureAttrValues)]
for(featureAttrValue in featureAttrValues){
Expand All @@ -244,6 +245,8 @@ geometa_create_iso_19110 <- function(entity, config, options){
fat$listedValue <- c(fat$listedValue, val)
}
}
}else{
config$logger.warn(sprintf("Skip listing values for feature Attribute '%s'...", featureAttrName))
}

#add primitive type + data type (attribute or variable) as valueType
Expand Down

0 comments on commit a30f9cc

Please sign in to comment.