Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability for crawlers RetrieveAVRISNGData.py to write .met files #33

Open
lewismc opened this issue Dec 4, 2018 · 0 comments
Open
Assignees
Labels
crawler OODT Crawler Component help wanted
Milestone

Comments

@lewismc
Copy link
Member

lewismc commented Dec 4, 2018

It would be helpful for us to capture metadata pertaining to the source of .img and .hdr files we download from the AVIRIS FTP server.
For example, if we wrote an accompanying .met file for each file we download via RetrieveAVRISNGData.py, we could use the .met files to augment the metadata with the Dublin Core dcterms:source metadata key which would enable anyone to obtain the original data should they wish. Further description of what dcterms:source is can be found below.

dcterms:source
    dcterms:description "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."@en ;
    dcterms:hasVersion <http://dublincore.org/usage/terms/history/#sourceT-001> ;
    dcterms:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dcterms:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property ;
    rdfs:comment "A related resource from which the described resource is derived."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Source"@en ;
    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/source>, dcterms:relation ;
    skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/).  As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en .
@lewismc lewismc added help wanted crawler OODT Crawler Component labels Dec 4, 2018
@lewismc lewismc added this to the 0.1 milestone Dec 4, 2018
@lewismc lewismc self-assigned this Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crawler OODT Crawler Component help wanted
Projects
None yet
Development

No branches or pull requests

1 participant