Angelos Tzotsos
50fcfdf047
Back to dev
2021-03-16 18:40:48 +02:00
Angelos Tzotsos
f978d0a1f6
update release version
2021-03-16 18:06:56 +02:00
Tom Kralidis
951a1fb486
implement OGC EDR API ( #658 )
...
* implement OGC EDR API
* add docs/tests
* fix tests
2021-03-15 17:37:40 +02:00
Tom Kralidis
2063c69872
add support for OpenAPI document as JSON ( #657 )
2021-03-12 16:47:01 -05:00
Tom Kralidis
ee568f9952
handle ES URLs via HTTPS ( #654 )
2021-03-02 19:15:17 -05:00
Sander Schaminee
22a46ec5c8
Match new queryable model from commit e0003b06 ( #652 )
2021-02-27 07:24:37 -05:00
Tom Kralidis
2f99f19fb0
refactor exceptions ( #650 )
...
* refactor exceptions
* add test
2021-02-26 14:07:50 -05:00
Tom Kralidis
1804a9b493
fix ref
2021-02-25 22:26:25 +01:00
Tom Kralidis
4242083330
allow for enumerated values in providers
2021-02-25 22:26:25 +01:00
Tom Kralidis
e0003b066b
update queryables response
2021-02-25 22:26:25 +01:00
Tom Kralidis
dea90efcfb
Merge pull request #646 from pvgenuchten/fix-in-concat
...
fixes concatenation, if int
2021-02-24 08:37:10 -05:00
Paul
df1b2612fe
fixes concatenation, if int
2021-02-24 14:22:58 +01:00
Tom Kralidis
332a62932f
Merge pull request #645 from pvgenuchten/optimize-type-check
...
fixes check=boolean issue in item.html
2021-02-23 06:23:02 -05:00
Paul
ff65145492
fixes check=boolean issue in item.html
...
patches the display of associations
2021-02-23 11:39:24 +01:00
Tom Kralidis
5ea137650e
Merge pull request #644 from pvgenuchten/no-truncate-on-int
...
cast to string before calling truncate, else fails
2021-02-22 17:50:12 -05:00
Paul
30ddef692a
cast to string before calling truncate, else fails (int has no option len())
2021-02-22 23:38:45 +01:00
Tom Kralidis
16f956fa91
Merge pull request #640 from tomkralidis/update-sortby
...
update sortby parameter handling
2021-02-21 20:00:12 -05:00
Tom Kralidis
4f5ae70a07
skip q parameter declaration if records
2021-02-21 19:45:41 -05:00
Tom Kralidis
9785c9afeb
update docs
2021-02-21 19:45:22 -05:00
Tom Kralidis
9da53b0b76
update sortby parameter handling
2021-02-21 19:43:26 -05:00
paul van genuchten
6bb5c71496
this restores nesting which was lost on latest commits of #637 ( #643 )
...
plus truncates large fields in list display
2021-02-21 18:53:34 -05:00
paul van genuchten
6b664897c8
unnest json within properties in html item template ( #637 )
...
* some json has nesting within properties, parse the dicts and arrays to text
associations from oarec contains links
* truncate the titles in crumbspath
2021-02-21 18:18:51 -05:00
paul van genuchten
1bd1ad509b
add contact and url's to record ( #636 )
2021-02-21 16:18:35 -05:00
Tom Kralidis
803fea81b4
add q to queryables endpoint ( #638 ) ( #641 )
2021-02-21 14:51:41 -05:00
paul van genuchten
371c8e6789
resolves small oarec regression on html output ( #635 )
2021-02-19 08:37:35 -05:00
Angelos Tzotsos
33dfd959d5
[WIP] Trying to make Travis work again ( #632 )
...
Pin rasterio to 1.1.8 for Travis
2021-02-19 15:03:11 +02:00
Tom Kralidis
cc6dc2e33b
update config, fix ref ( #634 )
2021-02-18 21:54:48 -05:00
Tom Kralidis
0c1d98e868
implement OGC API - Records ( #404 ) ( #631 )
2021-02-18 17:56:23 -05:00
paul van genuchten
96675af970
a proposal for #133 ( #608 )
...
indicate which field to use as label for the item
2021-02-18 06:12:40 -05:00
totycro
8aa19a9eb1
Extend process UI to complex data types ( #622 )
...
Previously, it crashed if the input data wasn't a literal data type.
Now it shows all mime types of complex data types.
https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/inputDescription.yaml
2021-02-17 08:16:27 -05:00
totycro
53ef83f00a
Select correct process on GET /process/PROC_ID ( #621 )
...
Before, you would always get the first process in the config.
2021-02-17 08:16:05 -05:00
Tom Kralidis
e8ae03c5de
update STAC MCF support/dependencies/docs ( #618 )
...
* update STAC MCF support/dependencies/docs
* update STAC MCF support/dependencies/docs
2021-02-13 08:28:36 -05:00
paul van genuchten
63f100f5c2
importing stac metadata from mcf-sidecar file ( #605 )
...
* redo of grabbing stac from mcf-sidecar file
* suggestions from Tom +
mapviewer should use data[bbox] instead of extent
* flake8 fixes
2021-02-12 21:13:13 -05:00
Tom Kralidis
4b92b7073e
Merge pull request #617 from tomkralidis/fix-oapi-refs
...
update OpenAPI repo names
2021-02-12 15:17:57 -05:00
Tom Kralidis
f834b146b8
fix flake8
2021-02-12 14:02:13 -05:00
Tom Kralidis
10f9a6a9fd
update OpenAPI repo names
2021-02-12 09:41:49 -05:00
paul van genuchten
0787955337
add docs for ogr provider ( #610 )
2021-01-27 22:22:02 -05:00
totycro
0aab0c9bd2
Date now handling ( #613 )
...
* Drop support for "now" in dategetter
This value already leads to an error in queries, so it's not really
supported at this point anyway.
* Use None instead of ".." for open temporal intervals
See https://github.com/opengeospatial/ogcapi-features/blob/master/core/openapi/schemas/extent.yaml#L86
* Allow empty string in dateranges to mean open interval
See http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#_parameter_datetime
2021-01-27 22:21:09 -05:00
Tom Kralidis
e3df2205b0
Merge pull request #606 from christophersbarrett/support-serverless-fixes
...
Serverless fixes
2021-01-25 09:01:19 -05:00
Francesco Bartoli
919ddd1ef8
Fix missing module ( #612 )
2021-01-20 01:16:59 +01:00
Tom Kralidis
b96028bee7
Update ogcapi-features.rst
2021-01-18 16:46:56 -05:00
Tom Kralidis
3f4ce49939
add featured templates section to docs
2021-01-13 18:37:08 -05:00
Tom Kralidis
7565e95bdf
Merge pull request #607 from tomkralidis/add-plugin-to-docs
...
add Featured plugins section to docs
2021-01-13 07:06:28 -05:00
Tom Kralidis
80d76b2133
update copyright year
2021-01-13 06:48:35 -05:00
Tom Kralidis
40351833f7
add Featured plugins section to docs
2021-01-13 06:47:55 -05:00
christophersbarrett
f0f421d6ae
Updated readme with new instructions on utilizing serverless IaC to build and deploy, updated pygeo config, updated serverless config so wsgi builds correctly
2021-01-11 15:08:44 -08:00
Tom Kralidis
fc6fd9d86f
fallback to default HTML template if custom template does not exist ( #604 )
...
* fallback to default HTML template if custom template does not exist
* add docs
2021-01-11 15:15:47 -05:00
Tom Kralidis
e9079a1b3d
fix ES wildcard index configurations ( #603 )
2021-01-06 14:33:43 -05:00
totycro
497875c3a5
Allow jobs to show parameters in the UI ( #601 )
...
* Allow jobs to show parameters in the UI
This is very useful when starting the same job multiple times with
different configurations.
This PR allows to show parameters as arbitrary data since jobs might use
any kind of data.
* Use same method of pretty printing everywhere
2021-01-05 10:32:51 -05:00
Angelos Tzotsos
ada70fff6e
Merge pull request #598 from kalxas/docker
...
Review dockerfile (#585 )
2021-01-03 21:38:24 +02:00