Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jpetitcolas/french-geography
- Owner: jpetitcolas
- Created: 2011-10-30T08:04:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T19:58:55.000Z (about 10 years ago)
- Last Synced: 2024-07-15T14:39:56.036Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 2.26 MB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).