pycoast package
Subpackages
Submodules
- pycoast.cw_agg module
ContourWriterAGG
ContourWriterAGG.add_borders()
ContourWriterAGG.add_borders_to_file()
ContourWriterAGG.add_coastlines()
ContourWriterAGG.add_coastlines_to_file()
ContourWriterAGG.add_grid()
ContourWriterAGG.add_grid_to_file()
ContourWriterAGG.add_line()
ContourWriterAGG.add_polygon()
ContourWriterAGG.add_rivers()
ContourWriterAGG.add_rivers_to_file()
ContourWriterAGG.add_shapefile_shape()
ContourWriterAGG.add_shapefile_shapes()
- pycoast.cw_base module
ContourWriterBase
ContourWriterBase.add_cities()
ContourWriterBase.add_overlay_from_config()
ContourWriterBase.add_overlay_from_dict()
ContourWriterBase.add_points()
ContourWriterBase.add_shapes()
ContourWriterBase.draw_hexagon()
ContourWriterBase.draw_pentagon()
ContourWriterBase.draw_star()
ContourWriterBase.draw_triangle()
ContourWriterBase.is_agg
GeoNamesCitiesParser
Proj
get_resolution_from_area()
hash_dict()
- pycoast.cw_pil module
ContourWriterPIL
ContourWriterPIL.add_borders()
ContourWriterPIL.add_borders_to_file()
ContourWriterPIL.add_coastlines()
ContourWriterPIL.add_coastlines_to_file()
ContourWriterPIL.add_grid()
ContourWriterPIL.add_grid_to_file()
ContourWriterPIL.add_line()
ContourWriterPIL.add_polygon()
ContourWriterPIL.add_rivers()
ContourWriterPIL.add_rivers_to_file()
ContourWriterPIL.add_shapefile_shape()
ContourWriterPIL.add_shapefile_shapes()
Module contents
Pycoast package for adding geographic-based decorations to images.
- class pycoast.ContourWriter(*args, **kwargs)
Bases:
ContourWriterPIL
Writer wrapper for deprecation warning.
Deprecated since version 1.2.0: Use
ContourWriterPIL
orContourWriterAGG
instead.