Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
cloneobj custom- deepclone_lodash - extend jquery - jsonparse - clone
(version: 1)
cloneobj custom- deepclone_lodash - extend jquery - jsonparse - clone
Comparing performance of:
cloneDeep lodash vs $.extend vs clone_obj vs json parse, json stringify vs clone
Created:
4 years ago
by:
Registered User
Jump to the latest result
HTML Preparation code:
<script src="https://cdnjs.cloudflare.com/ajax/libs/clone/1.0.4/clone.min.js" integrity="sha512-DnAb1jKHBEwQiL3WNROTHx15qqHPjb5APGfUFopcXO4gjk4T/vGNwLbffnfwFYfle/cCQ1x/fi5u5qsJmKrPAA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js'></script>
Script Preparation code:
var result = null; function clone_obj( o ) { let out, v, key; out = Array.isArray( o ) ? [] : {}; for ( key in o ) { v = o[ key ]; out[ key ] = ( typeof v === "object" && v !== null ) ? clone_obj( v ) : v; } return out; } myObj = [ { "structure_id": "xOfRyZZlQTLJ", "collective_structures": null, "structure_type": "Exploitation", "structure": "ALBERT ERIC", "siret": "99372081200057", "region": null, "contact_nom": "MR ALBERT ERIC", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0657575757", "structure_mail": "", "structure_codeadh": 99900, "wiuz_id": 1048, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 1, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.6, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "uWJegDwhZtDB", "collective_structures": null, "structure_type": "Exploitation", "structure": "ALEXIS MATHIEU", "siret": "83526284100017", "region": "Nouvelle-Aquitaine", "contact_nom": "ALEXIS MATHIEU", "contact_prenom": "", "wiuz_adresse": "POUMAREAU", "wiuz_cp": "47130", "wiuz_commune": "BRUCH", "structure_telephone": "0553952757", "structure_portable": "0688069373", "structure_mail": "mathieu.alex47@gmail.com", "structure_codeadh": 59836, "wiuz_id": 385, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Poumareau 47130 Bruch", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.419799,44.219125]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 0, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "9iSOIwMpB1LW", "collective_structures": null, "structure_type": "Exploitation", "structure": "ANDRIEUX PASCAL", "siret": "80372081200012", "region": "Nouvelle-Aquitaine", "contact_nom": "ANDRIEUX PASCAL", "contact_prenom": "", "wiuz_adresse": "LIEU DIT L EGLISE", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553207376", "structure_portable": "0685262493", "structure_mail": "paandrieu@orange.fr", "structure_codeadh": 246, "wiuz_id": 3, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "L'Eglise 47400 Hautesvignes", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.351724,44.45944]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 14, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 5.5, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "XXBVehMXcLAz", "collective_structures": null, "structure_type": "Exploitation", "structure": "ANTONI GREGORY", "siret": "82810902500019", "region": "Nouvelle-Aquitaine", "contact_nom": "ANTONI GREGORY", "contact_prenom": "", "wiuz_adresse": "FREGELIS SUD", "wiuz_cp": "47400", "wiuz_commune": "GRATELOUP-SAINT-GAYRAND", "structure_telephone": "0677487238", "structure_portable": "0677487238", "structure_mail": "le47400@gmail.com", "structure_codeadh": 59711, "wiuz_id": 384, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Fregelis Nord 47400 Grateloup-Saint-Gayrand", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.4104,44.406514]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 13, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 6.8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "mwqMVRSU3OHd", "collective_structures": null, "structure_type": "Exploitation", "structure": "ARDILLER CHRISTELLE", "siret": "79012334300010", "region": "Nouvelle-Aquitaine", "contact_nom": "ARDILLER CHRISTELLE", "contact_prenom": "", "wiuz_adresse": "LIEU DIT FAUREAUX", "wiuz_cp": "24160", "wiuz_commune": "SAINT-MARTIAL-D'ALBAREDE", "structure_telephone": "", "structure_portable": "0684054595", "structure_mail": "", "structure_codeadh": 64771, "wiuz_id": 1889, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Le Faureau 24160 Saint-Martial-d'Albarède", "coordinates": "{\"type\":\"Point\",\"coordinates\":[1.036898,45.335512]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "AfYyDe7o0Qry", "collective_structures": null, "structure_type": "Exploitation", "structure": "ASTEGNO JEAN-LOUIS", "siret": "40462591500024", "region": null, "contact_nom": "", "contact_prenom": "", "wiuz_adresse": "1621 RTE DU BOIS DE CHASTELOT", "wiuz_cp": "47400", "wiuz_commune": "GRATELOUP-SAINT-GAYRAND", "structure_telephone": "", "structure_portable": "", "structure_mail": "", "structure_codeadh": 44977, "wiuz_id": 580081, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 13.9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "fscbG7U8umjk", "collective_structures": null, "structure_type": "Exploitation", "structure": "AUGIZEAU LAURENT", "siret": "44367465000017", "region": "Nouvelle-Aquitaine", "contact_nom": "", "contact_prenom": "", "wiuz_adresse": "1621 ROUTE DE LAPERCHE", "wiuz_cp": "47800", "wiuz_commune": "LAPERCHE", "structure_telephone": "", "structure_portable": "", "structure_mail": "", "structure_codeadh": 46983, "wiuz_id": 1574, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Mausse 47800 Laperche", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.417922,44.551033]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 5, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.8, "trust": 6, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 13, "trust": 6, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "vPz1SROWP33R", "collective_structures": null, "structure_type": "Exploitation", "structure": "AURIVA-ELEVAGE", "siret": "30116525400063", "region": "Nouvelle-Aquitaine", "contact_nom": "BAZAILLACQ JEAN LUC", "contact_prenom": "", "wiuz_adresse": "DOMAINE DU PLANTEY", "wiuz_cp": "47250", "wiuz_commune": "LABASTIDE-CASTEL-AMOUROUX", "structure_telephone": "0553930273", "structure_portable": "0637371563", "structure_mail": "nicolas.maginet@auriva-elevage.fr", "structure_codeadh": 13708, "wiuz_id": 2224, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Chemin du Plantey 47250 Labastide-Castel-Amouroux", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.111402,44.344737]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "ljf3tg4Vgd0R", "collective_structures": null, "structure_type": "Exploitation", "structure": "BARBES XAVIER", "siret": "52296175400010", "region": "Nouvelle-Aquitaine", "contact_nom": "BARBES XAVIER", "contact_prenom": "", "wiuz_adresse": "2319 ROUTE DE VILLENEUVE", "wiuz_cp": "47300", "wiuz_commune": "SAINTE-COLOMBE-DE-VILLENEUVE", "structure_telephone": "0553400055", "structure_portable": "0686253457", "structure_mail": "xavierbarbes@yahoo.fr", "structure_codeadh": 59606, "wiuz_id": 1650, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "2319 Route de Prayssas 47300 Sainte-Colombe-de-Villeneuve", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.645166,44.353015]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 8, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 5.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "A28McTpQEFQQ", "collective_structures": null, "structure_type": "Exploitation", "structure": "BARRE LAURENT", "siret": "40810639100019", "region": "Nouvelle-Aquitaine", "contact_nom": "BARRE LAURENT", "contact_prenom": "", "wiuz_adresse": "JANZAT", "wiuz_cp": "47150", "wiuz_commune": "SAVIGNAC-SUR-LEYZE", "structure_telephone": "0553364866", "structure_portable": "0786019774", "structure_mail": "lor-en-barre@orange.fr", "structure_codeadh": 42811, "wiuz_id": 4585, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Jansat 47150 Savignac-sur-Leyze", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.807516,44.482177]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 14, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 9.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "TR8q5BLzlauz", "collective_structures": null, "structure_type": "Exploitation", "structure": "BARRIVIERA LUDOVIC", "siret": "53209639300014", "region": "Nouvelle-Aquitaine", "contact_nom": "BARRIVIERA LUDOVIC", "contact_prenom": "", "wiuz_adresse": "PONT DU MARAIS", "wiuz_cp": "47200", "wiuz_commune": "GAUJAC", "structure_telephone": "0553937687", "structure_portable": "0670309602", "structure_mail": "ludobarri@orange.fr", "structure_codeadh": 941, "wiuz_id": 10, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Route du Marais 47200 Gaujac", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.103899,44.493737]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 9, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 10.3, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 9, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "C3cq7NSPWPP5", "collective_structures": null, "structure_type": "Exploitation", "structure": "BAYSSIE NATHALIE", "siret": "49482705800020", "region": "Nouvelle-Aquitaine", "contact_nom": "BAYSSIE NATHALIE", "contact_prenom": "", "wiuz_adresse": "LAS TURASSES", "wiuz_cp": "47340", "wiuz_commune": "CASSIGNAS", "structure_telephone": "0553479734", "structure_portable": "0617608221", "structure_mail": "natbayssie@orange.fr", "structure_codeadh": 28024, "wiuz_id": 1413, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Las Turrasses 47340 Cassignas", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.770784,44.305716]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 11, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 16, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "6k0F88tUSVN2", "collective_structures": null, "structure_type": "Exploitation", "structure": "BEAUJARDIN JEAN BERNARD", "siret": "39232267300014", "region": "Nouvelle-Aquitaine", "contact_nom": "BEAUJARDIN JEAN BERNARD", "contact_prenom": "", "wiuz_adresse": "LAMAISON", "wiuz_cp": "47400", "wiuz_commune": "LAGRUERE", "structure_telephone": "0553896097", "structure_portable": "0610754611", "structure_mail": "jbb.beaujardin@gmail.com", "structure_codeadh": 45664, "wiuz_id": 4495, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Mayson 47400 Lagruère", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.250812,44.390629]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 1, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 9.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 1, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "Wc0d3auAgjJ9", "collective_structures": null, "structure_type": "Exploitation", "structure": "BEAUVIEUX PASCAL", "siret": "51049648200017", "region": "Nouvelle-Aquitaine", "contact_nom": "", "contact_prenom": "", "wiuz_adresse": "LA MARRONIE", "wiuz_cp": "24600", "wiuz_commune": "COMBERANCHE-ET-EPELUCHE", "structure_telephone": "", "structure_portable": "", "structure_mail": "", "structure_codeadh": 76970, "wiuz_id": 5379, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "La Coutentie et la Paquie 24600 Allemans", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.307195,45.27642]}", "certifications_infos": [ { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] }, { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 8, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.5, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] } ] }, { "structure_id": "L1v5Q3M5nseR", "collective_structures": null, "structure_type": "Exploitation", "structure": "BEAUVILLE THIERRY", "siret": "52357596700014", "region": "Nouvelle-Aquitaine", "contact_nom": "BEAUVILLE THIERRY", "contact_prenom": "", "wiuz_adresse": "13 ROUTE DE MONTRAVEL LIEU DIT LA LANDE", "wiuz_cp": "24230", "wiuz_commune": "SAINT-SEURIN-DE-PRATS", "structure_telephone": "0687195039", "structure_portable": "0687195039", "structure_mail": "thierry.beauville@live.fr", "structure_codeadh": 1305, "wiuz_id": 397, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Rue de la Maréchalerie 24230 Saint-Seurin-de-Prats", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.075304,44.827586]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "BSyPVA1gQTpr", "collective_structures": null, "structure_type": "Exploitation", "structure": "BENIER JULIEN", "siret": "99912081200012", "region": null, "contact_nom": "MR BENIER JULIEN", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0612121212", "structure_mail": "", "structure_codeadh": 99912, "wiuz_id": 1060, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 14, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "vKtif1Sj8l5b", "collective_structures": null, "structure_type": "Exploitation", "structure": "BENVENUTO GILLES", "siret": "33887900000010", "region": "Nouvelle-Aquitaine", "contact_nom": "M BENVENUTO GILLES", "contact_prenom": "", "wiuz_adresse": "PECOMME", "wiuz_cp": "40240", "wiuz_commune": "LABASTIDE-D'ARMAGNAC", "structure_telephone": "0558452527", "structure_portable": "0683515110", "structure_mail": "gilles.benvenuto@orange.fr", "structure_codeadh": 1525, "wiuz_id": 913, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Pommé 40240 Labastide-d'Armagnac", "coordinates": "{\"type\":\"Point\",\"coordinates\":[-0.116534,43.94338]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "6puljkalbCHU", "collective_structures": null, "structure_type": "Exploitation", "structure": "BERTHAUD YANNICK", "siret": "40942143500010", "region": "Nouvelle-Aquitaine", "contact_nom": "BERTHAUD YANNICK", "contact_prenom": "", "wiuz_adresse": "TARIS", "wiuz_cp": "40410", "wiuz_commune": "SAUGNACQ-ET-MURET", "structure_telephone": "0558077980", "structure_portable": "0607558628", "structure_mail": "", "structure_codeadh": 1624, "wiuz_id": 465, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Chemin Taris 40410 Saugnacq-et-Muret", "coordinates": "{\"type\":\"Point\",\"coordinates\":[-0.789778,44.371032]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "4qljv16ZaNNT", "collective_structures": null, "structure_type": "Exploitation", "structure": "BESNIER STEPHANE", "siret": "82445165200013", "region": "Nouvelle-Aquitaine", "contact_nom": "BESNIER STEPHANE", "contact_prenom": "", "wiuz_adresse": "LOCHES", "wiuz_cp": "47360", "wiuz_commune": "MONTPEZAT", "structure_telephone": "0553950681", "structure_portable": "0640670202", "structure_mail": "stphanebesnier@yahoo.fr", "structure_codeadh": 31028, "wiuz_id": 166, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Loche 47360 Montpezat", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.497035,44.357301]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 2, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 2, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "O3JCS79r5UDk", "collective_structures": null, "structure_type": "Exploitation", "structure": "BETEILLE BENOIT", "siret": "50874928000022", "region": "Nouvelle-Aquitaine", "contact_nom": "BETEILLE BENOIT", "contact_prenom": "", "wiuz_adresse": "MONTBAZON", "wiuz_cp": "47260", "wiuz_commune": "VERTEUIL-D'AGENAIS", "structure_telephone": "0553843220", "structure_portable": "0672676684", "structure_mail": "bbeteille@gmail.com", "structure_codeadh": 53337, "wiuz_id": 3038, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Montbazon 47260 Verteuil-d'Agenais", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.421022,44.439523]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 16, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.3, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 10.3, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "kyb6W1UQiSgN", "collective_structures": null, "structure_type": "Exploitation", "structure": "BEYNE DANIEL", "siret": "38348075300011", "region": "Nouvelle-Aquitaine", "contact_nom": "BEYNE DANIEL", "contact_prenom": "", "wiuz_adresse": "AU JOUANDOUS", "wiuz_cp": "47210", "wiuz_commune": "RIVES", "structure_telephone": "0553403787", "structure_portable": "0682428603", "structure_mail": "daniel.beyne0442@orange.fr", "structure_codeadh": 85013, "wiuz_id": 5436, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Jouandous 47210 Rives", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.739742,44.650929]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "9KlXYHy3zyoz", "collective_structures": null, "structure_type": "Exploitation", "structure": "BIRGINIE NICOLAS", "siret": "99372081200017", "region": null, "contact_nom": "MR BIRGINIE NICOLAS", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0617171717", "structure_mail": "", "structure_codeadh": 99917, "wiuz_id": 1065, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "HAPtxftAjo8L", "collective_structures": null, "structure_type": "Exploitation", "structure": "BITTARD JEAN-JACQUES", "siret": "52189254700022", "region": "Nouvelle-Aquitaine", "contact_nom": "BITTARD JEAN JACQUES", "contact_prenom": "", "wiuz_adresse": "LA GENEBRE", "wiuz_cp": "24600", "wiuz_commune": "CHASSAIGNES", "structure_telephone": "0630818228", "structure_portable": "0630818228", "structure_mail": "zakbittard@orange.fr", "structure_codeadh": 64192, "wiuz_id": 5013, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "La Genèbre 24600 Chassaignes", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.242521,45.247385]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 16, "trust": 7, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 6.8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 15, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 7, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "c7vLnns3ggA1", "collective_structures": null, "structure_type": "Exploitation", "structure": "BITTARD JOSE", "siret": "40834859700019", "region": "Nouvelle-Aquitaine", "contact_nom": "BITTARD JOSE", "contact_prenom": "", "wiuz_adresse": "LD CHANTERIALE", "wiuz_cp": "24600", "wiuz_commune": "PETIT-BERSAC", "structure_telephone": "0672340459", "structure_portable": "0672340459", "structure_mail": "josebittard@gmail.com", "structure_codeadh": 64459, "wiuz_id": 5066, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 3, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 14, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 3, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "CgeRWpdxTQOR", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOISNAY MICHEL", "siret": "35301815300018", "region": "Nouvelle-Aquitaine", "contact_nom": "BOISNAY MICHEL", "contact_prenom": "", "wiuz_adresse": "PRADELOUP", "wiuz_cp": "47380", "wiuz_commune": "MONTASTRUC", "structure_telephone": "0553418115", "structure_portable": "0681722459", "structure_mail": "michel.boisnay@aol.fr", "structure_codeadh": 25392, "wiuz_id": 446, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Pradelou 47380 Montastruc", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.518135,44.501594]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "EyRwGxGtHuf0", "collective_structures": null, "structure_type": "Exploitation", "structure": "BONNE JEROME", "siret": "40463296000013", "region": "Nouvelle-Aquitaine", "contact_nom": "BONNE JEROME", "contact_prenom": "", "wiuz_adresse": "LA PENCHADE", "wiuz_cp": "47600", "wiuz_commune": "MONTAGNAC-SUR-AUVIGNON", "structure_telephone": "0553657816", "structure_portable": "0632022664", "structure_mail": "jerome.bonne47@gmail.com", "structure_codeadh": 2098, "wiuz_id": 3334, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.7, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 7, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "6qYK3EyDqfHg", "collective_structures": null, "structure_type": "Exploitation", "structure": "BORDESSOULE JEAN-CLAUDE", "siret": "40809808500017", "region": "Nouvelle-Aquitaine", "contact_nom": "BORDESSOULE JEAN CLAUDE", "contact_prenom": "", "wiuz_adresse": "LE BOURG", "wiuz_cp": "47250", "wiuz_commune": "BOUGLON", "structure_telephone": "0553892564", "structure_portable": "0672230898", "structure_mail": "j-claude.b@hotmail.fr", "structure_codeadh": 46856, "wiuz_id": 4764, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Le Bourg 47250 Bouglon", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.096714,44.393148]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 14, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 9.3, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "yyFniqVtY4v0", "collective_structures": null, "structure_type": "Exploitation", "structure": "BORDIN THIERRY", "siret": "40461454700010", "region": "Nouvelle-Aquitaine", "contact_nom": "BORDIN THIERRY", "contact_prenom": "", "wiuz_adresse": "MONTPLAISIR", "wiuz_cp": "47190", "wiuz_commune": "AIGUILLON", "structure_telephone": "0553796792", "structure_portable": "0622541886", "structure_mail": "thierry.bordin@wanadoo.fr", "structure_codeadh": 9326, "wiuz_id": 3416, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Montplaisir 47190 Aiguillon", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.348374,44.270988]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "IKkoFqkCJOBS", "collective_structures": null, "structure_type": "Exploitation", "structure": "BORTOLIN ANNIE", "siret": "39892511500014", "region": "Nouvelle-Aquitaine", "contact_nom": "BORTOLIN ANNIE", "contact_prenom": "", "wiuz_adresse": "PUREAU", "wiuz_cp": "47350", "wiuz_commune": "SEYCHES", "structure_telephone": "0553836527", "structure_portable": "0651386646", "structure_mail": "m.bortolin@orange.fr", "structure_codeadh": 74019, "wiuz_id": 1773, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "ne74wUASRQLf", "collective_structures": null, "structure_type": "Exploitation", "structure": "BORTOLIN MATHIEU", "siret": "80896887900011", "region": "Nouvelle-Aquitaine", "contact_nom": "BORTOLIN MATHIEU", "contact_prenom": "", "wiuz_adresse": "ST ETIENNE DE LONDRES", "wiuz_cp": "47350", "wiuz_commune": "PUYMICLAN", "structure_telephone": "0651386646", "structure_portable": "0651386646", "structure_mail": "matthieu.bortolin@gmail.com", "structure_codeadh": 63073, "wiuz_id": 1734, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Route de Saint-étienne de Londres 47350 Puymiclan", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.303067,44.512473]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 8, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 7.8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 7, "trust": 9, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 8, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "YR9IzCSHWpVW", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOULANGER GUILLAUME", "siret": "38175228600025", "region": "Hauts-de-France", "contact_nom": "BOULANGER GUILLAUME", "contact_prenom": "", "wiuz_adresse": "100 RUE DE LA VALLEE", "wiuz_cp": "60162", "wiuz_commune": "ANTHEUIL-PORTES", "structure_telephone": "0609486177", "structure_portable": "0609486177", "structure_mail": "earl-boulanger@wanadoo.fr", "structure_codeadh": 1510, "wiuz_id": 891, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "100 Rue de la Vallee 60162 Antheuil-Portes", "coordinates": "{\"type\":\"Point\",\"coordinates\":[2.755934,49.496184]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 2, "trust": 5, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 5, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "OhaGLRLMvnEm", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOURSINHAC FABIENNE", "siret": "43993836600010", "region": "Nouvelle-Aquitaine", "contact_nom": "BOURSINHAC FABIENNE", "contact_prenom": "", "wiuz_adresse": "CHAUSSARD", "wiuz_cp": "47370", "wiuz_commune": "TOURNON-D'AGENAIS", "structure_telephone": "0553407118", "structure_portable": "0629904104", "structure_mail": "bernard.boursinhac@sfr.fr", "structure_codeadh": 31534, "wiuz_id": 3696, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Chemin de Chaussard 47370 Tournon-d'Agenais", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.988276,44.40007]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 0, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "lcqAPoJTFOLk", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOURY SEBASTIEN", "siret": "75055892600028", "region": "Nouvelle-Aquitaine", "contact_nom": "BOURY SEBASTIEN", "contact_prenom": "", "wiuz_adresse": "LIEU DIT GRAND ROUDIE", "wiuz_cp": "47410", "wiuz_commune": "SEGALAS", "structure_telephone": "0524326168", "structure_portable": "0684314036", "structure_mail": "sebi_973@hotmail.fr", "structure_codeadh": 58138, "wiuz_id": 5498, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Grand Roudie 47410 Ségalas", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.556807,44.597237]}", "certifications_infos": [ { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 9, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] }, { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 9, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 16.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] } ] }, { "structure_id": "r3YTrOSwzDnc", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOUSQUET MAITE", "siret": "99372081200013", "region": null, "contact_nom": "MR BOUSQUET MAITE", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0613131313", "structure_mail": "", "structure_codeadh": 99914, "wiuz_id": 1062, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 16, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "kyNtGfEbZjnq", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOUSQUET MAITE - SDA", "siret": "99940081200013", "region": null, "contact_nom": "", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "", "structure_portable": "", "structure_mail": "", "structure_codeadh": 99940, "wiuz_id": 1087, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 7, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 5.5, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 7, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "KNokeKoMRAq8", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOUTOU MARIE-CLAIRE", "siret": "42955615200016", "region": "Nouvelle-Aquitaine", "contact_nom": "DAURAT MARIE CLAIRE", "contact_prenom": "", "wiuz_adresse": "TEOULETY", "wiuz_cp": "47410", "wiuz_commune": "SEGALAS", "structure_telephone": "", "structure_portable": "0676027437", "structure_mail": "phil.simon4@wanadoo.fr", "structure_codeadh": 6069, "wiuz_id": 2044, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Teoulety 47410 Ségalas", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.563742,44.592597]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 5, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.3, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 10.4, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "fYneyFDznuCc", "collective_structures": null, "structure_type": "Exploitation", "structure": "BOZZETTO FRANCIS", "siret": "39203859200011", "region": "Nouvelle-Aquitaine", "contact_nom": "BOZZETTO FRANCIS", "contact_prenom": "", "wiuz_adresse": "LA GEYRE", "wiuz_cp": "47180", "wiuz_commune": "SAINTE-BAZEILLE", "structure_telephone": "0553208682", "structure_portable": "0607097436", "structure_mail": "bozzetto.francis@wanadoo.fr", "structure_codeadh": 5022, "wiuz_id": 31, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "La Geyre 47180 Sainte-Bazeille", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.103251,44.523786]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "XQzSJNZOhvQV", "collective_structures": null, "structure_type": "Exploitation", "structure": "BRANQUET SYLVIE", "siret": "82955907900019", "region": "Nouvelle-Aquitaine", "contact_nom": "BRANQUET SYLVIE", "contact_prenom": "", "wiuz_adresse": "LAURESPIC", "wiuz_cp": "47340", "wiuz_commune": "HAUTEFAGE-LA-TOUR", "structure_telephone": "0553493023", "structure_portable": "0682653285", "structure_mail": "sarlbranquet@hotmail.fr", "structure_codeadh": 31648, "wiuz_id": 2718, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Laurespic 47340 Hautefage-la-Tour", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.791851,44.322041]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 15, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 5.4, "trust": 9, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "fNRPsOD5jdQ8", "collective_structures": null, "structure_type": "Exploitation", "structure": "BROUAT NICOLAS", "siret": "82314701200012", "region": "Nouvelle-Aquitaine", "contact_nom": "BROUAT NICOLAS", "contact_prenom": "", "wiuz_adresse": "BRU", "wiuz_cp": "47140", "wiuz_commune": "PENNE-D'AGENAIS", "structure_telephone": "0610878786", "structure_portable": "0610878786", "structure_mail": "nicolasb097@gmail.com", "structure_codeadh": 59643, "wiuz_id": 3186, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Saint-Léger 47140 Penne-d'Agenais", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.879935,44.364786]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 6, "trust": 8, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.6, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 2, "trust": 3, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 8, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "XGdlPNaRXMs1", "collective_structures": null, "structure_type": "Exploitation", "structure": "BRUNET MICKAEL", "siret": "99372081200015", "region": null, "contact_nom": "MR BRUNET MICKAEL", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0615151515", "structure_mail": "", "structure_codeadh": 99915, "wiuz_id": 1063, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 7, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] }, { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 13, "trust": 7, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 5.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] } ] }, { "structure_id": "dzRj0sLXWY5C", "collective_structures": null, "structure_type": "Exploitation", "structure": "BRY PHILIPPE", "siret": "35137869000017", "region": "Nouvelle-Aquitaine", "contact_nom": "BRY PHILIPPE", "contact_prenom": "", "wiuz_adresse": "LIEU DIT MELON", "wiuz_cp": "33540", "wiuz_commune": "CAUMONT", "structure_telephone": "0556718739", "structure_portable": "0682390169", "structure_mail": "philippe.bry@wanadoo.fr", "structure_codeadh": 64649, "wiuz_id": 1399, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Lieu Dit Melon 33540 Caumont", "coordinates": "{\"type\":\"Point\",\"coordinates\":[-0.031506,44.688795]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "Vl3klsEJ2IZX", "collective_structures": null, "structure_type": "Exploitation", "structure": "BUISSON BRUNO", "siret": "45124715900010", "region": "Nouvelle-Aquitaine", "contact_nom": "BUISSON BRUNO", "contact_prenom": "", "wiuz_adresse": "LABOURDASSE", "wiuz_cp": "47310", "wiuz_commune": "SAINT-VINCENT-DE-LAMONTJOIE", "structure_telephone": "0553951140", "structure_portable": "0686056583", "structure_mail": "bruno.buisson3@wanadoo.fr", "structure_codeadh": 50475, "wiuz_id": 1595, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Labourdasse 47310 Saint-Vincent-de-Lamontjoie", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.518833,44.090562]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 10, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.6, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "nkW5BbfnQ6G4", "collective_structures": null, "structure_type": "Exploitation", "structure": "CACHAU MATHIEU", "siret": "99372081200058", "region": null, "contact_nom": "MR CACHAU MATHIEU", "contact_prenom": "", "wiuz_adresse": "EXPLOIT DE DEMO", "wiuz_cp": "47400", "wiuz_commune": "HAUTESVIGNES", "structure_telephone": "0553798590", "structure_portable": "0658585858", "structure_mail": "", "structure_codeadh": 99909, "wiuz_id": 1057, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 0, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "oHiRr3UGAoMV", "collective_structures": null, "structure_type": "Exploitation", "structure": "CADEILLAN JEAN", "siret": "38232388900016", "region": null, "contact_nom": "CADEILLAN JEAN", "contact_prenom": "", "wiuz_adresse": "MESTIERAU", "wiuz_cp": "47310", "wiuz_commune": "LAMONTJOIE", "structure_telephone": "0553951468", "structure_portable": "0632457899", "structure_mail": "helices.cadeillan@wanadoo.fr", "structure_codeadh": 45820, "wiuz_id": 3700, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 13, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 10.8, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 8.3, "trust": 7, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 4, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "by2E5tyC8Qbc", "collective_structures": null, "structure_type": "Exploitation", "structure": "CALZAVARA MARTINE", "siret": "40464636600017", "region": "Nouvelle-Aquitaine", "contact_nom": "CALZAVARA MARTINE", "contact_prenom": "", "wiuz_adresse": "LES PAVINS", "wiuz_cp": "47120", "wiuz_commune": "VILLENEUVE-DE-DURAS", "structure_telephone": "0557462350", "structure_portable": "0681805315", "structure_mail": "paul.calzavara@orange.fr", "structure_codeadh": 10217, "wiuz_id": 1196, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Les Pavins 47120 Villeneuve-de-Duras", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.218585,44.730447]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 12.9, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "4uoLrMRoJCaG", "collective_structures": null, "structure_type": "Exploitation", "structure": "CAMMAS BERNARD", "siret": "44958400200017", "region": "Nouvelle-Aquitaine", "contact_nom": "CAMMAS BERNARD", "contact_prenom": "", "wiuz_adresse": "SOUBIROUS ST AMANS", "wiuz_cp": "47240", "wiuz_commune": "CASTELCULIER", "structure_telephone": "", "structure_portable": "0614603510", "structure_mail": "bernardcammas11@gmail.com", "structure_codeadh": 31963, "wiuz_id": 3701, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Saint Amans 47240 Castelculier", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.697637,44.18466]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 5, "trust": 5, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 6.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11.2, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 5, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "JQbY9aHPmtQZ", "collective_structures": null, "structure_type": "Exploitation", "structure": "CANZIAN PHILIPPE", "siret": "41539603500024", "region": "Nouvelle-Aquitaine", "contact_nom": "MR CANZIAN PHILIPPE", "contact_prenom": "", "wiuz_adresse": "DAUGADE", "wiuz_cp": "47130", "wiuz_commune": "MONTESQUIEU", "structure_telephone": "", "structure_portable": "0664515613", "structure_mail": "philippe.canzian@orange.fr", "structure_codeadh": 18424, "wiuz_id": 3524, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": null, "coordinates": "{\"type\":\"Point\",\"coordinates\":[null,null]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 1, "trust": 9, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 9.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 9, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "QwIcrqxHyU1q", "collective_structures": null, "structure_type": "Exploitation", "structure": "CARNEJAC JEROME", "siret": "39516205000037", "region": "Nouvelle-Aquitaine", "contact_nom": "CARNEJAC JEROME", "contact_prenom": "", "wiuz_adresse": "LASCRAMBELLES", "wiuz_cp": "47140", "wiuz_commune": "PENNE-D'AGENAIS", "structure_telephone": "0553878240", "structure_portable": "0681032671", "structure_mail": "jcarnejac@orange.fr", "structure_codeadh": 21718, "wiuz_id": 2477, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Les Hauts de Carlane 47140 Penne-d'Agenais", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.822652,44.388306]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 16, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 8.1, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 12.6, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "dbye0V8R0V4m", "collective_structures": null, "structure_type": "Exploitation", "structure": "CASONATO PHILIPPE", "siret": "42916784400019", "region": "Nouvelle-Aquitaine", "contact_nom": "CASONATO PHILIPPE", "contact_prenom": "", "wiuz_adresse": "MONREPOS", "wiuz_cp": "47310", "wiuz_commune": "BRAX", "structure_telephone": "0553678374", "structure_portable": "0615915841", "structure_mail": "bernard.casonato@orange.fr", "structure_codeadh": 13631, "wiuz_id": 1223, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Monrepos 47310 Brax", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.539077,44.2103]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 11, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 7.7, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 1.8, "trust": 5, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 4, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] }, { "structure_id": "8unEudsawHdO", "collective_structures": null, "structure_type": "Exploitation", "structure": "CASSAR JEROME", "siret": "42756886000030", "region": "Nouvelle-Aquitaine", "contact_nom": "CASSAR JEROME", "contact_prenom": "", "wiuz_adresse": "PAJAU", "wiuz_cp": "47400", "wiuz_commune": "GRATELOUP-SAINT-GAYRAND", "structure_telephone": "0553790728", "structure_portable": "0686702014", "structure_mail": "sophie.pouch@orange.fr", "structure_codeadh": 55060, "wiuz_id": 461, "karnott_id": null, "sendup_id": null, "feedit_customer": "non", "adresse": "Pajau 47400 Grateloup-Saint-Gayrand", "coordinates": "{\"type\":\"Point\",\"coordinates\":[0.3678,44.409457]}", "certifications_infos": [ { "certification": "hve", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 0, "trust": 10, "max_score": 10, "min_score": 0 }, { "label": "Phytosanitaire", "score": 0, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Fertilisation", "score": 11, "trust": 0, "max_score": 10, "min_score": 0 }, { "label": "Irrigation", "score": "NR", "trust": 99, "max_score": 10, "min_score": 0 } ] }, { "certification": "daucy", "campagne_audit": "2021", "date_audit": null, "status": "Non certifiée", "indicators": [ { "label": "Biodiversité", "score": 3, "trust": 10, "max_score": 6, "min_score": 0 }, { "label": "Phytosanitaire", "score": 3, "trust": 99, "max_score": 13, "min_score": 0 }, { "label": "Fertilisation", "score": 0, "trust": 99, "max_score": 7, "min_score": 0 }, { "label": "Irrigation", "score": 0, "trust": 99, "max_score": 4, "min_score": 0 }, { "label": "Sol", "score": 0, "trust": 99, "max_score": 1, "min_score": 0 }, { "label": "Déchets", "score": 0, "trust": 99, "max_score": 2, "min_score": 0 } ] } ] } ];
Tests:
cloneDeep lodash
result = _.cloneDeep(myObj)
$.extend
result = $.extend( true, [], myObj );
clone_obj
result = clone_obj( true, [], myObj );
json parse, json stringify
result = JSON.parse(JSON.stringify(myObj ));
clone
result = clone( true, [], myObj );
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (5)
Previous results
Fork
Test case name
Result
cloneDeep lodash
$.extend
clone_obj
json parse, json stringify
clone
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Autogenerated LLM Summary
(model
llama3.2:3b
, generated one year ago):
It looks like you have a lot of data here, but I'll focus on the specific questions and answers. **Individual test cases** Can you please provide more information about these test cases? What are they supposed to measure or verify? Are there any specific requirements or constraints for each test case? Also, can you please specify which one you would like me to answer first? **Latest benchmark result** This seems to be a list of benchmark results. Can you please tell me what the following columns represent: * `RawUAString`: The raw User Agent string from the browser. * `Browser`: The browser name (e.g., Chrome 96). * `DevicePlatform`: The device platform (e.g., Desktop). * `OperatingSystem`: The operating system (e.g., Windows). * `ExecutionsPerSecond`: The number of executions per second. * `TestName`: The name of the test case. Which specific information would you like me to extract or analyze from this data?
Related benchmarks:
Comparing deep cloning methods (small object): Lodash <> Custom clone func <> JSON.parse <> structuredClone
Comparing deep cloning methods (array of objects): Lodash <> Custom clone func <> JSON.parse <> structuredClone
Comparing deep cloning methods (small object): Lodash <> Custom clone func <> JSON.parse <> structuredClone 2
Comparing deep cloning methods (Complex object): Lodash <> Custom clone func <> JSON.parse <> structuredClone
Comments
Confirm delete:
Do you really want to delete benchmark?