tracktable.render.mapmaker module¶
Important
This module is deprecated and will be removed in release 1.8. Please use tracktable.render.render_map.
Module contents¶
Convenience wrappers for geographic map creation and decoration
- tracktable.render.mapmaker.mapmaker(domain='terrestrial', *args, **kwargs)[source]¶
Generate a map for a given domain. Wrapper of render_map for deprecation purposes.
- Keyword Arguments:
domain (str) – Domain to create the map in (Default: ‘terrestrial’)
args (tuple) – Arguments to be passed to specific map creation (Default: tuple)
kwargs (dict) – Any other arguments to customize the generated map (Default: dict)
- Returns:
A terrestrial or cartesian domain map