in2Trans.shpConversion.writePoint2SHPfile

writePoint2SHPfile(pointDict, pointName, fileName)[source]

write a point to shapefile

Parameters
  • pointDict (dict) – point dict

  • pointName (str) – point name

  • fileName (str or pathlib path) – path where the point will be saved

Returns

fileName – path where the point has been saved

Return type

str