Revision 3795
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
29 | 29 |
$(review) |
30 | 30 |
endef |
31 | 31 |
|
32 |
define cpReview |
|
33 |
$(cp) |
|
34 |
$(review) |
|
35 |
endef |
|
36 |
|
|
32 | 37 |
##### General targets |
33 | 38 |
|
34 | 39 |
all: _always $(inputCoreMaps) dwc_maps vegx_maps self_maps ; |
... | ... | |
100 | 105 |
rootAttrs := |
101 | 106 |
|
102 | 107 |
VegX-VegBIEN.organisms.csv: VegX-VegBIEN.stems.csv |
103 |
env \ |
|
104 |
left_in_root= left_out_root= \ |
|
105 |
right_in_root='/stemobservation/*_id/plantobservation' \ |
|
106 |
right_out_root='/plantobservation' \ |
|
107 |
$(chRoot) |
|
108 |
$(cpReview) |
|
108 | 109 |
vegxMaps += VegX-VegBIEN.organisms.csv |
109 | 110 |
|
110 | 111 |
VegX-VegBIEN.plots.csv: VegX-VegBIEN.organisms.csv |
111 |
env \ |
|
112 |
left_in_root= left_out_root= \ |
|
113 |
right_in_root='/plantobservation/*_id/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent' \ |
|
114 |
right_out_root='/locationevent' \ |
|
115 |
$(chRoot) |
|
112 |
$(cpReview) |
|
116 | 113 |
vegxMaps += VegX-VegBIEN.plots.csv |
117 | 114 |
|
118 | 115 |
vegx_maps: _always $(vegxMaps) ; |
Also available in: Unified diff
mappings/VegX-VegBIEN.stems.csv: Reversed XPaths so that they start with location instead of plantobservation