CSVDataStore

DataStore for CSV files. This plugin allows for read/write functionality with CSV files with geoserver's importer.

License

License

MIT
Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.ansell.shp
ArtifactId

ArtifactId

shp-csv
Last Version

Last Version

21-RC
Release Date

Release Date

Type

Type

jar
Description

Description

CSVDataStore
DataStore for CSV files. This plugin allows for read/write functionality with CSV files with geoserver's importer.

Download shp-csv

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ansell.shp/shp-csv/ -->
<dependency>
    <groupId>com.github.ansell.shp</groupId>
    <artifactId>shp-csv</artifactId>
    <version>21-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.shp/shp-csv/
implementation 'com.github.ansell.shp:shp-csv:21-RC'
// https://jarcasting.com/artifacts/com.github.ansell.shp/shp-csv/
implementation ("com.github.ansell.shp:shp-csv:21-RC")
'com.github.ansell.shp:shp-csv:jar:21-RC'
<dependency org="com.github.ansell.shp" name="shp-csv" rev="21-RC">
  <artifact name="shp-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.shp', module='shp-csv', version='21-RC')
)
libraryDependencies += "com.github.ansell.shp" % "shp-csv" % "21-RC"
[com.github.ansell.shp/shp-csv "21-RC"]

Dependencies

compile (6)

Group / Artifact Type Version
org.geotools » gt-main jar 21-RC
org.geotools » gt-opengis jar 21-RC
org.geotools » gt-epsg-hsql jar 21-RC
net.sourceforge.javacsv : javacsv jar 2.0
commons-io : commons-io jar 2.4
junit : junit jar 4.12

test (2)

Group / Artifact Type Version
org.geotools » gt-sample-data jar 21-RC
org.geotools » gt-shapefile jar 21-RC

Project Modules

There are no modules declared in this project.

Versions

Version
21-RC