OpenGDS/Conversion Tools is a Java-baed open source program that performs conversion between international standard formats.
OpenGDS/Conversion Tools licensed under the GNU Lesser General Public License (LGPL) v3.0.
The follwing tools are required to build OpenGDS/Conversion:
- Java Development Kit 8 (JDK 8)
- Apache Maven 3.x
- Hale Studio 3.5
- GDAL/OGR
1) Clone this project
2) mvn install
3) mvn exec:java
- IndoorGML
- CityGML
- GML (Simple Feature)
- KML
- GeoJSON
- Set static information
- Hale Studio binary file location
- Select the installed location (until HALE folder)
- GDAL/OGR binary file location
- Select the installed location (until bin folder)
- Hale Studio binary file location
- Select the source format and the target format
- Set dynamic information
- Select the source file location
- It have to matched with selected source format
- Select the target file location
- It have to matched with selected target format
- User have to write until file extension
- (Optional) Select the transformation rule file location
- If user want to convert to (or from) IndoorGML and CityGML, �user have to select the transformation rule file
- It is located in resource folder of OpenGDS/Conversion project
- Select the source file location
- Push transform button
- Taehoon Kim - [email protected]