All Projects → etalab → geo.data.gouv.fr

etalab / geo.data.gouv.fr

Licence: MIT license
Trouvez facilement les données géographiques dont vous avez besoin

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to geo.data.gouv.fr

deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+73.53%)
Mutual labels:  inspire, gis
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-80.88%)
Mutual labels:  inspire, geodata
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+6726.47%)
Mutual labels:  gis, geodata
awesome-geospatial-data-download-sites
This is the repo for open source geospatial data download sites.
Stars: ✭ 19 (-72.06%)
Mutual labels:  gis, geodata
gdal2tiles
A python library for generating map tiles based on gdal2tiles.py from GDAL project
Stars: ✭ 53 (-22.06%)
Mutual labels:  gis
LocationMapViewer
Android App to view Locations in a map with support for gpx, kml and kmz data
Stars: ✭ 31 (-54.41%)
Mutual labels:  geodata
ostora-jsapi4
Responsive template for building web mapping applications
Stars: ✭ 20 (-70.59%)
Mutual labels:  gis
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (-10.29%)
Mutual labels:  gis
awesome-csv
Awesome Comma-Separated Values (CSV) - What's Next? - Frequently Asked Questions (F.A.Q.s) - Libraries & Tools
Stars: ✭ 46 (-32.35%)
Mutual labels:  opendata
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-75%)
Mutual labels:  gis
lonlat bng
A multithreaded Rust library with FFI for converting WGS84 longitude and latitude coordinates into BNG (OSGB36) Eastings and Northings and vice versa (using OSTN15)
Stars: ✭ 20 (-70.59%)
Mutual labels:  gis
SpeedUpAmerica
Crowd-sourced internet speed tests using M-Lab data and user tests on a website, with charts, maps, and raw data downloads.
Stars: ✭ 24 (-64.71%)
Mutual labels:  gis
UMapControl
轻量级跨平台瓦片地图库
Stars: ✭ 35 (-48.53%)
Mutual labels:  gis
gems
Ruby Football Week 2021, June 11th to June 17th - 7 Days of Ruby (Sports) Gems ++ Best of Ruby Gems Series
Stars: ✭ 76 (+11.76%)
Mutual labels:  opendata
open-data-smn
An API to serve publicly available data from the SwissMetNet in 10min intervals
Stars: ✭ 23 (-66.18%)
Mutual labels:  opendata
website
Source du site statique de geotribu.net
Stars: ✭ 15 (-77.94%)
Mutual labels:  gis
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-14.71%)
Mutual labels:  gis
mars2d
【Mars2D平台 】主仓库,包含所有开源仓库清单导航
Stars: ✭ 182 (+167.65%)
Mutual labels:  gis
earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (+11.76%)
Mutual labels:  gis
pylandtemp
Algorithms for computing global land surface temperature and emissivity from NASA's Landsat satellite images with Python.
Stars: ✭ 110 (+61.76%)
Mutual labels:  geodata

geo.data.gouv.fr CircleCI

Trouvez facilement les données géographiques dont vous avez besoin

Last Release codecov XO code style

Présentation

Interface du site geo.data.gouv.fr basée sur les API de la plateforme Inspire et développée par la mission Etalab.

Ce projet front est basé sur Next.js, il utilise React.

Contribuer au code

Prérequis

  • Node.js >= 8
  • yarn (mais ça fonctionne aussi avec npm)

Installation des dépendances

yarn

Développement

Afin de configurer le projet correctement, il est conseillé de créer un fichier .env avec les variables d’environnement nécessaires à l’application.

.env permet de persister les variables d’environnement de développement dans un fichier plutôt que de les définir dans le shell, mais les deux fonctionnent. Cela fonctionne avec dotenv et next-runtime-dotenv.

Un fichier d’example existe : .env.example. Pour obtenir une configuration de base :

cp .env.sample .env

Enfin, lancer le serveur de développement avec :

yarn dev

Tests

yarn test

Génération des bundles de production

yarn build

Lancer le serveur en mode production

Il utilisera les bundles générés par yarn build.

yarn start

Génération de Changelog

La génération de changelog pour chaque tag sur GitHub se fait à l’aide de lerna-changelog.

GITHUB_AUTH=… yarn lerna-changelog

Pour générer le changelog que pour le dernier tag, utiliser l’option --tag-from avec comme argument le précédent tag.

Par exemple:

GITHUB_AUTH=… yarn lerna-changelog --tag-from v2.2.1

Le jeton d’authentification GitHub passé à l’aide de la variable d’environnement GITHUB_AUTH doit avoir le scope public_repo.

La génération du changelog et la création de releases GitHub sont automatisées par CircleCI à chaque publication de tag.

Docker

Une image est disponible sur le hub docker :

Docker Pulls

$ docker pull geodatagouv/geo.data.gouv.fr:latest

Mainteneurs principaux

Jérôme Desboeufs, Théophile Merlière et Bertrand Marron

Ce projet est largement ouvert aux contributions.

License

MIT

Divers

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].