Did you know ... | Search Documentation: |
Pack prolog_geo -- README.md |
apt install libgeos-dev
apt install libproj-dev
Install this library:
swipl -g 'pack_install(prolog_geo)' -t halt
Once installed, modules from this library are loaded as follows:
?- [library(geo)].
Predicates defined in the loaded modules can now be used:
?- geo_property(Property). Property = geos_version('3.8.1-CAPI-1.13.3').