Metadata-Version: 2.1
Name: cscql2
Version: 0.0.1
Summary: libCQL2 (An implementation of OGC CQL2, Simple Features and DE9-IM)
Home-page: https://cartosym.org
Author: Jérôme Jacovella-St-Louis, Ecere Corporation
Author-email: jerome@ecere.com
License: BSD-3-Clause
Keywords: cql2 de9im simple-features geojson wkt wkb spatial-relations cql2-text cql2-json expressions ogc ogc-api gnosis
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Other
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
Requires-Dist: ecrt >=0.0.5
Requires-Dist: cffi >=1.0.0

# (CartoSym) CQL2
A Free and Open-Source Software library implementing [OGC Common Query Language (CQL2)](https://www.opengis.net/doc/IS/cql2/1.0),
including extensions introduced in [OGC Cartographic Symbology 2.0](https://github.com/opengeospatial/cartographic-symbology).

libCartoSym's [_libCQL2_](https://github.com/ecere/libCartoSym/tree/main/CQL2) dependency provides support for
parsing and writing CQL2-Text and CQL2-JSON expressions, which themselves imply support for parsing and writing geometries defined in
[Well-Known Text (WKT)](http://portal.opengeospatial.org/files/?artifact_id=25355) and [GeoJSON](https://tools.ietf.org/rfc/rfc7946.txt) which is provided by
[_libSFGeometry_](https://github.com/ecere/libCartoSym/tree/main/SFGeometry) and [_libSFCollections_](https://github.com/ecere/libCartoSym/tree/main/SFCollections).
The ability to perform spatial relation queries based on the [Dimensionally Extended-9 Intersection Model](https://en.wikipedia.org/wiki/DE-9IM) is provided by [_libDE9IM_](https://github.com/ecere/libCartoSym/tree/main/DE9IM).
The [_libGeoExtents_](https://github.com/ecere/libCartoSym/tree/main/GeoExtents) library provides the foundational basic data structures for geographic points and extents.

Additional functionality includes run-time evaluation of expressions.

Object-oriented bindings for _libCQL2_ automatically generated using Ecere's [binding generating tool (bgen)](https://github.com/ecere/bgen) from the eC library will be available
for the C, C++ and Python programming languages, with eventual support for Java, Rust and JavaScript planned as well.
