tawoodard / test101

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Create a separate smaller COM object #8

Open tawoodard opened 4 months ago

tawoodard commented 4 months ago

a COM object with a small footprint that could allow users to run Idrisi modules without loading the whole TerrSet interface would be very useful for people being able to incorporate our modules into Python or R code.

tawoodard commented 4 months ago

Or.... Could create a new unit with functions to replace the API functions, so that they could call the functions without having to call the COM object. (Probably only need the COM object for display & progress reports. Could do the rest as functions.)