Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpetitcolas/french-geography

A collaborative list of all French regions, departments and cities. Currently only in SQL, but perhaps soon in YAML, XML, etc.
https://github.com/jpetitcolas/french-geography

Last synced: 3 months ago
JSON representation

A collaborative list of all French regions, departments and cities. Currently only in SQL, but perhaps soon in YAML, XML, etc.

Awesome Lists containing this project

README

        

# French geography

This repository provides a full list of regions, departments and cities in France, in various formats.

If you just need to grab data exports, simply browse [data folder](https://github.com/jpetitcolas/french-geography/tree/master/data).
It currently supports *YAML* and *SQL* formats.

## How to generate data exports?

First, you need to install all dependencies:

``` sh
composer install
```

Then, in order to re-generate all the data from the latest yearly official data, just use:

``` sh
make generate
```

## License

This project is released under [MIT licence](http://opensource.org/licenses/MIT).