We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Can you provide a link to that file so we can run your code, and also paste the complete error trace here?
Sorry, something went wrong.
Also your julia version, the output of ] status ArchGDAL and the same for Rasters would help.
] status ArchGDAL
No branches or pull requests
When I try to read a .tif file using
I get the following error
This error started from 22/06/2023
Before that date this line of code would run smoothly .
Any help or guidance would be appreciated.
The text was updated successfully, but these errors were encountered: