https://github.com/getindata/polygon-intersection
https://github.com/getindata/polygon-intersection
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/getindata/polygon-intersection
- Owner: getindata
- Created: 2016-03-25T13:27:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T09:58:34.000Z (about 10 years ago)
- Last Synced: 2025-01-24T02:31:02.392Z (over 1 year ago)
- Language: Scala
- Size: 260 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polygon-intersection
Spark App to calculate polygon intersection
To convert shapefile to CSV, use [ogr2ogr](http://www.gdal.org/ogr2ogr.html) tool:
```
ogr2ogr -f CSV -lco GEOMETRY=AS_WKT -t_srs wgs84 -dim 2 data.csv input.shp
```