yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
137 stars 25 forks source link

Error : ERROR: conversion to pointer not defined for ArchGDAL.IRasterBand{UInt8} #389

Open Toodlepoodle opened 1 year ago

Toodlepoodle commented 1 year ago

When I try to read a .tif file using

using Rasters
using ArchGDAL
raster = Raster("Harmonized_DN_NTL_1992_calDMSP.tif")

I get the following error

 ERROR: conversion to pointer not defined for ArchGDAL.IRasterBand{UInt8}

This error started from 22/06/2023 Before that date this line of code would run smoothly . Any help or guidance would be appreciated.

rafaqz commented 1 year ago

Can you provide a link to that file so we can run your code, and also paste the complete error trace here?

rafaqz commented 1 year ago

Also your julia version, the output of ] status ArchGDAL and the same for Rasters would help.