You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the case of SHAPEFILES, configuration parameters have the following meaning:
featureString --> the name of the shapefile (without the extension .shp);
attribute --> the attribute in the shapefile that contains values to be used as (unique) identifiers in URIs and as string literals in "rdfs:label" triples;
ignore --> specifies values (e.g., UNK) in attributes that should not be exported as literals; NULL values are automatically suppressed;
type --> defines a user-defined name for the resources that will be created; you may specify any valid string (with no wild characters) you wish;
name --> attribute in the shapefile containing values that should be extracted as name literals; such values will become the objects of "georesource:name" triples;
class --> attribute in the shapefile containing values that should be extracted as type literals; such values will become objects of "rdf:type" triples.
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.
The text was updated successfully, but these errors were encountered: