Benjamin Adams
Benjamin Adams
The harvester fetch process will fail upon a Solr `SearchIndexError` being raised. This will occur, for example, when a very long field is attempted to be indexed in a `solr.StrField`:...
This role appears to be copying the yum repo for td-agent version 2, (https://github.com/William-Yeh/ansible-fluentd/blob/master/files/td.repo) when version 3 is the latest stable release as of this writing: https://www.fluentd.org/download
In `ckan_pycsw.py` there is a `TypeError` raised when various references to `table_name = pycsw_config.get("repository", "table", "records")` is called, indicating a maximum of 3 arguments, with 4 supplied, e.g. https://github.com/ckan/ckanext-spatial/blob/master/bin/ckan_pycsw.py#L27 According...
WAF harvesting can fail to parse on numerous things which are a de facto a WAF, such as this listing: https://gcoos4.tamu.edu/erddap/metadata/iso19115/xml/ Because the harvester is looking explicitly for "a href",...
I'm using `solr-spatial-field` as the CKAN spatial backend, along with ckanext-harvest to kick off harvests. When some datasets with > 180 degrees of latitude are attempting to harvest, the harvester...
Attempting to harvest from a CSW with ISO metadata starting with `MI_Metadata`, rather than `MD_Metadata` fails: https://github.com/ckan/ckanext-spatial/blob/master/ckanext/spatial/lib/csw_client.py#L178-L189 Essentially, the call to `.find` does not find `MD_Metadata`, and so returns `None`,...
Handles MI_Metadata elements returned from CSW XML records, rather than returning None and causing an error later. Raises an exception when neither MD_Metadata nor MI_Metadata are found. Also sets encoding...
Hi, I attempted to use XInclude to reduce the amount of repetitive boilerplate XML for very similar datasets in datasets.xml. In the document root, I added an XML namespace for...
I've recently been using ERDDAP, version 2.23 using Axiom's Docker images in an attempt to load in HF Radar files with the data sections stored as CSV which are stored...
ERDDAP does some bizarre name munging to HTML entities in XML listings. For example in https://gcoos4.tamu.edu/erddap/metadata/iso19115/xml/ there are numerous href values like this `2004JuvenileSportfishNOAA_DATA_Mean_v0_0_iso19115.xml` Most browsers will transform this, but...