WritableTile

class bruty.combined_tile.WritableTile(id, raster_storage, history_storage)

Bases: bruty.combined_tile.Tile

Inheritance diagram of WritableTile

Attributes Summary

id

location

resolutions

writeable

Methods Summary

cleanup()

extract([area])

extract_at_commit([area, commit])

extract_at_date(area, date)

get_history()

insert_raster(raster, survey_date)

reproject()

save()

Attributes Documentation

id
location
resolutions
writeable

Methods Documentation

cleanup()
extract(area=None)
extract_at_commit(area=None, commit=None)
extract_at_date(area, date)
get_history()
insert_raster(raster, survey_date)
reproject()
save()
__init__(id, raster_storage, history_storage)

Initialize self. See help(type(self)) for accurate signature.