Package mapproxy :: Package core :: Module seed
[hide private]
[frames] | no frames]

Module seed

source code

Classes [hide private]
  SeedPool
Manages multiple SeedWorker.
  SeedWorker
  ETA
  Seeder
  CacheSeeder
Seed multiple caches with the same option set.
  SeedTask
Functions [hide private]
 
limit_sub_bbox(bbox, sub_bbox) source code
 
timestamp() source code
 
format_bbox(bbox) source code
 
status_symbol(i, total) source code
 
seed_from_yaml_conf(conf_file, verbose=True, rebuild_inplace=True, dry_run=False, concurrency=2) source code
 
before_timestamp_from_options(options) source code
 
exp_backoff(func, args=(), kw={}, max_repeat=10, start_backoff_sec=2, exceptions=(<type 'exceptions.Exception'>)) source code
 
check_shapely() source code
 
caches_from_layer(layer) source code
 
load_datasource(datasource, where=None) source code
 
load_polygons(geom_files) source code
 
simplify_geom(geom) source code
 
transform_geometry(from_srs, to_srs, geometry) source code
 
transform_polygon(transf, polygon) source code
 
transform_multipolygon(transf, multipolygon) source code
 
transform_xy(from_srs, to_srs, xy) source code
Variables [hide private]
  shapely_present = True
  NONE = 0
  CONTAINS = -1
  INTERSECTS = 1