Need help adding a CRS to a Raster #1009
-
Hello. I've got a Raster from a Matrix, which i read from a binary file. It should represent the entire Earth. It's 86400 by 43200 pixels (x and y). It is unprojected data. I just can't figure out how to get Rasters to attach a CRS to it. I know there is a crs keyword in the Raster function, but I don't really understand how to use it. I tried reading the documentation for GeoFormatTypes.jl but it's pretty sparse, and I didn't come away understanding how to use it with Rasters for the CRS. Can someone help me? Right now I have this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
maybe this: https://rafaqz.github.io/Rasters.jl/stable/tutorials/resample#A-Raster-from-scratch |
Beta Was this translation helpful? Give feedback.
maybe this: https://rafaqz.github.io/Rasters.jl/stable/tutorials/resample#A-Raster-from-scratch