Reader - ShpReader

ReaderName: ShpReader

This reader can read data from ESRI Shapefile format. This is typically used when loading shapefiles into GIS Storage.

The reader has optional parameters: - SRID: Spatial reference ID. By default, the reader will try to read the valid spatial reference ID from the .prj file associated with the shapefile, but this parameter can be used to override the SRID or to define it when the file does not include valid spatial reference. Note that this does not perform any coordinate transformation. To transform data from one coordinate system to another, use the CrsTransformation transformation as part of the conversion.

    {
      "projectId": "<projectId>",
      "uploadUrl": "<fileUrl>",
      "outputDatasetData": {
        "name": "<dataset-name>"
      },
      "readerName": "ShpReader",
      "writerName": "GISWriter",
    }