Skip to content

Releases: curationexperts/iris

v1.0.1

02 May 13:47
aa78063
Compare
Choose a tag to compare
  • Config change to capistrano deploy required for UCSB servers

v1.0

01 May 19:38
d807e80
Compare
Choose a tag to compare
  • It ingests shapefiles and geotiffs (and associated metadata)
  • It has a command line importer
  • The command line importer expects to receive a directory of .zip files
  • Each zip file should contain an ISO-19139 metadata file
  • Each zip file should contain either a shapefile or a GeoTiff binary object
  • It assigns each ingested .zip file a unique identifier, which can be used to find that object on multiple systems
  • It uses the out-of-box metadata mappings to extract metdata from ISO and map it to a Fedora object
  • It creates a thumbnail image of the work
  • It creates a re-projected derivative of the spatial object
  • It makes the re-projected derivative available via OGC webservices (in the form of GeoServer)
  • It has an automated deployment job
  • It has an automated test suite