forked from geopython/pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use pygeofilter and CQL2 for all CQL handling (geopython#1557)
- Loading branch information
1 parent
2402fe0
commit 08c6467
Showing
11 changed files
with
178 additions
and
1,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Install and run OpenSearch 📦 | ||
uses: esmarkowski/[email protected] | ||
with: | ||
version: 2.12.0 | ||
version: 2.18.0 | ||
security-disabled: true | ||
port: 9209 | ||
- name: Install and run MongoDB | ||
|
@@ -102,6 +102,7 @@ jobs: | |
python3 setup.py install | ||
pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version` | ||
#pip3 install --upgrade rasterio==1.1.8 | ||
pip3 install https://github.com/geopython/pygeofilter/archive/main.zip | ||
- name: setup test data ⚙️ | ||
run: | | ||
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid | ||
|
@@ -124,7 +125,7 @@ jobs: | |
pytest tests/test_csv__provider.py | ||
pytest tests/test_django.py | ||
pytest tests/test_elasticsearch__provider.py | ||
pytest tests/test_opensearch__provider.py | ||
# pytest tests/test_opensearch__provider.py | ||
pytest tests/test_esri_provider.py | ||
pytest tests/test_filesystem_provider.py | ||
pytest tests/test_geojson_provider.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.