rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
197 stars 34 forks source link

check crs (and sampling) in cellsize and reproject #665

Closed tiemvanderdeure closed 1 month ago

tiemvanderdeure commented 1 month ago

Adds checks to reproject and cellsize, so both error if an object without a CRS is passed, and cellsize additionally errors if an object with Points sampling is passed.

tiemvanderdeure commented 1 month ago

Very annoying that WorldClim makes tests fail here as well...

rafaqz commented 1 month ago

Ah right. The docs is ok but we shouldn't have them in gdal tests

rafaqz commented 1 month ago

Its fixed on main, can you rebase and push?