Hi Experts
I have a burning problem. I want to read .mrr file from python. I normally use Jupyter Notebook. I have attached the following code which I got from precisely as a text file.
Do you know if I can use it from jupyter? I am getting error at the library references:
import clr
clr.AddReference("MapInfo.RasterEngine.Common")
clr.AddReference("MapInfo.RasterEngine.Operations")
clr.AddReference("System.Collections")
I highly appreciate your help regarding this.
Best regards
Sohel