How to apply JMP models to a GeoTIFF using Python ?
Dear all, Here is my issue :I extracted a point cloud from some large raster datasets to find a good predictive model. Thus, I used JMP which worked really well. However, the models' equations (The best results were obtained using Boosted Tree and Boostrap Forest) are pretty complicated. Now I have to apply the equation to an entire raster (which is a GeoTIFF). I tried exporting the Python script ...