Marseille: an innovation maps the solar potential of schools

Julien Moreau

Updated on:

Marseille, frequent champion of sunshine in the metropolitan area, reveals a new facet of its radiance thanks to an innovation by Greenpeace and Data for Good: an unprecedented mapping to measure the solar potential of educational institutions. With nearly 235 sunny days annually, it becomes evident that this city could not only capture this natural energy but also transform it into a formidable electrical resource for schools and the community. Imagine a tool as accessible as it is intuitive that would allow you to discover, in just a few clicks, how much electricity could be generated on the roof of your school: welcome to the Solar Establishment platform. Let me tell you, this is not just a simple spotlight, but truly a boon to support the local energy transition and inject a touch of innovation into the Marseille urban landscape.

In brief: Marseille relies on its exceptional sunshine to turn its school rooftops into real solar power plants. An initiative supported by the Solar Establishment platform that lists more than 52,000 public schools nationwide, revealing a potential of 14 TWh per year, equivalent to the energy consumption of 2.8 million households. The metropolis is not idle: 59 schools already equipped, 5 under construction, and 29 under review, as part of its ambitious plan “Marseille 2030, Climate Goal.” This initiative places educational institutions at the heart of a green and energy transition, thus embedding the city in a trajectory where natural radiance finally rhymes with innovation and energy autonomy.

Solar Mapping: How Marseille is Revolutionizing Energy Optimization for Schools

Marseille, where the blue sky becomes almost a habit, proudly unveils a technological innovation called SoleilMap, the result of synergy between Greenpeace and Data for Good. This true solar mapping, often also called CartoSoleil or EduCartoSolar, offers a clear and quantified vision of the solar potential of school rooftops, thereby transforming each establishment into a possible source of local energy. On the Solar Establishment site, you can browse detailed sheets of each school, thus discovering their photovoltaic potential with precision. In Marseille, where light abounds, this innovation finds an even stronger resonance, allowing for the precise identification of which schools could equip solar panels and at what scale.

A Collaborative Innovation that Fits into the “Marseille 2030, Climate Goal” Strategy

With 59 schools already equipped, 5 under construction, and 29 others under study, Marseille is charting a clear path by integrating solar transition into its overall plan. This initiative aims to install 15 MWc of photovoltaic panels by 2030 across its public assets, including of course schools, gymnasiums, and swimming pools. Under the name SolarEdu Marseille or classSun, this program not only reduces the energy bill of educational institutions but also exerts a ripple effect on other local stakeholders. This mobilization reflects a genuine political will to affirm the role of schools as drivers of energy transition.

The Regional Photovoltaic Boom: A Strong Solar Wind Blows in Provence-Alpes-Côte d’Azur

The solar movement does not stop at Marseille. The Provence-Alpes-Côte d’Azur region is accelerating its production with already more than 2,587 MW installed, corresponding to a growth of 17% in one year. This boom is particularly driven by the rise of small rooftops, like those of schools. At the departmental level, colleges also benefit from numerous solar installations, such as those of Louis Armand or Jules Massenet institutions, which should cover up to 40% of their energy consumption.

Interactive Mapping and Open Data: A New Approach to Drive Transition

Thanks to tools like EnergiMap Marseille and Scolarisoleil, created to leverage open data, decision-makers, citizens, and educational actors can now easily access a precise and complete vision of the solar potential of their schools. These dynamic mappings are not limited to Marseille but extend across the entire French territory, demonstrating that the solar revolution is just a click away. A beautiful demonstration of the application of digital technology in the service of the environment.

Marseille: Interactive Mapping of Solar Potential of Educational Institutions

Explore key data on the solar potential of schools in Marseille and the PACA region through this interactive infographic.

Sunny Days

235

Equipped Schools

59

+ Solar Production

+17%

Photovoltaic Goal

15 MWc

Select a school to see its estimated solar potential:

Select a school

List of educational institutions in Marseille with their estimated solar potential

No school selected.

