Skip to content

Commit 7e4bba0

Browse files
committed
add P4_calc_rast
1 parent 2566dba commit 7e4bba0

7 files changed

Lines changed: 2423 additions & 7 deletions

File tree

analysis/03_field_size.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ knitr::kable(out, row.names = TRUE)
138138
139139
# plot(rpg33_comp)
140140
# plot(pts33, add = TRUE, col = "red")
141-
ext_33 <- ext(c(443000, 446000, 6394000, 6398000))
142-
zoom_33 <- vect(ext_33, crs = crs(pts33))
143141
144142
zori <- crop(rpg33_ori, zoom_33)
145143
zseq <- crop(rpg33_seq, zoom_33)
@@ -438,4 +436,8 @@ La distribution de la taille des parcelles autour des sites d’échantillonnage
438436

439437
**À DISCUTER / DECIDER**:
440438

441-
Quelle source de données utiliser pour calculer la taille des parcelles autour des sites d’échantillonnage?
439+
Quelle source de données utiliser pour calculer la taille des parcelles autour des sites d’échantillonnage?
440+
441+
The European Environment Agency[4] and the INSPIRE specification for coordinate systems [5] recommends using this projection (also named ETRS89-LCC) for conformal pan-European mapping at scales smaller or equal to 1:500,000. In Metropolitan France, the official projection is Lambert-93,[6] a Lambert conic projection using RGF93 geodetic system[7] and defined by references parallels that are 44°N and 49°N.
442+
443+
Polygons to be polished.

0 commit comments

Comments
 (0)