Skip to content

Commit

Permalink
adjusting projection details
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/atmoschem/eixport

# Conflicts:
#	R/wrf_raster.R
  • Loading branch information
schuch666 committed Apr 12, 2022
2 parents ab145e5 + 2e41784 commit e8e422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wrf_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ wrf_raster <- function(file = file.choose(),
" +x_0=0 +y_0=0 +a=6370000 +b=6370000 +units=m +no_defs")
} else if(map_proj == 2){ # nocov
if(cen_lat > 0){ # nocov
hemis = 90 # nocov
hemis = 90 # nocov
}else{ # nocov
hemis = -90 # nocov
}
Expand Down

0 comments on commit e8e422b

Please sign in to comment.