I am using QGIS 2.8.2. My project includes a raster layer of flow depth representing the output from a flood simulation (.DAT file). It also includes a vector layer of points representing the centroids of buildings within the inundated area. I am simply trying to query the raster pixel values (flow depth) at the building centroid locations using Point Sampling Tool, but am receiving NULL values for every entry.
I cannot attach the project files, as it is private data, but a screengrab is here:
If that does not display then the image link is here:https://www.dropbox.com/s/mp1fk4jt6cr7z3j/Sampling Tool Screen Grab.PNG?dl=0
If the CRS is the same for the sampling point layer and raster layer, and the layers are shown to overlap, why is the point sampling tool returning NULL values for every point?
أكثر...
I cannot attach the project files, as it is private data, but a screengrab is here:
If that does not display then the image link is here:https://www.dropbox.com/s/mp1fk4jt6cr7z3j/Sampling Tool Screen Grab.PNG?dl=0
- The CRS is the same for both the raster layer and point layer (EPSG:2452. This is also set as the CRS for the project, seen bottom-right of the raster layer). The CRSs were set and checked using the "Coordinate Reference System Selector" form accessed by right-clicking the layers and selecting "Set Layer CRS".
- The two layers definitely overlap (see screengrab, the black points show the building centroids).
- The raster layer is correctly selected using the point selection tool form (see screen grab. There is only one raster layer and one point layer, so no possibility of error).
- The raster .DAT file imports fine (using Layer -> Add Layer -> Add Raster Layer), and visualizes correctly (pixel values are correct, band rendering displays the pixel values correctly-see screengrab-, the properties histogram for the layer shows the correct distribution of pixel values).
- The output layer from the Point Sampling Tool has the correct number of entries (19,814) so the layer containing the sampling points (building centroids) appears to be correctly used.
If the CRS is the same for the sampling point layer and raster layer, and the layers are shown to overlap, why is the point sampling tool returning NULL values for every point?
أكثر...