Videos
Hello, I was hoping to ask this community for some help with some confusion I am having with my layers not matching up in QGIS, and specifically where I am going wrong with my understanding of coordinate reference systems, geographical reference systems, and projected coordinate systems. I was hesitant to post this, since of course there is so much content online that explains this, but I still am unfortunately struggling to understand why I am not able to apply these concepts. I will watch so many tutorial videos that start with the idea of "picture the earth like a sphere, such as an orange peel, you can't just lay the whole thing out flat!", and then just totally get lost afterwards. This confusion popped up again as I am trying to create buffers around centroids, and perform zonal statistics with an underlying raster layer, and the points are just not overlapping with the raster layer, and so I was hoping to ask for some help here so that I might be able to understand these concepts from an applied perspective.
So I have these layers, showing a polygons layer overlapped onto a clipped raster layer.
Looks good to me, though the problem is when I want to make my buffers. I find the centroids of these polygons, and try to draw buffers around each of them, only to find that the Distance is in degrees, when I want meters. From my understanding, to be able to switch the unit of measurement here from degrees to meters, I would need to "project" the polygons layer. Though I am confused since it appears that my layers already are projected, I think.
For reference, the CRS of my raster layer is:
EPSG:32618 - WGS 84 / UTM zone 18N - Projected
and the CRS of my polygons layers is:
Unknown CRS: GEOGCRS["WGS84(DD)",DATUM["WGS84",ELLIPSOID["WGS84",6378137,298.257223563,LENGTHUNIT["metre",1,ID["EPSG",9001]]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],CS[ellipsoidal,2],AXIS["geodetic longitude",east,ORDER[1],ANGLEUNIT["degree",0.0174532925199433]],AXIS["geodetic latitude",north,ORDER[2],ANGLEUNIT["degree",0.0174532925199433]]] - Projected
I tried changing my polygons layer to the same CRS as my raster layer, but then the polygons layer disappeared from being directly overlapped with the raster layer! That is what I don't understand. My raster layer and my polygons layer are now within the same CRS, yet do not overlap on my map. Degrees was changed to meters as the "Unit" for my polygons layer, so at least that is some progress, but I cannot figure out why my polygons and raster layer do not overlap.
Could someone please help me understand where I might be going wrong here? Is this perhaps some issue with my understanding of the difference between geographical and projected coordinate reference systems that I might be totally missing here?
Thanks!