Containers are immediately available in /mnt/{vfs.name}
Related to issue #84
Warning: Bellegarde (01033) has no successor after 1956-10-18 | |
Warning: Coupy (01126) has no successor after 1966-03-22 | |
Warning: Champagne (01079) has no successor after 1956-10-18 | |
Warning: Saint-Maurice-d'Échazeaux (01377) has no successor after 1943-07-31 | |
Warning: Amareins-Francheleins-Cesseins (01165) has no successor after 1973-12-31 | |
Warning: Hauteville (01185) has no successor after 1942-07-31 | |
Warning: Treffort-Cuisiat (01426) has no successor after 1972-11-30 | |
Warning: Coulonges-en-Tardenois (02220) has no successor after 1956-06-07 | |
Warning: Les Longueval-Barbonval (02439) has no successor after 1970-12-31 | |
Warning: Charmont-sur-Marne (02524) has no successor after 1974-09-30 |
Containers are immediately available in /mnt/{vfs.name}
Related to issue #84
I hereby claim:
To claim this, I am signing this object:
var PDFParser = require('pdf2json'); | |
var _ = require('lodash'); | |
var _s = require('underscore.string'); | |
var parser = new PDFParser(); | |
var startTime = Date.now(); | |
parser.on("pdfParser_dataReady", function() { | |
var endOfParsing = Date.now(); |
SELECT | |
ST_AsGeoJSON(appellation.geom) AS geom, | |
ST_AREA(ST_INTERSECTION(input_geom, appellation.geom)::geography) / 10000 AS area, | |
appellation, | |
id_uni, | |
ST_CONTAINS(input_geom, appellation.geom) AS contains | |
FROM | |
( | |
SELECT | |
communes.insee, |
# OpenFisca-Web-API - Development environment configuration | |
# | |
# The %(here)s variable will be replaced with the parent directory of this file. | |
[DEFAULT] | |
debug = true | |
# Uncomment and replace with the address which should receive any error reports | |
# email_to = [email protected] | |
# smtp_server = localhost | |
# error_email_from = [email protected] |
# Récupère le dump de la base | |
scp -r mesaides:~/dump-2014-11-25-1 . | |
# Invite de commande mongo | |
mongo | |
> use dds-dev | |
> db.dropDatabase() | |
> exit | |
# Import |