0.6.0 • Published 2 years ago

@etalab/project-legal v0.6.0

Weekly downloads
49
License
MIT
Repository
github
Last release
2 years ago

@etalab/project-legal

Projection de coordonnées WGS-84 vers le système légal français en vigueur

npm version

Installation

npm install @etalab/project-legal

Utilisation

const proj = require('@etalab/project-legal')

proj([2.308310, 48.850244]) // 20 Avenue de Ségur à Paris
// => [649242.57, 6861355.85] RGF93 / Lambert-93

proj([-18.984375, 65.080666]) // Islande
// => null

Navigateur

Cette bibliothèque expose un point d’entrée browser pour être utilisée dans une application web.

Projections légales supportées

TerritoireProjection
France métropolitaineRGF93 / Lambert-93
Antilles françaisesRGAF09 / UTM zone 20N
GuyaneRGFG95 / UTM zone 22N
RéunionRGR92 / UTM zone 40S
MayotteRGM04 / UTM zone 38S
Saint-Pierre-et-MiquelonRGSPM06 / UTM zone 21N
Nouvelle CalédonieRGNC91-93 / Lambert New Caledonia
Polynésie FrançaiseRGPF / UTM zone 5S 6S 7S 8S
Wallis et FutunaMOP78 / UTM zone 1S

Licence

MIT

0.6.0

2 years ago

0.5.0

2 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.3

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago