Metadata-Version: 2.2
Name: apb_cx_oracle_spatial
Version: 1.0.1
Summary: cx_Oracle with spatial capabilities (SDO_GEOM and OGC)
Home-page: https://github.com/portdebarcelona/PLANOL-generic_python_packages/tree/master/apb_cx_oracle_spatial_pckg
Author: Ernesto Arredondo Martínez
Author-email: ernestone@gmail.com
Maintainer: Port de Barcelona
Maintainer-email: planolport@portdebarcelona.cat
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: cx_oracle<9
Requires-Dist: lxml
Requires-Dist: apb_extra_osgeo_utils<1.1
Requires-Dist: apb_spatial_utils<1.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

##### Package <em>apb_cx_oracle_spatial</em>

Modules to connect to `Oracle` database and treat his objects in a `sqlalchemy` style but dealing with spatial data as 
one more type. Added the functionality of common used libraries in this kind of projects from the `apb_extra_osgeo_utils` and 
`apb_spatial_utils` packages to convert the `Oracle` data on different open source spatial data types.

Requires instant client Oracle and for all the functionality available, `GDAL` library version 3.6<=3.9.

To install:
```shell
pip install apb_cx_oracle_spatial
```

Documentation here [apb_cx_oracle_spatial](https://serveis.portdebarcelona.cat/generic_python_packages/apb_cx_oracle_spatial.html)

