Commit Graph

24 Commits

Author SHA1 Message Date
Jeff McKenna 7d66dbdbe3 change irc notifications to #pygeoapi-activity channel (#357) 2020-02-01 11:11:47 -05:00
Jeff McKenna 595b926db6 enable travis.ci IRC notifications (#353) 2020-01-30 15:03:27 -05:00
Tom Kralidis 56500e6155 [Elasticsearch] update to support for ES 7 (#336) 2020-01-12 21:07:21 -05:00
timtuun 0fc8d9502a Initial version of mongo provider (#321) 2020-01-07 07:24:45 -05:00
Tom Kralidis ac73e95398 abstract ES test loader to accept id field as argument (#324) 2019-12-23 12:33:31 -05:00
Tom Kralidis 20050a14d2 remove pandoc support (PyPI now supports Markdown) (#230) 2019-09-08 09:04:24 -04:00
Jorge Samuel Mendes de Jesus da267e9ed3 Issue 43 (#207)
* squach contents new branch

* source code explanations

* flake8

* change in requirements

* 	modified:   docs/source/code.rst
	modified:   docs/source/plugins.rst

* 	modified:   docs/source/code.rst
	modified:   pygeoapi/formatter/csv_.py
	modified:   pygeoapi/provider/geojson.py

* changes requred in review code

* 	modified:   .travis.yml
missing "

* change file to use requirements-dev.txt
	modified:   readthedocs.yml

* flask_cors removal from requirements.txt

* text changes
2019-08-14 15:14:13 -04:00
Tom Kralidis e5639b31c2 split out provider requirements (#153) 2019-05-30 16:17:31 +02:00
Just van den Broecke 4e5233f39d Introduce OGRProvider: WFS backend support (#119)
* #89 fix check_format function

* #89 fix check_format function - fix default return

* geopython/pygeoapi#58 first version OGRProvider with working WFS tests/config

* geopython/pygeoapi#58 second version, ogr2ogr-like reprojection support - more to follow

* geopython/pygeoapi#58 3rd version, support Sourcetypes SHP and GPKG with tests+travis stuff

* geopython/pygeoapi#58 fixed geopython/pygeoapi#95 for OGR Provider and its tests

* geopython/pygeoapi#58 use more performant backend-WFS in pygeoapi-config.yml

* #58 4th version: WFS backend ok, including OGR Python paging gotchas fixed ready for PR

* #58 fix Travis build for GDAL Python bindings

* #58 fix Travis build: Unit tests failed: missing Shapefile .zip now added

* #58 #119 rework from PR comments: config, tests, quotes
2019-05-15 12:57:12 -04:00
Tom Kralidis badb5acefa add 3.6/3.7, remove 3.5 from Travis (#86) 2019-03-19 06:05:08 -04:00
Jorge Samuel Mendes de Jesus c621b21391 Postgis provider support (#72)
* 	new file:   docker/Dockerfile
Dockerfile for pygeoapi

* testing postgis on travis

* testing 9.6

* install postgis as package

* create database

* postgis dataset - travis

* missing path

* 	modified:   tests/data/hotosm_bdi_waterways.sql.gz

Change in name of dataset

* postgresql code

* 	modified:   pygeoapi/provider/postgresql.py
update with origin

* Postgresql working provider, typo in geopackage

* update to travis. Change on gpkg

* missing dep (psycopg2)

* pytest

* problem with operator in travis

* ProviderConnectionError implementation

* postgresql with schema support

* Changes requested by @tomkralidis

* missing pygeoapi-config.yml

* delete openapi.yml

deleted openapi.yml
2018-11-16 11:53:31 -05:00
Tom Kralidis 00f8fb6ceb update subcommand names for click 7.0 changes 2018-10-02 16:07:29 +00:00
Jorge Samuel Mendes de Jesus 7127ff73bc Update .travis.yml
Fixes #61
2018-07-29 13:36:21 +02:00
Tom Kralidis 9e2b5d20b0 add tests for ES backend (#38) 2018-04-29 09:15:34 -04:00
Tom Kralidis 325cd05e1b fix travis and ES (#37) 2018-04-29 08:20:59 -04:00
Tom Kralidis 911829e348 fix 2018-04-25 02:18:10 +00:00
Tom Kralidis 4bb3ff9453 fix 2018-04-25 02:15:13 +00:00
Tom Kralidis 51b55c3446 fix 2018-04-25 02:08:39 +00:00
Tom Kralidis 97de3c9a24 test 2018-04-25 01:50:44 +00:00
Tom Kralidis c172799180 start elasticsearch 2018-04-25 01:49:01 +00:00
Tom Kralidis ccaca0b40b add debian packaging 2018-04-18 10:49:09 +00:00
Tom Kralidis c61c8d6cda remove 2.7 testing on Travis (#32)
* remove 2.7 testing on Travis

* test unpegging requirements
2018-04-16 13:17:36 -04:00
Angelos Tzotsos 2bc6b51380 [WIP] Trying to fix Travis builds with Xenial (#28)
* fix travis errors

* Xenial supports Python 3.5
2018-04-11 14:32:47 -04:00
Tom Kralidis 832402471b add travis setup (#20) 2018-04-02 18:18:37 -04:00