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:
BaseSectorSpecGeneratorPluginCenter 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'#
- geoips.plugins.classes.sector_spec_generators.center_coordinates.PLUGIN_CLASS#
Module contents#
Geoips sector_spec_generators init file.