.. role:: hidden :class: hidden-section .. currentmodule:: geodesic.cql geodesic.cql ===================== This module is used to filter results from Datasets based on their properties. CQL2 is an OGC standard that geodesic has adopted as a uniform filtering language. Full details can be found `here `_. .. contents:: geodesic.cql :depth: 2 :local: :backlinks: top Data Structures --------------- This is the class that is used to represent and work with CQL2 Filters. It has static methods to aid in building rich filters. .. currentmodule:: geodesic.cql .. autosummary:: :toctree: generated :nosignatures: :template: classtemplate.rst CQLFilter