Juan S. Acero Triana

Results 9 comments of Juan S. Acero Triana

@rhijmans, these are the GDAL/PROJ versions: on Centos ``` > rgdal::getGDALVersionInfo() [1] "GDAL 2.3.2, released 2018/09/21" > rgdal::getPROJ4VersionInfo() [1] "Rel. 4.8.0, 6 March 2012, [PJ_VERSION: 480]" attr(,"short") [1] 480 ```...

It failed too. Here are the versions: ``` > terra::gdal(lib="") gdal proj geos "2.3.2" "4.8.0" "3.5.0" > packageVersion("raster") [1] ‘3.6.3’ > packageVersion("terra") [1] ‘1.6.21’ ``` Here is the traceback: ```...

@rhijmans, I already emailed the administrator to see if GDAL/PROJ can be updated. If not, do you know if it is possible to install GDAL/PROJ in my home directory and...

Here the results: ``` > proj4string(DEM) [1] NA > proj4string(DEM) proj4string(DEM) [1] "+proj=utm +zone=11 +datum=NAD83 +ellps=GRS80 +towgs84=0,0,0" ``` Which raster version should I install and how? Thanks!

@Darthagnon I tried your active fork ([production](https://github.com/Darthagnon/hugo-easy-gallery/tree/production)) on the [hugo-fresh theme](https://github.com/StefMa/hugo-fresh) following the instructions for manual installation and theme integration, but I am still facing the same issue (See screenshot...

@han16nah did you were able to fix it? I am facing the same issue with squared images (600 px x 600 px). Any help is welcome. Thanks!

@han16nah This may be helpful: - [hugo-easy-gallery issue #82](https://github.com/liwenyip/hugo-easy-gallery/issues/82#issue-1516019213) - [hugo-fresh issue #170](https://github.com/StefMa/hugo-fresh/issues/170#issue-1651137661) Cheers!

You can define your target variable (y) and predictors (x) separately. ``` dat