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
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
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
Tom Kralidis
9fb1ccf797
Merge pull request #8 from perrygeo/ids-for-geojson
...
add ids for test geojson
2018-03-07 15:14:33 -05:00
Matthew Perry
5ae0fdce4e
add ids for geojson
2018-03-07 13:08:55 -07:00
Tom Kralidis
bcf03dd45e
Merge pull request #7 from perrygeo/crud
...
Add create, update, delete methods to the base and GeoJSON provider
2018-03-07 10:55:58 -05:00
Matthew Perry
797617c025
merge with master, move query params out of _load
2018-03-07 06:30:56 -07:00
Francesco Bartoli
0a6782a584
Merge pull request #6 from geopython/query-params
...
add support for collection query startindex, count, resulttype
2018-03-07 08:35:44 +01: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