List of Contributions

Tom Avakian

Contact Details

My Content

1 to 3 of 3 total
Posted By Tom Avakian 03-04-2024 14:46
Found In Egroup: MapInfo Pro
\ view thread
Ok, I was able to change the projection, but now I'm getting an issue where I try to write the file to a .bil file instead of an MRR file. This is the code I changed: interpolationOptions.OutputDetails.DriverId = DriverIDExtensions.GetString(DriverID.MRR) to interpolationOptions.OutputDetails.DriverId ...
Posted By Tom Avakian 03-04-2024 11:27
Found In Egroup: MapInfo Pro
\ view thread
I was finally able to find the .NET help file and have the code below. I can get the file to convert the centroids to a raster using the Stamp tool, but not the problem I'm having is that it won't convert the Raster to the new coordinate system. The line of code that should change the projection is ...
Posted By Tom Avakian 02-29-2024 12:25
Found In Egroup: MapInfo Pro
\ view thread
Is there documentation on how to use the Create Raster Stamp tool in Python? I have several location centroid point files that need to be converted to a raster and want to automate the process through a python tool, but I'm struggling to find any documentation on the Create Raster tool. Thanks! ...