cscql2 0.0.1__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
cscql2/lib/libCQL2.so ADDED
Binary file
cscql2/lib/libDE9IM.so ADDED
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.1
2
+ Name: cscql2
3
+ Version: 0.0.1
4
+ Summary: libCQL2 (An implementation of OGC CQL2, Simple Features and DE9-IM)
5
+ Home-page: https://cartosym.org
6
+ Author: Jérôme Jacovella-St-Louis, Ecere Corporation
7
+ Author-email: jerome@ecere.com
8
+ License: BSD-3-Clause
9
+ Keywords: cql2 de9im simple-features geojson wkt wkb spatial-relations cql2-text cql2-json expressions ogc ogc-api gnosis
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Operating System :: Microsoft :: Windows
15
+ Classifier: Operating System :: POSIX :: Linux
16
+ Classifier: Operating System :: MacOS
17
+ Classifier: Programming Language :: Other
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Topic :: Software Development :: Libraries
20
+ Classifier: Topic :: Scientific/Engineering :: GIS
21
+ Classifier: Topic :: Scientific/Engineering :: Visualization
22
+ Description-Content-Type: text/markdown
23
+ Requires-Dist: ecrt >=0.0.5
24
+ Requires-Dist: cffi >=1.0.0
25
+
26
+ # (CartoSym) CQL2
27
+ A Free and Open-Source Software library implementing [OGC Common Query Language (CQL2)](https://www.opengis.net/doc/IS/cql2/1.0),
28
+ including extensions introduced in [OGC Cartographic Symbology 2.0](https://github.com/opengeospatial/cartographic-symbology).
29
+
30
+ libCartoSym's [_libCQL2_](https://github.com/ecere/libCartoSym/tree/main/CQL2) dependency provides support for
31
+ parsing and writing CQL2-Text and CQL2-JSON expressions, which themselves imply support for parsing and writing geometries defined in
32
+ [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
33
+ [_libSFGeometry_](https://github.com/ecere/libCartoSym/tree/main/SFGeometry) and [_libSFCollections_](https://github.com/ecere/libCartoSym/tree/main/SFCollections).
34
+ 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).
35
+ The [_libGeoExtents_](https://github.com/ecere/libCartoSym/tree/main/GeoExtents) library provides the foundational basic data structures for geographic points and extents.
36
+
37
+ Additional functionality includes run-time evaluation of expressions.
38
+
39
+ 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
40
+ for the C, C++ and Python programming languages, with eventual support for Java, Rust and JavaScript planned as well.
@@ -0,0 +1,9 @@
1
+ cscql2/lib/libCQL2.so,sha256=dGsSlIrsrHQEM8otZSbAA0Dq8HtZHRikGefOdaqYKnU,266160
2
+ cscql2/lib/libDE9IM.so,sha256=6LN4PzhlkFBrDK8p8NK57xOlShc-d2eUsrSOWcdwc5c,67432
3
+ cscql2/lib/libGeoExtents.so,sha256=-i4wl-8E-z_YPNQhMavo2CLSi7O6nsmb1XLqYQea9ms,67440
4
+ cscql2/lib/libSFCollections.so,sha256=WPwwQIqoiUpQHX4-qh3giJ4Is5HpxrNBuzepG8p0jPY,133144
5
+ cscql2/lib/libSFGeometry.so,sha256=1pRDy6wQIOmp2Ag4rjm_9Taxz7R9WI22Umes_0KDRJY,67528
6
+ cscql2-0.0.1.dist-info/METADATA,sha256=FuNlo1Fr7JR8aRRZ-4xlaY1RYEFbqf8g8dNLwNOEQjI,2666
7
+ cscql2-0.0.1.dist-info/WHEEL,sha256=PnVoSc667qZo0L45xBwZ_q7sb8qzh-3Pz1wQH-TQSJM,180
8
+ cscql2-0.0.1.dist-info/top_level.txt,sha256=zivpV2fvrl0oVA3pftVyVWG7RACEK64OQEKyzy6h6KI,7
9
+ cscql2-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,7 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.42.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-manylinux1_aarch64
5
+ Tag: py3-none-manylinux_2_17_aarch64
6
+ Tag: py3-none-manylinux2014_aarch64
7
+
@@ -0,0 +1 @@
1
+ cscql2