No project description provided
Project description
poi_kml
This module defines classes and functions for converting a CSV file of points of interest with addresses to a KML file for importing into mapping software.
Installation
To install molib, use pip (or similar):
pip install poi-kml
Documentation
First generate a test csv file
fake_file = poi_kml.make_fake_poi_csv('sample_poi.csv', n=20)
Example for generating a kml file
db = poi_kml.POIdb(fake_file)
db.set_home('1200 E California Blvd, Pasadena, CA 91125')
db.filter(miles=25)
db.to_kml(filename='poi_near')
print(db.sort(by='Name'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
poi_kml-0.1.1.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file poi_kml-0.1.1.tar.gz
.
File metadata
- Download URL: poi_kml-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ead3d9cbce771cbdd074d8bdc86fa4593dfe4d3dd88a9358504f42286cf86e3 |
|
MD5 | 193b819bfc26febda342c96dc42ec83d |
|
BLAKE2b-256 | ba852273565f630fb1d9906d799d950c3899c5a867bcb2e6036fc178ce82f654 |
File details
Details for the file poi_kml-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: poi_kml-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9088cc189d7fdacd8362a44b6dfebd4b7cea4068c2ab6c2b4b6985079b100e0 |
|
MD5 | 8c838c9dd35ab50b5fbd8fdf407b6c74 |
|
BLAKE2b-256 | 179d4df1dca10957b243410c245f5da8a4b583e5bc0217a29a9c218eba15a478 |