- There are two code bases, iris and aster
- It provides a GeoBlacklight based discovery interface
- It allows objects to be discovered via spatial search
- Objects can be discovered via metadata search
- Objects can be browsed via metadata facets
- It displays shapefile (vector) and GeoTiff (raster) works
- It allows for downloading files:
- of the original .zip file with all associated data and metadata files
- of the re-projected shape file
- of re-formatting that can be done by GeoServer, e.g., kml, geojson, png, etc.
- It can display geospatial data on a javascript map
- The map provides pan and zoom functions
- The map displays on a base map
- The map also displays associated data when applicable
- It uses the out-of-box metadata mappings for ISO provided by GeoWorks
- 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
- It has configuration management scripts available for Ubuntu 16.04 (RedHat pending)