Quantcast
Channel: Join CSV file to shapefile using gdal/ogr - Geographic Information Systems Stack Exchange
Viewing all articles
Browse latest Browse all 4

Answer by user2856 for Join CSV file to shapefile using gdal/ogr

$
0
0

The ogr2ogr utility supports a limited sql syntax. You can join your CSV to the shapefile using something like the following:

ogr2ogr -sql "select inshape.*, joincsv.* from inshape left join 'joincsv.csv'.joincsv on inshape.GISJOIN = joincsv.GISJOIN" shape_join.shp inshape.shp

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>