Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for INSPIRE Discovery Services #3

Closed
tomkralidis opened this issue Jun 22, 2012 · 2 comments
Closed

add support for INSPIRE Discovery Services #3

tomkralidis opened this issue Jun 22, 2012 · 2 comments
Assignees
Milestone

Comments

@tomkralidis
Copy link
Member

Per http://inspire.jrc.ec.europa.eu/documents/Network_Services/TechnicalGuidance_DiscoveryServices_v3.0.pdf.

Ideally, this would be a subclass of ISO AP (see #2).

@tomkralidis
Copy link
Member Author

Implementation notes:

  • language support
    • suport LANGUAGE parameter in GET request in !GetCapabilities
    • LANGUAGE is otherwise supported as a fiter queryable in !GetRecords (normal behaviour)
    • languages advertised in inspire ExtendedCapabilities
    • default
    • other langs
  • additional queryables
  • ExtendedCapabilities
    • output of metadata

@tomkralidis
Copy link
Member Author

First pass implemented in trunk r241. Notes:

  • !AdditionalQueryables are now part of APISO core, which allows for this anyway
  • languages supported by abstract profile object {{{check_parameter}}} method
  • metadata supported by {{{metadata:inspire}}} ({{{enabled=true}}}) section.

Thanks to Angelos for paving the way for this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant