-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi.. sorry for asking again.
I've tested this tool by using given 'points.shp' data and it was successfully converted to RDF. Then, I want to try converting my own point shapefiles. I have configure the shp_options.conf file by specified the path of input and output file. However, the conversion process is failed.
I got an error message that said:
Exception in thread "main" java.io.IOException: No such type : points
at org.geotools.data.shapefile.ShapefileDataStore.typeCheckShapefileDataStore.java:577
at org.geotools.data.shapefile.ShapefileDataStore.getSchemaShapefileDataStore.java:631
at org.geotools.data.shapefile.ShapefileDataStore.getFeatureSource.ShapefileDataStore.java:964
at
eu.geoknow.athenarc.triplegeo.shape.ShpConnector.getShapeFileFeatureCollectionSHpConnector.java:125
at eu.geoknow.athenarc.triplegeo.shape.ShpConnector.ShpConnector.java:99
at eu.geoknow.athenarc.triplegeo.ShpToRdf.mainShpToRdf.java:40
Hope you can help me.
Thousand thanks in advance.