Found a PDF from a company planning a datacenter project, with other datacenters location π΅οΈ
Found this PDF from NDC, explaining their project to build a new datacenter in Velizy-Villacoublay, in Ile-de-France region, in France.
In addition to the data regarding the project itself, page 6 shows a map of the city with approximative location of other datacenters.

8 datacenters are referenced in addition to the project from NDC.
First letβs look at how many datacenters we have in the database, with the city code of VΓ©lizy-Villacoublay : 78140
./dcwatch.py sql "select id, name, address, city_name, city_code, total_floor_area_sqm, power_total_mw, progress_step_id from datacenters where city_code=78140"
βββββββββ¬βββββββββββββββββββββββ¬βββββββββββββββββββββββ¬ββββββββββββββββββββββ¬ββββ¬βββββββββββββββββββββββ¬βββββββββββββββββ¬βββββββββββββββββββ
β id β name β address β city_name β β¦ β total_floor_area_sqm β power_total_mw β progress_step_id β
β int32 β varchar β varchar β varchar β β decimal(18,3) β decimal(18,3) β int32 β
βββββββββΌβββββββββββββββββββββββΌβββββββββββββββββββββββΌββββββββββββββββββββββΌββββΌβββββββββββββββββββββββΌβββββββββββββββββΌβββββββββββββββββββ€
β 12 β Fiducial (ex KHEOPβ¦ β 45 avenue de l\,euβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 1005.000 β 2.000 β 1 β
β 13 β DataBank FR3 / GDC3 β 16 avenue de lβEurβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 4440.000 β 7.000 β 1 β
β 95 β dc2scale VΓ©lizy β 16- rue Grange Damβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 10560.000 β 0.300 β 1 β
β 118 β Cogent Data Centerβ¦ β 16 Rue Grande Dameβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 1200.000 β 0.400 β 1 β
β 137 β ETIX_EVERYWHERE PAR3 β 14-16 Av. de l\,Euβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 3400.000 β 3.800 β 1 β
β 535 β NDC Velizy β 10 Av. Morane Saulβ¦ β VΓLIZY-VILLACOUBLAY β β¦ β 7461.000 β 20.000 β 2 β
βββββββββ΄βββββββββββββββββββββββ΄βββββββββββββββββββββββ΄ββββββββββββββββββββββ΄ββββ΄βββββββββββββββββββββββ΄βββββββββββββββββ΄βββββββββββββββββββ€
β 6 rows 8 columns (7 shown) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
We have 5 operating datacenters referenced and the NDC project. We might then miss 3 operating datacenters yet.
- Cogent: could be ID 118 β
- DC2 Scale: could be ID 95 β
- SFR: seem to lack in dcwatch β
- Equinix: β
- Orange: β
- Etix Everywhere: could be ID 137 β
- Confidential Hyperscaler: β
- Microsoft: β
- NDC project: β
Itβs not entirely clear up to this point, there might be errors both in the document and in dcwatch, but at least we know there is a clear mismatch. Letβs start with the obvious, the lacking ones, to see if we get any information.
Orange datacenter
Datacenters could be simply and explicitely referenced in Google Maps. This is the case for this one, type Datacenter Orange Velizy and youβll find it on Google Maps
Looking at the adress, this datacenter is actually at the border between Velizy and the neighbor city Meudon. The real address is in Meudon. So letβs check if we have it in the database:
./dcwatch.py sql "select id, name, address, city_name, city_code, total_floor_area_sqm, IT_floor_area_sqm, power_total_mw, progress_step_id from datacenters where city_code=92190"
βββββββββ¬βββββββββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββ¬ββββββββββββ¬ββββββββββββ¬βββββββββββββββββββββββ¬ββββββββββββββββββββ¬βββββββββββββββββ¬βββββββββββββββββββ
β id β name β address β city_name β city_code β total_floor_area_sqm β IT_floor_area_sqm β power_total_mw β progress_step_id β
β int32 β varchar β varchar β varchar β varchar β decimal(18,3) β decimal(18,3) β decimal(18,3) β int32 β
βββββββββΌβββββββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββΌββββββββββββΌββββββββββββΌβββββββββββββββββββββββΌββββββββββββββββββββΌβββββββββββββββββΌβββββββββββββββββββ€
β 14 β Orange Business Services β 22 Avenue du MarΓ©chal Juin- 92360 Meudon β MEUDON β 92190 β 11870.000 β 5935.000 β 17.570 β 1 β
β 15 β Equinix PA13 β 9 Avenue du MarΓ©chal Juin- 92360 Meudon β MEUDON β 92190 β 20475.000 β 10237.500 β 28.000 β 1 β
β 345 β Equinix PA15 (extension de PA13 en pβ¦ β 9 Avenue du MarΓ©chal Juin- 92360 Meudon β MEUDON β 92190 β NULL β NULL β 20.000 β 2 β
βββββββββ΄βββββββββββββββββββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββ΄ββββββββββββ΄ββββββββββββ΄βββββββββββββββββββββββ΄ββββββββββββββββββββ΄βββββββββββββββββ΄βββββββββββββββββββ
ID 14 seems to be the datacenter we look for. Number 22 in the street leads to the same place.
It seems there is an Equinix datacenter in this street as well that could have been visually mapped in VΓ©lizy in the document but seem to be in Meudon.
- Cogent: could be ID 118 β
- DC2 Scale: could be ID 95 β
- SFR: seem to lack in dcwatch β
- Equinix: probably β need to check β³
- Orange: β
- Etix Everywhere: could be ID 137 β
- Confidential Hyperscaler: β
- Microsoft: β
- NDC project: β