ozak / georasters

GeoRasters is a Python module that provides a fast and flexible tool to work with GIS raster files.
GNU General Public License v3.0
198 stars 36 forks source link

Find value with map_pixel #38

Closed KillianPremel closed 5 years ago

KillianPremel commented 5 years ago

Hello everyone,

I am quite new with georasters and I try to use it with ArcGIS to find the values of shading at specific cells.

The issue is that when I use map_pixel(x,y) I got a vector even if x,y are specific coordinates. So I don't understand how map_pixel and what should be put for x and y.

The raster file is a raster created from a LAS file, with pipeline found at pdal.io.

Regards

ozak commented 5 years ago

Were you able to resolve this? Does it work in ArcGIS? By any chance was this a multi band raster?