BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//talks.staging.osgeo.org//foss4g-2022//talk//GPPKXW
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-foss4g-2022-GPPKXW@talks.staging.osgeo.org
DTSTART;TZID=CET:20220825T100000
DTEND;TZID=CET:20220825T103000
DESCRIPTION:## Abstract\n\n[pygeofilter](https://github.com/geopython/pygeo
 filter/) is a library to support the integration of geospatial filters. It
  is split into frontend language parsers (CQL 1 + 2 text/JSON\, JFE\, FES)
  \, a common Abstract Syntax Tree (AST) representation and several backend
 s (database systems) where the parsed filters can be integrated into queri
 es.\n\n## Parsers\n\nCurrently pygeofilter supports CQL 1\, CQL 2 in both 
 text and JSON encoding\, OGC filter encoding specification (FES) and JSON 
 filter expressions (JFE) as input languages. Additionally pygeofilter prov
 ides utilities to help create parsers for new filter languages.\nThe filte
 rs are parsed to an AST representation\, which is a common denominator acr
 oss all filter capabilities including logical and arithmetic operators\, g
 eospatial comparisons\, temporal filters and property lookups. An AST can 
 also be easily created via the API\, if necessary.\n\n## Backends\n\npygeo
 filter provides several backends and helpers to roll your own. Built-in ba
 ckends are for Django\, SQLAlchemy\, raw SQL\, (Geo)Pandas dataframes\, an
 d native Python lists of dicts or objects.\n\n## Usage\n\npygeofilter is u
 sed in several applications\, such as [PyCSW](https://pycsw.org/)\, [EOxSe
 rver](https://github.com/EOxServer/eoxserver/) and [ogc-api-fast-features]
 (https://github.com/microsoft/ogc-api-fast-features/)
DTSTAMP:20260403T215402Z
LOCATION:Room Onice
SUMMARY:pygeofilter: geospatial filtering made easy - Fabian Schindler-Stra
 uss
URL:https://talks.staging.osgeo.org/foss4g-2022/talk/GPPKXW/
END:VEVENT
END:VCALENDAR
