Thursday, 5 March 2015

python - Smallest GIS library for embedded devices?


I need to use very simple geometry operations (read SHP or other standard format and simple searches) within an embedded device running a simple linux based os.


What is the smallest and simplest API I could use?


It could be written in C/C++ or Python in order to allow the integration with my system.


Thanks,



Samuel




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...