Commit Graph

573 Commits

Author SHA1 Message Date
Paul df1b2612fe fixes concatenation, if int 2021-02-24 14:22:58 +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
Angelos Tzotsos 959c89540c Unpin focal image 2021-01-03 21:25:02 +02:00
Angelos Tzotsos 616f1b2993 Added python3-flask-cors package 2021-01-03 21:21:04 +02:00
Angelos Tzotsos 3ccaed04f3 Update Travis to use dev docker build 2021-01-02 14:06:11 +02:00
Angelos Tzotsos 295ce4e239 More dockerfile changes, thanks Just 2021-01-02 13:03:03 +02:00
Tom Kralidis 145d9395a0 restructure HTML templates (#600) 2020-12-30 16:04:16 -05:00
Tom Kralidis 6915efbcad add links, refactor job handling, HTML updates (#599)
* add links, refactor job handling, HTML updates

* fix test

* misc fixes
2020-12-30 09:30:12 -05:00
Angelos Tzotsos a638ef78c5 Moving providers to ADD_DEB_PACKAGES variable 2020-12-30 13:23:32 +02:00
Angelos Tzotsos c0ccfc4176 Drop apt-get upgrade 2020-12-30 12:02:15 +02:00
Angelos Tzotsos bb240de270 Review from Just 2020-12-29 21:37:17 +02:00
Angelos Tzotsos 0be38d3153 Updating dockerfile to use debian packages where available (#585) 2020-12-25 22:44:17 +02:00
Angelos Tzotsos e2ee2f5949 Switch docker image to ubuntu focal with ubuntugis-unstable 2020-12-25 22:03:43 +02:00
Tom Kralidis e481891f7c fix item STAC HTML map 2020-12-23 12:51:24 -05:00
Kevin Ngai 63e4050102 Add bbox leaflet map to collection page (#595)
Co-authored-by: Kevin Ngai <asptken@geomet-dev-03.cmc.ec.gc.ca>
2020-12-23 12:37:03 -05:00