Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
/ fits-service Public archive

A webservice that runs files through FITS (File Information Tool Set) and returns the FITS xml metadata

Notifications You must be signed in to change notification settings

mediashelf/fits-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fits-service

This service allows you to post a url that points to a file. The service will then download that file, run it through FITS and return the FITS metadata.

Example:

This would generate FITS metadata for the content of the “original” datastream in a Fedora object with pid chagneme:20

http://localhost:3000/identify?url=http://localhost:8983/fedora/objects/changeme:20/datastreams/original/content

Known Issues

This is a really rough first pass. Off the top of my head:

  • Should be separated into a gem that wraps FITS & a sinatra app that uses the gem
  • hard-coded assumption that FITS is installed at “/usr/local/fits-0.4.3/fits.sh”
  • uses Windows-incompatible file paths

Acknowledgements

Created by Matt Zumwalt of MediaShelf, 2011

About

A webservice that runs files through FITS (File Information Tool Set) and returns the FITS xml metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages