Tom Kralidis

Results 512 comments of Tom Kralidis

@juanmav sounds good thanks!

@amercader there’s nothing breaking in OWSLib AFAICT.

This fits nicely with pycsw's repository filter feature: http://pycsw.org/docs/latest/repofilters.html

Testing the above snippet against master yields the same result. Seems like I'm unable to reopen the issue.

(sorry, totally missed this ticket!) Looks like a CKAN instance. A custom CKAN importer would do what you want here, which basically: - cycles through each metadata record from a...

Thanks for the report. Questions/comments: - I am guessing HTTP basic auth? - if yes can you try setting the URL as per https://serverfault.com/a/371918 and report back? Does that work...

Code also updated to support `GEOCATALOGO_REPOSITORY_USERNAME` and `GEOCATALOGO_REPOSITORY_PASSWORD` environment variables.

Hi: thanks for reaching out! Contributions are always welcome, and I'm happy to help with questions/code review/etc.

Does the below help (at least for first case)? ```python >>> import re >>> path_matcher = re.compile(r'.*\$\{([^}^{]+)\}.*') >>> path_matcher.match("theQuick${Colour}Fox${VerbedOverTheDale").group(1) 'Colour' ```

Note that our next meeting to discuss the above will be on 24 October. Having said this, we'll want to discuss ERDDAP/MQTT capability, which would have a clean integration with...