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
- Host: GitHub
- URL: https://github.com/ignf/getnet
- Owner: IGNF
- License: other
- Created: 2018-07-03T13:11:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T12:14:28.000Z (over 7 years ago)
- Last Synced: 2025-01-16T09:56:18.704Z (about 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```