Knud Möller

Results 5 issues of Knud Möller

**CKAN version** 2.9.5 (bug introduced in 2.8.0 in https://github.com/ckan/ckan/commit/00e8dc5caa1029f978dc0525b3996f2bc8330c61) **Describe the bug** Block `secondary` from the `page.html` template is rendered before block `primary` in mobile view (width < 768px). This...

Good for Contribution

In `harvesters.HarvesterBase.last_error_free_job()` I'm having trouble understanding the reason why `obj.report_status != 'not modified'` means that there was an error (see below). This would mean that `obj.report_status == 'added'` or `obj.report_status...

bug

* extends `ckanext.spatial.lib.CswService.getidentifiers()` with `constraints` parameter, which will simply be passed on as the `constraints` parameter to owslib's `get_records2()` * extends `ckanext.spatial.harvesters.CSWHarvester` with new `get_constraints()` function - `CSWHarvester` simply returns...

`owslib.csw.CatalogueServiceWeb` has a `timeout` parameter. However, `ckanext.spatial.lib.OwsService` only calls `CatalogueServiceWeb` with the `url` parameter; `timeout` is not exposed, as far as I can see. I'd like to introduce an optional...

I'm working on a harvester that inherits from `ckanext.spatial.harvesters.CSWHarvester`. To this end, I overwrite `ckanext.spatial.harvesters.SpatialHarvester.get_package_dict`. I'd like to be able to abort harvesting a dataset during import stage (I need...