Skip to content

Number of parsers to extract GIS data from Belarus ISP providers web-sites

License

Notifications You must be signed in to change notification settings

MrLokans/isp-coverage-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Parsers of belorusian high-speed internet coverage. Parses data from ISP's (Beltelecom and MTS is now supported) sites and exports data to different file formats (currently only CSV is supported).

Installation

Clone repo

git clone https://github.com/MrLokans/isp-coverage-map

Install package

cd isp-coverage-map
sudo python setup.py install

Usage

Script may be used straight from the shell

isp_coverage --name mts mts_coverage.csv

or from python scripts

from by_isp_coverage import CSV_Exporter, MTS_Parser

parser = MTS_Parser()
exporter = CSV_Exporter()

points = parser.get_points()
exporter.export_points(points, "mts_coverage.csv")

Contributing, troubleshooting and issues

Send all issues to project's issues You're free to send pull requests :)

About

Number of parsers to extract GIS data from Belarus ISP providers web-sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published