|
1 | | -FoppaInit v1.0.2 |
| 1 | +FoppaInit v1.0.3 |
2 | 2 | ------------------------------------------------------------------------- |
3 | 3 | *Initialization of the FOPPA database* |
4 | 4 |
|
5 | | -* Copyright 2021-2023 Lucas Potin & Vincent Labatut |
| 5 | +* Copyright 2021-2024 Lucas Potin & Vincent Labatut |
6 | 6 |
|
7 | 7 | FoppaInit is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For source availability and license information see `licence.txt` |
8 | 8 |
|
9 | 9 | * **Lab site:** http://lia.univ-avignon.fr |
10 | 10 | * **GitHub repo:** https://github.com/CompNet/FoppaInit |
11 | | -* **Data:** https://doi.org/10.5281/zenodo.7808664 |
| 11 | +* **Data:** https://doi.org/10.5281/zenodo.10879932 |
12 | 12 | * **Contact:** Lucas Potin <lucas.potin@univ-avignon.fr> |
13 | 13 |
|
14 | 14 | ------------------------------------------------------------------------- |
15 | 15 |
|
16 | 16 | # Description |
17 | | -These scripts create the FOPPA database v.1.1.2 from raw TED files. This database relies mainly on the award notices of public contracts related to French clients and suppliers from 2010 to 2020 in the Tenders Electronic Daily. It also proposes an enrichment of these data, thanks to the siretization of agents (i.e. the retrieval of their unique IDs, which is missing for most of them) as well as the cleaning and extraction of award criteria, and other processing. |
| 17 | +These scripts create the FOPPA database v.1.1.3 from raw TED files. This database relies mainly on the award notices of public contracts related to French clients and suppliers from 2010 to 2020 in the Tenders Electronic Daily. It also proposes an enrichment of these data, thanks to the siretization of agents (i.e. the retrieval of their unique IDs, which is missing for most of them) as well as the cleaning and extraction of award criteria, and other processing. |
18 | 18 |
|
19 | 19 | The process conducted to build the FOPPA is quite long, though (around 1 week, depeding on the hardware), so the produced database is alternatively directly available on [Zenodo](https://doi.org/10.5281/zenodo.7808664). The detail of this processing are described in an article [[P'23]](#references), and in further detail in a technical report [[P'22]](#references). |
20 | 20 |
|
@@ -64,9 +64,10 @@ Tested with Python version 3.8.0, with the following packages: |
64 | 64 | * [`dedupe`](https://pypi.org/project/dedupe/): version 2.0.19. |
65 | 65 |
|
66 | 66 | # Data |
67 | | -The produced database is directly available publicly online on [Zenodo](https://doi.org/10.5281/zenodo.7443842), under three different forms: |
| 67 | +The produced database is directly available publicly online on [Zenodo](https://doi.org/10.5281/zenodo.10879932), under four different forms: |
68 | 68 | * SQLite file: https://www.sqlite.org/index.html |
69 | | -* SQL dump. |
| 69 | +* SQLite dump. |
| 70 | +* MySQL dump. |
70 | 71 | * CSV files (one by table). |
71 | 72 |
|
72 | 73 | # References |
|
0 commit comments