[GRASS-git] [OSGeo/grass-addons] 8b2d22: v.in.csv: Easy import of CSV as vector points (#362)

Vaclav Petras noreply at github.com
Thu Jan 7 13:52:52 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 8b2d22e3242550c0365cee511cc442a290babc9c
      https://github.com/OSGeo/grass-addons/commit/8b2d22e3242550c0365cee511cc442a290babc9c
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    A grass7/vector/v.in.csv/Makefile
    A grass7/vector/v.in.csv/v.in.csv.html
    A grass7/vector/v.in.csv/v.in.csv.py

  Log Message:
  -----------
  v.in.csv: Easy import of CSV as vector points (#362)

Imports CSV as vector points with reprojection using Python pyproj package.

Fixes column names in the header, can limit number of imported lines,
allows to set column types as integers or floats by specifying column names.

Handling of reprojected X and Y columns is simplistic. If they don't exist it adds them,
but if they exist, it replaces their content.




More information about the grass-commit mailing list