the path to the .shp file or name without the extension
Optional
defs: typeof ProjectionBase[]optional array of ProjectionTransformDefinitions to insert
Optional
epsgCodes: Record<string, string>a record of EPSG codes to use for the transformer if needed
Build a Shapefile from an input path
Description
Given a path to where all the shapefile relevant files exist, build a Shapefile
Assumes the input is pointing to a shapefile or name without the extension. The algorithm will find the rest of the paths if they exist. May also be a gzipped folder.
Usage