Skip to contents

Datasets containing information on various paddy clusters.

TODO: Document how clusters were defined? #52

Usage

albufera_clusters

albufera_cluster_geometries

Format

albufera_clusters

A data frame with one row per cluster, and the following columns:

cluster_id

character. Unique identifier of cluster.

ditch

character. Ditch to which the cluster pertains.

area

numeric. Area (in squared meters) of the cluster.

tancat

logical. Whether the cluster is a "tancat".

rice_variety

character. Variety of rice planted in the cluster.

case

factor. ...?

albufera_cluster_geometries

A data frame with one row per cluster, and the columns:

cluster_id

character. Unique identifier of cluster.

geometry

vector of class sfc_MULTIPOLYGON.

Details

Both datasets have the same cardinality (one row per cluster), and they are separated merely for efficiency reasons. They can be joined using the common cluster_id key column.