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

https://github.com/ignf/getnet

Get BDTopo network from WFS
https://github.com/ignf/getnet

Last synced: 12 months ago
JSON representation

Get BDTopo network from WFS

Awesome Lists containing this project

README

          

# GetNet

This module provide a tools to download a BDTopo network extract from WFS.

You can download the jar file here : https://github.com/IGNF/getnet/releases/download/1.0/GetNet.jar

User's guide

With the graphical front-end

- Download and copy the setup file on your computer
- double-click on the file
- Enter the Geoportail valid key. With this key you have to have access to the WFS with the resource BDTOPO_BDD_WLD_WGS84G:route
- if your are behind a proxy, enter the address
- click on "ok"
- by right clicking, select a bbox
-

With the command-line interface

```shell

java -Dhttp.proxyHost=proxy.ign.fr -Dhttp.proxyPort=3128 -jar getnet.jar PRATIQUE \\
2.39837991 48.74964230 2.44213927 48.78402541 0.01 "network.wkt" 4326

```