<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello everyone<div class="">I have a flipped RasterBrick without crs assigned (crs = NA):</div><div class="">plot(a[[100]]</div><div class=""><img apple-inline="yes" id="D81E60BC-F239-4012-BC54-8D6FE32FA074" src="cid:6779E725-735B-4AD3-B80F-4EBDC3619C94" class=""></div><div class="">I would like to fill the map and assign the correct coordinate systems, that it has been said to me to be specifically:</div><div class=""><br class=""></div><div class="">"+init=EPSG:3034 +proj=lcc +lat_1=35 +lat_2=65 +lat_0=50 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs”</div><div class=""><br class=""></div><div class="">I try to solve with the next commands for the raster library:</div><div class=""><br class=""></div><div class="">In a first step I have flipped the map, and it has been right with:</div><div class=""><br class=""></div><div class="">a <- t(flip(a, direction='y' ))</div><div class=""><br class=""></div><div class="">But I have problems with the assignments of the suitable crs.</div><div class=""><br class=""></div><div class="">crs(a) <- "+init=EPSG:3034 +proj=lcc +lat_1=35 +lat_2=65 +lat_0=50 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs”</div><div class=""><br class=""></div><div class="">Because although the map assigns crs = “+init = EPSG:3034”, the map doesn’t seem georreferenced, because the starting point of the map is (0,0). My final objective is  to transform the crs to "+proj=longlat +datum=WGS84”</div><div class=""><br class=""></div><div class="">A <- projectRaster(a, crs = "+proj=longlat +datum=WGS84")</div><div class=""><img apple-inline="yes" id="F12669EC-B3AA-434A-B2C3-C8EAA86A7FA3" class="" src="cid:361FA390-927A-42D2-8FA8-2826A07D5F65"></div><div class="">I will be grateful some kind of help. Do I need more additional information? Any step is wrong?</div><div class="">Thank you so much</div><div class="">Jesús Rojo</div></body></html>