Git Product home page Git Product logo

chkmd's People

Contributors

reedobrien avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

leffen

chkmd's Issues

chkmd: load IPTC, EXIF and XMP separately

Currently all MD is loaded with generatlized names per default exiftool output. We should load Exif, IPTC, and XMP into seperate maps/dicts. Then we can look up specific items from IPTC.

chkmd: support all tags from our example/template spreadsheet/md for dummies guide.

We need to implement funcctions to support all the tags we specify in our metadata guide.

This would be a function to extract and one to report if that extracted

Us IPTC exiftool
NASA ID Job Identifier or Original Transmission Reference File Name
Title Object Name or Headline Object Name or Headline
508 Description N/A N/A
Description Caption-Abstract Caption-Abstract
Date Created Digital Creation Date + Digital Creation Time Digital Creation Date + Digital Creation Time or Date/Time Original
Location City + Country-Primary Location Name City + Country-Primary Location Name
Keywords Keywords Keywords
Media Type N/A Mime Type split on '/' [0]
File Format N/A File Type
Center N/A N/A
Secondary Creator Credit N/A N/A
Photographer By-line By-line
Album N/A N/A
  • NASA ID
  • Title
  • 508 Description
  • Description
  • Date Created
  • Location
  • Keywords
  • Media Type
  • File Format
  • Center
  • Secondary Creator Credit
  • Photographer
  • Album

chkmd: generate CSV report with output for our supported MD fields

DEPENDS ON: chkmd: support all tags from our example/template spreadsheet/md for dummies guide.

We want to be able to send a report back with information about what metadata (that we support/require) each file actually has. So we need to be able to generate spreadsheets to email back to them.

    csvHeader = []struct{
        "Path",
        "Status",
        "Reason",
        "NASA ID",
        "Title",
        "508 Description",
        "Description",
        "Date Created",
        "Location",
        "Keywords",
        "Media Type",
        "File Format",
        "Center",
        "Secondary Creator Credit",
        "Photographer",
        "Album",
    }

chkmd: Add default config

Add a default config, so that if no config file is specified we can still run a check. Need to determine what mimetypes are the default.

Config file in repo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.