Jorge Samuel Mendes de Jesus
1cfd97dd2f
Remove GeoJSON dependency from sqlite module ( #36 )
2018-04-29 07:20:01 -04:00
Tom Kralidis
51b55c3446
fix
2018-04-25 02:08:39 +00:00
Tom Kralidis
af5aa82e26
add properties support
2018-04-23 01:54:28 +00:00
Tom Kralidis
ed5b195883
add HTML template for single feature
2018-04-16 22:00:00 -04:00
Tom Kralidis
e171ca27b2
catch extension not found for SQLite
2018-04-16 16:19:02 +00: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
a0b123e960
fix ref
2018-04-11 15:52:31 +00:00
Tom Kralidis
39b74fe05d
Merge pull request #25 from geopython/contrib-plugin
...
support external plugins
2018-04-11 05:37:58 -04: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
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
Tom Kralidis
3359f0d3b4
add bbox/time API support to ES backend, enhance HTML representation
2018-04-04 02:55:00 +00: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
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
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
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
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
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
Tom Kralidis
d6e4b1dc00
implement logging, first pass cli ( #14 )
2018-03-08 08:38:42 -05:00
Norman Barker
957df9b844
Swagger gen ( #10 )
...
* initial swagger gen
* removed support for html returns
* geojson configuration
* working swagger ui
* config rename
* observation example
* missing call in csv driver
* pr comments
2018-03-07 16:44:04 -05:00
Matthew Perry
797617c025
merge with master, move query params out of _load
2018-03-07 06:30:56 -07:00
Tom Kralidis
59f0ec34ab
add support for collection query startindex, count, resulttype
2018-03-07 03:23:52 +00:00
Matthew Perry
9c3851e175
update docstrings
2018-03-06 19:11:42 -07:00
Matthew Perry
5283c3df10
implement a working CRUD system with GeoJSON backend
2018-03-06 18:43:58 -07:00
Tom Kralidis
d1d2a589b3
add CSV provider, misc updates
2018-03-07 00:08:05 +00:00
Matthew Perry
05e0b5e1ac
create empty collections and assume identifier is string
2018-03-06 14:06:47 -07:00