Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Toodlepoodle opened this issue Jun 23, 2023 · 2 comments

Comments

@Toodlepoodle
Copy link

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
Copy link
Collaborator

rafaqz commented Jun 23, 2023

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

@rafaqz
Copy link
Collaborator

rafaqz commented Jun 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants