Skip to content

Commit

Permalink
Update for DVF 2019-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Oct 30, 2019
1 parent 17deb88 commit f025d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions improve-csv.js
Expand Up @@ -21,7 +21,7 @@ const {getParcellesCommune} = require('./lib/parcelles')
const {getCommune, getCommuneActuelle, getCodeDepartement, getCommuneFromCadastre} = require('./lib/recog')

const DATE_ALIGNEMENT = '2019-01-01'
const DATE_ALIGNEMENT_CADASTRE = '2018-01-01'
const DATE_ALIGNEMENT_CADASTRE = '2019-01-01'

function convertRow(row, {culturesMap, culturesSpecialesMap}) {
const dateMutation = getDateMutation(row)
Expand Down Expand Up @@ -91,7 +91,7 @@ function convertRow(row, {culturesMap, culturesSpecialesMap}) {
return converted
}

const millesimes = ['2018', '2017', '2016', '2015', '2014']
const millesimes = ['2019', '2018', '2017', '2016', '2015', '2014']

async function main() {
const culturesMap = await getCulturesMap()
Expand Down

0 comments on commit f025d5d

Please sign in to comment.