CSV2ISO_XML is a Java client to generate ISO 19115 compliant XML files based on metadata structured Excel sheets.
The tools generates for each row of the Excel sheet an XML metadata file, and enables storing a zip folder with all generated files.
GeoMetaFacet is written in Javascript and Java. The modules and their functionality are briefly described here.
/src
- Java code with main() method/lib
- Referenced libraries
The basic installation steps are
- Download code from GitHub:
git clone https://github.com/GeoinformationSystems/CSV2ISO_XML.git
- Put code in your IDE, e.g. Eclipse and/or run the main
The server component uses a collection of Java libraries:
- commons-collections4-4.4.jar - Apache License
- commons-compress-1.20.jar - Apache License
- log4j-1.2.17.jar
- poi-4.1.2.jar
- resolver.jar
- xmlbeans-3.1.0.jar
The CSV2ISO_XML project is licensed under The Apache Software License, Version 2.0
Julia Klemm, Christin Henzen