AU-BCE-EE / ALFAM2-data

The ALFAM2 dataset on ammonia loss from field-applied manure
GNU General Public License v3.0
5 stars 2 forks source link

Check some application method names #43

Open sashahafner opened 5 months ago

sashahafner commented 5 months ago

In ALFAM_function.R I have this:

  am <- c(`Band spread or trailing hose` = 'bsth',
          Broadcast = 'bc',
          `NUGA-tine` = 'ts', # NTS: Check with JMP
          `NUGA` = 'ts', # NTS: Check with JMP
          `Open slot injection` = 'os',
          `Closed slot injection` = 'os',
          `Trailing shoe` = 'ts',
          `Trailing hose` = 'bsth',
          `Wide band` = 'bsth')

Wide/narrow band needs checking with Jan. NUGA wit Johanna.

sashahafner commented 5 months ago

This is handy for finding problems after running stack_new.R:

x <- pdat[is.na(pdat$app.method), ]
x$country
x[, c('app.method.orig', 'app.method')]