| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-04 | Optimize and fix errors in plot interpolation. | Elliott Sales de Andrade | |
| Use NumPy functions a bit more and avoid using np.append too much. The previous code did not ensure that interpolated points were less than the tolerance apart. | |||
| 2017-08-04 | Make better use of numpy and matplotlib. | Elliott Sales de Andrade | |
| 2017-08-04 | Specify PROJ_LIB when generating plots. | Elliott Sales de Andrade | |
| Otherwise, it will try to use pre-installed data instead of a local copy. | |||
| 2017-08-04 | Updated plotting mechanism radically. | Kristian Evers | |
| 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. | |||
| 2016-12-12 | Add a scripts/fix_typos.sh script and correct reported errors | Even Rouault | |
| 2016-11-18 | Updated tpers figure. Uses sensible projection parameters now. | Kristian Evers | |
| 2016-11-18 | Updated geos plot. Now uses sensible projection parameters. | Kristian Evers | |
| 2016-09-08 | add Kristian's image plotting to doc tree | Howard Butler | |
