PyGEOS Tools
The pygeos-tools python package adds a variety of tools for working with pygeosx objects. These include common operations such as setting the value of geosx wrappers with python functions, parallel communication, and file IO. Examples using these tools can be found here: PYGEOSX Examples .
To get the pygeosx objects, you need to build your GEOS with pygeosx, using this command in your cmake file.
set(ENABLE_PYGEOSX ON CACHE BOOL "")
The python used to build GEOS with pygeosx will be the python to build the pygeos-tools. Once the correct python is selected, you need to run in your virtual environment.
python -m pip install ./pygeos-tools/