Vincent Fazio

Results 9 issues of Vincent Fazio

When harvesting a WMS service with the OGCWxS harvester and: 1) The "GetCapabilities" response has "<AccessConstraints>NONE</AccessConstraints>" 2) There is an "<MD_LegalConstraints>" element in the record template The harvester outputs two...

# Overview - Support for ISO 19115 Part 3 XML This PR contains a new profile for pycsw, called 'iso19115p3'. * The profile is in 'pycsw\pycsw\plugins\profiles\iso19115p3', this includes a new...

server
formats
enhancement

I'm interested in adding ISO19115-3 XML support to pycsw, and was wondering if anyone else has had the same idea or perhaps even started working on this already?

I was reading the documentation about Shibboleth support and it talks about using apache modules "mod_shib" to implement Shibboleth https://guides.dataverse.org/en/latest/installation/shibboleth.html I am using: https://github.com/IQSS/dataverse-docker but there is no apache in...

The Skeleton and SkeletonBone members were missing from Scene in the PyAssimp structs.py file

When copying a scene, it was checking the *destination* for a NULL pointer instead of the *source*. The copy went ahead despite the source being a NULL pointer, causing random...

I'd like to remove the redundant '__ new __' from the wfs classes in order to fix two problems: 1. 'pickle' does not work (you cannot pickle the WFS classes)...

wfs

I have been trying to 'pickle' instances of "WebFeatureService_1_1_0", but this is difficult because the code calls \_\_init\_\_ from within \_\_new\_\_. When unpickling the object, 'pickle' calls \_\_new\_\_ to create...

wfs
help wanted
stale