aboutsummaryrefslogtreecommitdiff
path: root/docs/plot/plot.sh
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-08-04 18:10:36 +0200
committerKristian Evers <kristianevers@gmail.com>2017-08-04 18:10:36 +0200
commita5050370c9150cfefa720156f820840292e69e1c (patch)
tree4b550de538b6009fda3851771e4a8020165505db /docs/plot/plot.sh
parent46b07308d9d43692f1feb21f60d91891db5c8a4a (diff)
downloadPROJ-a5050370c9150cfefa720156f820840292e69e1c.tar.gz
PROJ-a5050370c9150cfefa720156f820840292e69e1c.zip
Updated plotting mechanism radically.
Plotting script is now more flexible and makes it possible to do more elaborate setup of each individual plot. This is done by adding a JSON file that holds a record for each plot in the documentation. A plot can now be restricted to a given bounding box, and there's a choice between plotting as polygons or linestrings, as well as both low and medium resolution data to go choose from. Plots have not been added to the repository yet, they will show up in a later commit although most of the work is done here. Most plots are now done as polygons. Generally speaking the plots that are still based on line data have show some problems when plotted as polygons. There is still an unsolved wrap-around problem that should eventually be fixed. The land.geosjson dataset has been densified manually at the antartic to make sure that the land mass is depicted correctly in projected space.
Diffstat (limited to 'docs/plot/plot.sh')
-rwxr-xr-xdocs/plot/plot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plot/plot.sh b/docs/plot/plot.sh
index 20dc526d..3a939f4a 100755
--- a/docs/plot/plot.sh
+++ b/docs/plot/plot.sh
@@ -1,2 +1,2 @@
-python3 plot.py definitinos.txt images/
+python3 plot.py plotdefs.json images/