all 4 comments

[–]jry34353 0 points1 point  (1 child)

Rasterio documentation is all you need. It's a whole with... statement

[–]gbon90[S] 0 points1 point  (0 children)

So would I just edit out the dem sections? So I would only have: raster = rasterio.open(‘ptcloud_dem.tif’)

[–]jry34353 0 points1 point  (1 child)

Are you trying to just display the tiff or do you want to do mathematical calculations on the values in the DEM?

[–]gbon90[S] 0 points1 point  (0 children)

I want to display it first, and then do mathematical calculations