Skip to content

reenact.reenact.models#

Models for map-based layers in the reenact app.

AgriculturalArea #

Bases: StaticRegionModel

Static layer of agricultural areas.

BirdProtectionArea #

Bases: StaticRegionModel

Static layer of bird protection areas.

CadastralParcels #

Bases: StaticRegionModel

Static layer of cadastral parcels.

FaunaFloraHabitatArea #

Bases: StaticRegionModel

Static layer of Fauna-Flora-Habitat (FFH) areas.

Forest #

Bases: StaticRegionModel

Static layer of forest areas.

ForestProtected #

Bases: StaticRegionModel

Static layer of protected forest areas.

GeneratorBiomass #

Bases: StaticRegionModel

Point layer of biomass generators.

GeneratorPvGround #

Bases: StaticRegionModel

Point layer of ground-mounted PV generators.

GeneratorPvRoof #

Bases: StaticRegionModel

Point layer of rooftop PV generators.

GeneratorWind #

Bases: StaticRegionModel

Point layer of wind generators.

GeneratorWind15a #

Bases: StaticRegionModel

Point layer of wind generators (15a).

GeneratorWind25a #

Bases: StaticRegionModel

Point layer of wind generators (25a).

Grassland #

Bases: StaticRegionModel

Static layer of grassland areas.

LandscapeProtectionArea #

Bases: StaticRegionModel

Static layer of landscape protection areas.

Meadow #

Bases: StaticRegionModel

Static layer of meadows.

Municipality #

Bases: Model

Model for region level municipality.

Attributes:

Name Type Description
geom MultiPolygonField

Geometry of the municipality.

name CharField

Name of the municipality.

__str__() #

Return string representation of the model.

Returns:

Name Type Description
str str

Name of the municipality.

NaturalParks #

Bases: StaticRegionModel

Static layer of natural parks.

NatureConservationArea #

Bases: StaticRegionModel

Static layer of nature conservation areas.

OrganicSoils #

Bases: StaticRegionModel

Static layer of organic soils (peat) areas.

PotentialareaPaludicultureKlasse1 #

Bases: StaticRegionModel

Potential areas for paludiculture class 1.

PotentialareaPaludicultureKlasse2 #

Bases: StaticRegionModel

Potential areas for paludiculture class 2.

PotentialareaPaludicultureKlasse3 #

Bases: StaticRegionModel

Potential areas for paludiculture class 3.

PotentialareaPaludicultureMoorOhneFeldblock #

Bases: StaticRegionModel

Potential paludiculture areas on moor (without field block).

PotentialareaPaludicultureNichtEignung #

Bases: StaticRegionModel

Areas not suitable for paludiculture.

PotentialareaPvGround #

Bases: StaticRegionModel

Potential areas for ground-mounted PV.

PotentialareaPvRoof #

Bases: StaticRegionModel

Potential areas for rooftop PV.

PotentialareaWind1000m #

Bases: StaticRegionModel

Potential wind areas (1000 m buffer).

PotentialareaWind400m #

Bases: StaticRegionModel

Potential wind areas (400 m buffer).

PotentialareaWind600m #

Bases: StaticRegionModel

Potential wind areas (600 m buffer).

PotentialareaWind800m #

Bases: StaticRegionModel

Potential wind areas (800 m buffer).

PotentialareaWindRpg2024Draft #

Bases: StaticRegionModel

Potential wind areas (RPG 2024 draft).

PowerGrid #

Bases: StaticRegionModel

Multi-line layer of power grid segments.

ProtectedLandscapeParts #

Bases: StaticRegionModel

Static layer of protected parts of the landscape.

RoofGeneratorPvRoof #

Bases: StaticRegionModel

Static layer for roof geometry used for PV potential.

StaticRegionModel #

Bases: Model

Base class for static region models.

Attributes:

Name Type Description
geom MultiPolygonField

Geometry of the region.

WaterAndDrinkingWaterProtectionArea #

Bases: StaticRegionModel

Static layer of water and drinking water protection areas.