whitelez Posted October 7, 2015 Report Share Posted October 7, 2015 Hi, I am now trying to build a python based image processing simple application. However I found out that the perfect match library rsgislib is compatible in Unix like environment. I don't know how to use it like normal libraries in Windows environment. Is there any substitute library for rsgislib, or is there a way so that I could let it compatible with windows environment? rsgislib:http://www.rsgislib.org/ Sincerely, Quote Link to comment Share on other sites More sharing options...
rahmansunbeam Posted October 7, 2015 Report Share Posted October 7, 2015 RSGISLIB uses GDAL/OGR's C library with Python binding, it's not Python based. Almost all of today's geoprocessing and remote sensing applications use GDAL and OGR. In Windows you can either install GDAL and OGR utilities inside python, or use it in CLI. You can even try Orfeo-toolbox. Windows has a wonderful tool called OSGeo4W which can guide you to install many OSGeo utilities along with their dependencies. Also answered here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.