-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
31 lines (23 loc) · 893 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Admin-Clipper
=============
admin-clipper removes all boundary parts that are in or close to a water geometry (or any other clipping geometry).
The clipped boundaries are extended back to the coastline.
During the process, polygon boundaries are converted linestring boundaries.
Dependencies
============
pip install fiona pyproj shapely
Example
=======
python admin_clipper.py \
--clip-file=water.shp \
--src-file=admin.geojson \
--result-file=clipped.geojson \
--clip-srs='EPSG:3857' \
--src-srs='EPSG:25832' \
--clip-buffer=100 \
--min-segment-length=2000
Status
======
The code is provided "AS IS". Do not expect any updates or new features.
Issues are disabled and we don't provide support by any other means.
However, you are free to use and modify the tool under the terms of the Apache License 2.0 (see LICENSE).