From a5050370c9150cfefa720156f820840292e69e1c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 4 Aug 2017 18:10:36 +0200 Subject: 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. --- docs/plot/plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/plot/plot.sh') 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/ -- cgit v1.2.3