/* * Data associated with schools: * Simulating a set of open and internal JSON data, without external API. * * Structure of a simulated educational institution: * { * “id”: string, * “name”: string, * “address”: string, * “potential_kWc”: number, // estimated solar power in kWc * “production_mWh”: number // estimated annual solar production in MWh * } * * Example of a public free API that could provide similar data: * – Example: https://opendata.metropole-angers.fr/api/records/1.0/search/?dataset=solar-potential-buildings * – Example JSON response (excerpt): * { * “records”: [ * { * “fields”: { * “name”: “Jean Jaurès School”, * “address”: “8 Rue Jaurès, Marseille”, * “potential_kWc”: 12.5, * “production_mWh”: 15.3 * } * }, * … * ] * } * * Here: fictional data for demonstration */ const establishments = [ { id: “e1”, name: “Jean Jaurès School”, address: “8 Rue Jaurès, Marseille”, potential_kWc: 16.4, production_mWh: 19.2 }, { id: “e2”, name: “Louise Michel College”, address: “12 Avenue des Arts, Marseille”, potential_kWc: 21.7, production_mWh: 25.1 }, { id: “e3”, name: “Victor Hugo High School”, address: “45 Boulevard Sainte, Marseille”, potential_kWc: 30.2, production_mWh: 35.5 }, { id: “e4”, name: “Saint-Charles Elementary School”, address: “3 Place Saint-Charles, Marseille”, potential_kWc: 9.1, production_mWh: 10.7 }, { id: “e5”, name: “Marcel Pagnol College”, address: “27 Rue Paradis, Marseille”, potential_kWc: 18.0, production_mWh: 20.8 } ]; // Reference to HTML elements const selectSchools = document.getElementById(‘ecole-select’); const infoDetail = document.getElementById(‘info-detail’); const infoText = document.getElementById(‘info-text’); // Function to format numbers with spaces as thousands separators function formatNumber(n) { return n.toString().replace(/B(?=(d{3})+(?!d))/g, ‘ ‘); } // Initialization of the drop-down list of schools function initSelect() { establishments.forEach(estab => { const option = document.createElement(‘option’); option.value = estab.id; option.textContent = estab.name; selectSchools.appendChild(option); }); } // Display details of a selected school function displayDetails(id) { if (!id) { infoText.textContent = ‘No school selected.’; return; } const estab = establishments.find(e => e.id === id); if (!estab) { infoText.textContent = ‘Establishment not found.’; return; } infoText.innerHTML = ` ${estab.name}
Address: ${estab.address}
Estimated solar potential: ${formatNumber(estab.potential_kWc)} kWc
Estimated annual solar production: ${formatNumber(estab.production_mWh)} MWh `; infoDetail.focus(); } // Listener on selection selectSchools.addEventListener(‘change’, e => { displayDetails(e.target.value); }); // Initialization on loading initSelect();

Concrete projects that combine solar energy and local action

Marseille, as a true pioneer, shows a fine example of how territories can exploit natural resources. Schools equipped with solar panels, beyond being a significant electrical resource, also become centers for raising awareness about renewable energy. By installing these systems, public institutions not only reduce their energy bill: they become a ready-to-wear model of transition for citizens and public authorities. You will also discover that this dynamic relies on aesthetic innovations to harmoniously integrate the panels on roofs, as presented on Beem aesthetic solar energy.

Furthermore, Marseille can boast of a fruitful collaboration between public and private actors, making it possible to implement large-scale projects, even in a sometimes technically complicated context. To go further, the rise of bifacial solar panels, detailed on this explanatory page, illustrates how technological innovation optimizes local production even further.

{“@context”:”https://schema.org”,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”How does the Solar Establishment tool work?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”This interactive tool uses open data to calculate the photovoltaic potential of the roofs of public schools, allowing for visualization of possible electrical production.”}},{“@type”:”Question”,”name”:”What are the benefits for schools equipped with solar panels?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Schools reduce their energy bills, contribute to reducing CO2 emissions, and serve as models for raising awareness among students and the local community.”}},{“@type”:”Question”,”name”:”How does Marseille plan to achieve its photovoltaic goals?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Through its Marseille 2030 plan, the city aims for 15 MWc of installed solar energy across several public buildings, prioritizing schools and taking into account technical constraints.”}},{“@type”:”Question”,”name”:”Is solar technology accessible to small municipalities?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Yes, thanks to initiatives like EnergiMap Marseille, small municipalities can easily identify and exploit their solar potential, thereby facilitating the local energy transition.”}}]}

How does the Solar Establishment tool work?

This interactive tool uses open data to calculate the photovoltaic potential of the roofs of public schools, allowing for visualization of possible electrical production.

What are the benefits for schools equipped with solar panels?

Schools reduce their energy bills, contribute to reducing CO2 emissions, and serve as models for raising awareness among students and the local community.

How does Marseille plan to achieve its photovoltaic goals?

Through its Marseille 2030 plan, the city aims for 15 MWc of installed solar energy across several public buildings, prioritizing schools and taking into account technical constraints.

Is solar technology accessible to small municipalities?

Yes, thanks to initiatives like EnergiMap Marseille, small municipalities can easily identify and exploit their solar potential, thereby facilitating the local energy transition.