pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

pycsw is an OGC CSW server implementation written in Python. pycsw fully implements the OpenGIS Catalogue Service Implementation Specification [Catalogue Service for the Web]. Initial development sta...

Results 141 pycsw issues
Sort by recently updated
recently updated
newest added

# Description New API - BBOX Query doesn't return expected records. using CSW url syntax below: ``` https://sios.csw.met.no/csw?service=CSW&version=2.0.2&request=GetRecords&ElementSetName=full&typenames=csw:Record&resulttype=results&bbox=0,0,180,90 ``` I can extract records from the selected bbox region, the same...

# Description When querying a `postgresql` repository with expressions that take the form `csw:AnyText like %something%`, postgresql's Full Text Search (FTS) should not be used because it leads to erroneous...

https://github.com/radiantearth/stac-spec/

profiles
server
enhancement

# Description Part of [release packaging](https://github.com/geopython/pycsw/wiki/Release-Packaging) includes performing [OGC CITE testing](https://github.com/geopython/pycsw/wiki/OGC-CITE-Compliance). Given pycsw is an OGC Reference Implementation, CITE testing is a critical piece of compliance. The pycsw CITE testing...

tests
enhancement

# Description During our 2.0.3 release today we encountered problems testing against OGC CITE CSW3 (CSW 2 worked) using the [online testing engine](http://cite.opengeospatial.org/teamengine/). When I tested against CITE in a...

bug

# Description Running HTTP POST (form-like, not XML payload) requests against a pycsw endpoint in OAI mode results in exception. pycsw in POST mode assumes it's an XML payload. The...

server
bug

I wonder whether `pycsw-admin.py -c load_records` could have a `mirror` flag, that would be able to load metadata from a WAF, but make sure that the only records that are...

harvesting
enhancement

In the pycsw model, the `pycsw:Keywords` and `pycsw:Links` fields have [CSV-based semantics](http://docs.pycsw.org/en/latest/administration.html#existing-repository-requirements). When serializing or decoding these fields, if a given token has a comma, this will throw off handling...

server
harvesting
formats
bug

Advertise counts of metadata in `GetCapabilities` XML, such as: - number of services - number of datasets - number of harvested resources - number of datasets from services (WMS layers,...

server
enhancement