Commit Graph

122 Commits

Author SHA1 Message Date
Jorge Samuel Mendes de Jesus 7127ff73bc Update .travis.yml
Fixes #61
2018-07-29 13:36:21 +02:00
Tom Kralidis 53821c34cc Merge pull request #59 from alexandreleroux/patch-1
minor typos
2018-07-27 03:00:14 -04:00
Alexandre Leroux a4ab8d6d2e minor typos 2018-07-26 19:01:55 -04:00
Tom Kralidis 081d7ed1c8 add support for CSV output (#52) 2018-07-04 06:29:05 -04:00
Jorge Samuel Mendes de Jesus c1e9943c48 Docker composition (ES docker + pygeoapi docker) (#31)
* 	new file:   docker/Dockerfile
Dockerfile for pygeoapi

* Using 0.0.0.0 in pygeoapi-config otherwise no docker for flask

* ES and pygeoapi docker

* Final file structure

* generic port 5000 and localhost

* sqlit3 suport in alpine and fixes on sqlite provider

* B4 sync with upstream

* Working composition problems with ES features

* Cosmetic changes update to README.md

* using load_es_data.py from github local openapi.yml

* added docker pull only of pygeoapi

* b4 rebase

* Using 0.0.0.0 in pygeoapi-config otherwise no docker for flask

* ES and pygeoapi docker

* Final file structure

* generic port 5000 and localhost

* sqlit3 suport in alpine and fixes on sqlite provider

* B4 sync with upstream

* Cosmetic changes update to README.md

* using load_es_data.py from github local openapi.yml

* added docker pull only of pygeoapi

* b4 rebase

* updates and sync

* missing proper local.config.yml

* wait-for pygeoapi

* sync with master config

* 	deleted:    docker/ES/wait-for-it.sh
	new file:   docker/pygeoapi/docker-entrypoint.sh
	new file:   docker/pygeoapi/run_pygeoapi.sh
	openapi.yml
	pygeoapi/provider/__sqlite.py

Missing sh files

* missing set +e

* wait for ES to be yellow or green

* More detailed Readme

* 	new file:   .gitignore

* simple image docker

* missing docker run

* 	new file:   Dockerfile
	new file:   docker.config.yml
	new file:   run_pygeoapi.sh
Simple image

* typos on README
2018-07-03 14:52:17 -04:00
Jorge Samuel Mendes de Jesus b869921bf4 Update load_es_data
ES default timeout is to low (30s), needs to be increased (90s) for docker composition
2018-05-27 14:16:00 +02:00
Tom Kralidis f170d6aad9 fix flake8 2018-05-24 21:38:03 +00:00
Tom Kralidis 370831e5f9 Elasticsearch: fail gracefully on connection and index 404 errors (#46) (#47) 2018-05-24 17:17:16 -04:00
Jorge Samuel Mendes de Jesus 893795c26d fix SQLite provider feature responses - Issue 41 (#45) 2018-05-21 09:34:13 -04:00
Tom Kralidis 0dfb9adc4b fix CSV driver refs and config 2018-05-20 20:18:17 -04:00
Tom Kralidis de2c530770 fix CSV provider geometry types (#40) (#44) 2018-05-19 16:59:32 -04:00
Jorge Samuel Mendes de Jesus 06c342f47f Update spatiallite provider library extension
spatialite provider was missing .so extension causing problem in alpine
2018-05-12 13:51:45 +02:00
Tom Kralidis 7c9ca4cdfa update release version 2018-05-09 17:40:18 +00:00
Tom Kralidis cd1ea9d5b3 move elasticsearch to dev requirements and only keep core requirements 2018-05-09 17:37:45 +00:00
Tom Kralidis 552f3baa51 update release version 2018-05-04 12:21:16 +00:00
Tom Kralidis 497b9500d0 update items map 2018-05-04 12:21:03 +00:00
Tom Kralidis b822f8137b remove shapely dependency and cast CSV geometries as common use case of x/y columns 2018-05-03 19:23:40 -04:00
Tom Kralidis 67025c249d refactor flask_cors as optional 2018-05-03 19:57:37 +00:00
Tom Kralidis 6d4a58b454 add support for hreflang in links 2018-05-03 19:56:31 +00:00
Tom Kralidis 8780e9c544 back to dev 2018-05-03 00:58:40 +00:00
Tom Kralidis e0b77770a9 update release version 2018-05-03 00:57:12 +00:00
Tom Kralidis 515da29a41 add support for custom templates definition 2018-05-03 00:55:02 +00:00
Tom Kralidis d7f633161c fix property handling 2018-05-02 00:53:49 +00:00
Tom Kralidis 6be68d5204 make links fully qualified, add paging to HTML items responses 2018-04-30 17:43:42 +00:00
Tom Kralidis 7c02f19b54 fix numberReturned response property 2018-04-30 01:55:56 +00:00
Tom Kralidis 0fe664bd78 fix property queries 2018-04-30 00:54:52 +00: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 f0ef4940a9 clean up requirements.txt 2018-04-29 07:21:14 -04:00
Jorge Samuel Mendes de Jesus 1cfd97dd2f Remove GeoJSON dependency from sqlite module (#36) 2018-04-29 07:20:01 -04:00
Jorge Samuel Mendes de Jesus f019c428fa Merge pull request #34 from geopython/properties
add properties support
2018-04-26 12:07:53 +02: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 af5aa82e26 add properties support 2018-04-23 01:54:28 +00:00
Tom Kralidis ccaca0b40b add debian packaging 2018-04-18 10:49:09 +00:00
Tom Kralidis ed5b195883 add HTML template for single feature 2018-04-16 22:00:00 -04: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
Tom Kralidis e171ca27b2 catch extension not found for SQLite 2018-04-16 16:19:02 +00:00
Jorge Samuel Mendes de Jesus e0c49408b8 Merge pull request #29 from geopython/sqlite-27
[WIP] catch SQLite extension errors in Python 2.7
2018-04-14 15:02:34 +02:00
Tom Kralidis 810c0291b2 catch SQLite extension errors in Python 2.7 2018-04-11 19:03:37 +00: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 31d7bf13f6 fix flake8 2018-04-11 17:41:20 +00:00
Tom Kralidis 625121fd48 fix GeoJSON tests 2018-04-11 17:01:43 +00:00
Tom Kralidis a0b123e960 fix ref 2018-04-11 15:52:31 +00:00
Tom Kralidis f321162a08 fix ref 2018-04-11 15:41:11 +00:00
Tom Kralidis 39b74fe05d Merge pull request #25 from geopython/contrib-plugin
support external plugins
2018-04-11 05:37:58 -04:00
Jorge Samuel Mendes de Jesus b1869bcd63 Merge pull request #24 from geopython/load_es_data
add loader for ES test data
2018-04-11 08:35:22 +02:00