Results 186 issues of Maik Riechert

Does ckanext-dcat work together with ckanext-spatial? Especially considering the supported formats of the `spatial` fields in both. I think this should be remarked somewhere in the readme.

The second command `pip install -r ckanext-dcat/requirements.txt` won't work since the git repo is not checked out yet.

All distributions of a dataset are merged together in a single Distribution. An example: http://ckan-demo.melodiesproject.eu/dataset/test-dataset-for-testing-distributions.rdf This is a severe bug and happens in all RDF output formats. What's going on...

Since I'd like to make some contributions I was looking for an easy way to run unit tests, but it seems this whole testing setup requires a running ckan instance...

Currently (correct me if I'm wrong) the DCAT harvester reads exactly a single file. Now, with the advent of JSON-LD and the exposure of such catalogs as actual simple Web...

I need to convert coordinates into lon/lat wrapped to the 0,360 longitude range. This can be done with `+proj=longlat +ellps=WGS84 +datum=WGS84 +lon_wrap=180 +no_defs`. See the [proj.4 docs](https://trac.osgeo.org/proj/wiki/GenParms#lon_wrapover-LongitudeWrapping) on that. It...

good first bug

Currently, the spec shows examples in multiple serializations, where typically people are only interested in a single format depending on their use case, in my case this is JSON. Lots...

website improvement

My own use case would be to validate the schemas in the upcoming Open API 3.1 spec which are based on 2019-09. Historically OpenAPI has used a forked/incompatible variant of...

The next lensfun version (after 0.3.2) has some backwards incompatible changes and other things that should be adapted in lensfunpy: https://sourceforge.net/p/lensfun/code/ci/master/tree/ChangeLog As lensfunpy exposes some of the breaking functions (`Lens.interpolate_*`)...

enhancement

XML string reading is [not officially supported](https://sourceforge.net/p/lensfun/bugs/41/) and could be removed any time. A better and more efficient way to dynamically load a lens profile is to create a lfLens...