Commit Graph

81 Commits

Author SHA1 Message Date
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
Tom Kralidis 92580ccf26 CSV drivder: always set numberMatched 2018-04-11 02:12:25 +00:00
Tom Kralidis 7f7d1ed7da support external plugins 2018-04-10 21:10:48 +00:00
Tom Kralidis acff20bc49 add loader for ES test data 2018-04-10 20:53:24 +00:00
Tom Kralidis e0cbf35f12 update item html templates, GeoJSON identifiers in test data 2018-04-08 00:34:22 +00:00
Tom Kralidis b736a2d59b s/SQlite/SQLite 2018-04-07 19:07:15 +00:00
Tom Kralidis c8b94c9a10 fix links, logging 2018-04-05 16:42:09 +00:00
Tom Kralidis 8ebd980c76 fix time handling in ES 2018-04-05 16:41:12 +00:00
Tom Kralidis 15b62bd283 add JSON links to HTML templates 2018-04-04 21:54:18 +00:00
Jorge Samuel Mendes de Jesus b01a516b66 Merge pull request #23 from geopython/bbox-time-html
add bbox/time API support to ES backend, enhance HTML representation
2018-04-04 08:52:45 +02:00
Tom Kralidis 3359f0d3b4 add bbox/time API support to ES backend, enhance HTML representation 2018-04-04 02:55:00 +00:00
Tom Kralidis 7683775d89 fix ref 2018-04-03 19:42:59 -04:00
Tom Kralidis 917ace6aad remove trailing slashes from server.url 2018-04-03 20:15:12 +00:00
Tom Kralidis fe36a09598 update ES backend, add HTML templates 2018-04-03 18:24:59 +00:00
Tom Kralidis 313a04da9c fix type errors (#18) 2018-04-03 12:58:53 +00:00
Tom Kralidis deeebb6668 remove geometry type from config 2018-04-03 12:55:03 +00:00
Tom Kralidis 6293244841 refactor into class implementation (#22) 2018-04-03 08:53:36 -04:00
Tom Kralidis 9381911654 fix ref 2018-04-02 19:30:59 -04:00
Tom Kralidis 23a2b45260 update heading 2018-04-02 18:28:04 -04:00
Tom Kralidis 832402471b add travis setup (#20) 2018-04-02 18:18:37 -04:00
Tom Kralidis 12a296baea fix 404 2018-04-02 19:44:23 +00:00
Tom Kralidis 14894e4abb add CSV provider 2018-04-02 18:09:02 +00:00
Tom Kralidis c9b7c51d18 add README for data, populated places data JSON (for ES testing) update .gitignore 2018-04-02 17:01:00 +00:00
Tom Kralidis 3dbf521192 fix ref 2018-04-02 16:35:28 +00:00
Jorge Samuel Mendes de Jesus 1de0439e2d Spatiallite3 provider implementation (#17)
* 	new file:   docker/Dockerfile
Dockerfile for pygeoapi

* 	modified:   pygeoapi/provider/__init__.py
	new file:   tests/data/ne_110m_lakes.sqlite
	new file:   tests/json_marshmallow.py
	new file:   tests/test_sqlite_provider.py

Sqlit implementation and testing marshmallows

* 	new file:   provider/sqlite.py
	new file:   provider/tmp_parser.py
Sqlite provider

* Testing sqlalchemy

* query for sqlite3

* Countries dataset, message in assert

* yml config

* table in data link and query implemented without limit

* PR of refactor

* functional sqlite3 driver

* flake8

* pipreq for complete list of requirements

* updated readme with working examples, extra requirements

* typos, SQLite removed Dockerfile and ne_100m_lakes.sqlite

* update requirements

* pypandoc in requirements-dev.txt
2018-04-02 12:05:26 -04:00
Tom Kralidis 557a9e3480 implement bind configuration 2018-04-01 22:06:30 -04:00
Jorge Samuel Mendes de Jesus 2185d75d88 Merge pull request #16 from geopython/provider-refactor
refactor provider initialization. Provider can obtain specific information like table for sqlite3
2018-04-01 16:23:55 +02:00
Tom Kralidis c01829265e refactor provider initialization 2018-04-01 09:57:25 -04:00
Tom Kralidis be0ce2238c add numberMatched and numberReturned to backends 2018-04-01 12:43:17 +00:00
Tom Kralidis c45480cabc add timestamp to feature collection responses 2018-04-01 12:39:12 +00:00
Jorge Samuel Mendes de Jesus 9bd3075023 Merge pull request #15 from geopython/openapi-gen
implement OpenAPI from single config
2018-04-01 09:53:45 +02:00
Tom Kralidis d63c23850a first pass links 2018-03-29 16:50:19 +00:00
Tom Kralidis c2f621506f turn off strict slashing, fix ref, bind to 0.0.0.0 2018-03-29 15:34:12 +00:00
Tom Kralidis a2c4f94ece fix ref 2018-03-29 12:18:31 +00:00
Tom Kralidis e5ac635930 update API 2018-03-28 22:33:18 -04:00
Tom Kralidis c6aba78716 update API 2018-03-28 17:02:45 -04:00
Tom Kralidis 3f09b5ae67 update API 2018-03-28 16:35:12 -04:00
Tom Kralidis 403fa4648b Revert "remove application level CORS (leave to server)"
This reverts commit 8e931e644f.
2018-03-27 21:26:21 -04:00
Tom Kralidis 8e931e644f remove application level CORS (leave to server) 2018-03-27 21:18:30 -04:00
Tom Kralidis 9015b16e6d implement OpenAPI from single config 2018-03-27 21:15:43 -04:00
Tom Kralidis 43b44574f5 update config, add conformance 2018-03-21 09:18:59 -04:00
Tom Kralidis 2cd3621ddd refactor configuration, remove file:// 2018-03-09 12:21:54 -05:00