[pycsw-devel] Harvesting from WAF/Which XML tags are used for certain fields
Tom Kralidis
tomkralidis at gmail.com
Wed Oct 29 12:09:37 PDT 2014
Dan: correct. Basically
https://github.com/geopython/pycsw/blob/master/pycsw/metadata.py is
where the parsing happens, and
https://github.com/geopython/pycsw/blob/master/pycsw/config.py
contains the base core mappings underlying the backend. Profile
specific mappings (like
https://github.com/geopython/pycsw/blob/master/pycsw/plugins/profiles/apiso/apiso.py)
are used for CSW query/present functionality.
On Wed, Oct 29, 2014 at 12:49 PM, <dan at inlet.geol.sc.edu> wrote:
> Looks like config.py is where I should be looking.
>
>
>> In a hopefully attempt to get better metadata, I am trying to determine
>> which fields in the XML metadata files are used to populate entries such
>> as:
>> creator, organization, etc. I'm looking in the metadata.py file and see
>> where the _set occurs, but I am not sure where the mapping from the XML to
>> the field occurs.
>>
>> Dan
>>
>> _______________________________________________
>> pycsw-devel mailing list
>> pycsw-devel at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/pycsw-devel
>>
>
>
> _______________________________________________
> pycsw-devel mailing list
> pycsw-devel at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/pycsw-devel
More information about the pycsw-devel
mailing list