Coordinate Reference System:
User input: EPSG:4326
wkt:
GEOGCRS["WGS 84",
ENSEMBLE["World Geodetic System 1984 ensemble",
MEMBER["World Geodetic System 1984 (Transit)"],
MEMBER["World Geodetic System 1984 (G730)"],
MEMBER["World Geodetic System 1984 (G873)"],
MEMBER["World Geodetic System 1984 (G1150)"],
MEMBER["World Geodetic System 1984 (G1674)"],
MEMBER["World Geodetic System 1984 (G1762)"],
MEMBER["World Geodetic System 1984 (G2139)"],
MEMBER["World Geodetic System 1984 (G2296)"],
ELLIPSOID["WGS 84",6378137,298.257223563,
LENGTHUNIT["metre",1]],
ENSEMBLEACCURACY[2.0]],
PRIMEM["Greenwich",0,
ANGLEUNIT["degree",0.0174532925199433]],
CS[ellipsoidal,2],
AXIS["geodetic latitude (Lat)",north,
ORDER[1],
ANGLEUNIT["degree",0.0174532925199433]],
AXIS["geodetic longitude (Lon)",east,
ORDER[2],
ANGLEUNIT["degree",0.0174532925199433]],
USAGE[
SCOPE["Horizontal component of 3D system."],
AREA["World."],
BBOX[-90,-180,90,180]],
ID["EPSG",4326]]
Simple feature collection with 20984 features and 5 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 24.777 ymin: -18.222 xmax: 33.332 ymax: -8.997
CRS: NA
# A tibble: 20,984 × 6
uuid date season rained planted geometry
* <chr> <date> <dbl> <dbl> <dbl> <POINT>
1 009a8424 2015-11-15 1 0 0 (27.256 -16.926)
2 00df166f 2015-11-15 1 0 0 (26.942 -16.504)
3 02671a00 2015-11-15 1 0 0 (27.254 -16.914)
4 03f4dcca 2015-11-15 1 0 0 (27.237 -16.733)
5 042cf7b3 2015-11-15 1 0 0 (27.138 -16.807)
6 05618404 2015-11-15 1 0 0 (26.875 -16.611)
7 064beba0 2015-11-15 1 1 0 (26.752 -16.862)
8 083a46a2 2015-11-15 1 0 0 (26.977 -16.765)
9 08eb2224 2015-11-15 1 0 0 (26.912 -16.248)
10 0ab761d6 2015-11-15 1 0 0 (27.113 -16.95)
# ℹ 20,974 more rows
Simple feature collection with 20984 features and 5 fields
Geometry type: POINT
Dimension: XY
Bounding box: xmin: 24.777 ymin: -18.222 xmax: 33.332 ymax: -8.997
Geodetic CRS: WGS 84
# A tibble: 20,984 × 6
uuid date season rained planted geometry
* <chr> <date> <dbl> <dbl> <dbl> <POINT [°]>
1 009a8424 2015-11-15 1 0 0 (27.256 -16.926)
2 00df166f 2015-11-15 1 0 0 (26.942 -16.504)
3 02671a00 2015-11-15 1 0 0 (27.254 -16.914)
4 03f4dcca 2015-11-15 1 0 0 (27.237 -16.733)
5 042cf7b3 2015-11-15 1 0 0 (27.138 -16.807)
6 05618404 2015-11-15 1 0 0 (26.875 -16.611)
7 064beba0 2015-11-15 1 1 0 (26.752 -16.862)
8 083a46a2 2015-11-15 1 0 0 (26.977 -16.765)
9 08eb2224 2015-11-15 1 0 0 (26.912 -16.248)
10 0ab761d6 2015-11-15 1 0 0 (27.113 -16.95)
# ℹ 20,974 more rows