This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ÿØÿà JFIF ÿâØICC_PROFILE È 0 mntrRGB XYZ à acsp öÖ Ó- desc ð $rXYZ gXYZ ( bXYZ < wtpt P rTRC d (gTRC d (bTRC d (cprt Œ <mluc enUS s R G BXYZ o¢ 8õ XYZ b™ ·… ÚXYZ $ „ ¶ÏXYZ öÖ Ó-para ff ò§ | |
Y Ð | |
[ mluc enUS G o o g l e I n c . 2 0 1 6ÿÛ C | |
ÿÛ C | |
ÿÀ €" ÿÄ ÿÄ r |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: "2.0" | |
info: | |
version: "1.0.0" | |
title: "API Qualification Adresse" | |
contact: | |
email: "[email protected]" | |
description: | | |
**Ce service permet de réaliser des traitements sur une ou plusieurs adresses et récupérer des informations associées:** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET _search | |
{ | |
"query": { | |
"match_all": {} | |
} | |
} | |
DELETE /ban | |
PUT /ban | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: "2.0" | |
info: | |
version: "1.0.0" | |
title: "API Qualification Adresse" | |
contact: | |
email: "[email protected]" | |
description: | | |
**Ce service permet de réaliser des traitements sur une ou plusieurs adresses et récupérer des informations associées:** |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRUNCATE TABLE `rzp_copy`; | |
INSERT INTO `rzp_copy` (`id_tech`, `address_id`, `distribution_site_code_roc`, `distribution_site_end_date`, `distribution_site_start_date`, `cabin_site_code_roc`, `cabin_site_start_date`, `cabin_site_end_date`, `collection_site_code_roc`, `collection_site_start_date`, `collection_site_end_date`, `parcel_site_code_roc`, `parcel_site_start_date`, `parcel_site_end_date`) VALUES | |
(1, '00001', 'A37845', '', '2015-04-02T09:11:37Z', 'A37845', '2015-04-02T09:11:37Z', '', 'A37845', '2015-04-02T09:11:37Z', '', 'A37845', '2015-04-02T09:11:37Z', ''), | |
(2, '00002', 'A16819', '', '2015-04-02T09:11:37Z', 'A16819', '2015-04-02T09:11:37Z', '', 'A16819', '2015-04-02T09:11:37Z', '', 'A16819', '2015-04-02T09:11:37Z', ''), | |
(3, '00003', 'A12599', '', '2015-04-02T09:11:37Z', 'A12599', '2015-04-02T09:11:37Z', '', 'A12599', '2015-04-02T09:11:37Z', '', 'A12599', '2015-04-02T09:11:37Z', ''), |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"took": 907, | |
"timed_out": false, | |
"_shards": { | |
"total": 2060, | |
"successful": 2060, | |
"failed": 0 | |
}, | |
"hits": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "insee;localité;cea;ligne 3;numéro;extension;voie;géométrie;srid;code géométrie" > ban-688-no.csv | |
cat ban-688-no.json | sed -e "s/{\"insee\":\"//g" | sed -e "s/\",\"localité\":\"/;/g" | sed -e "s/\",\"voie\":\"/;/g"| sed -e "s/\",\"géométrie\":\"/;/g" | sed -e "s/\",\"cea\":\"/;/g" | sed -e "s/,\"code géométrie\":/;/g" | sed -e "s/\",\"srid\":/;/g" |sed -e "s/}//g" | sed -e "s/\",\"ligne 3\":\"/;/g" | sed -e "s/\",\"numéro\":/;/g" | sed -e "s/,\"extension\":/;/g" | sed -e "s/,\"voie\":\"/;/g" | sed -e "s/;null;/;;/g" >>ban-688-no.csv | |
echo "insee;localité;cea;voie;géométrie;srid;code géométrie" > ban-688-voie.csv | |
cat ban-688-voie.json | sed -e "s/{\"insee\":\"//g" | sed -e "s/\",\"localité\":\"/;/g" | sed -e "s/\",\"voie\":\"/;/g"| sed -e "s/\",\"géométrie\":\"/;/g" | sed -e "s/\",\"cea\":\"/;/g" | sed -e "s/,\"code géométrie\":/;/g" | sed -e "s/\",\"srid\":/;/g" |sed -e "s/}//g" >> ban-688-voie.csv | |
NewerOlder