geoips.plugins.classes.sector_spec_generators package#

Submodules#

geoips.plugins.classes.sector_spec_generators.center_coordinates module#

Generate standard pyresample area definitions given center coordinates.

Given desired center lat/lon, projection, resolution, and shape, return a valid pyresample area definition object.

class geoips.plugins.classes.sector_spec_generators.center_coordinates.CenterCoordinateSectorSpecGeneratorPlugin(module=None)[source]#

Bases: BaseSectorSpecGeneratorPlugin

Center Coordinate Sector Spec generator plugin class.

call(area_id, long_description, clat, clon, projection, pixel_width, pixel_height, num_samples, num_lines)[source]#

Create area definition using clat, clon, resolution, and shape.

family = 'area_definition'#
interface = 'sector_spec_generators'#
name = 'center_coordinates'#
set_clat_clon_proj_info(clat, clon, pr_proj, num_samples, num_lines, pixel_width, pixel_height)[source]#

Create standard proj4 dictionary from passed projection information.

geoips.plugins.classes.sector_spec_generators.center_coordinates.PLUGIN_CLASS#

alias of CenterCoordinateSectorSpecGeneratorPlugin

Module contents#

Geoips sector_spec_generators init file.