Commit Graph

92 Commits

Author SHA1 Message Date
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
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