Provide an easy interface to geolocation libraries
Project description
title: Cannuckfind
Cannuckfind is layered on top of large-scale multi-purpose projects. Its main purpose is to provide a convient interface to the larger projects with a goal to fascillitating the statistical analysis of informally entered locational data.
Installation
To use cannuckfind, first install it using pip:
PowerShell:: console
$ pip install cannuckfind
Options
This will install the package. The package will contain three modules that can be imported for other uses:
- C3 - determine if text suggests a Canadian, US or other origin.
- geocasual - incorporate informal langauge.
- geolocation - error reporting system.
Example
Here we can test if a given city is in Canada.
code-block:: Cannuckfind ===========
Cannuckfind is layered on top of large-scale multi-purpose projects. Its main purpose is to provide a convient interface to the larger projects with a goal to fascillitating the statistical analysis of informally entered locational data.
Installation
To use cannuckfind, first install it using pip:
PowerShell:: console
$ pip install cannuckfind
Options
This will install the package. The package will contain three modules that can be imported for other uses:
- C3 - determine if text suggests a Canadian, US or other origin.
- geocasual - incorporate informal langauge.
- geolocation - error reporting system.
Example
Here we can test if a given city is in Canada.
code-block:
import geograpy
import C3
demoC3 = C3.C3(useGEOGRPY = True)
print(demoC3.isCan('Toronto, Ontario'))
print(demoC3.isCan('Buffaloe, New York'))
Will return a True of Toronto and a False for Buffaloe.
Final Note
This is still an early version.
import geograpy import C3 demoC3 = C3.C3(useGEOGRPY = True) print(demoC3.isCan('Toronto, Ontario')) print(demoC3.isCan('Buffaloe, New York'))
Will return a True of Toronto and a False for Buffaloe.
Final Note
This is still an early version.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cannuckfind-0.0.10.tar.gz.
File metadata
- Download URL: cannuckfind-0.0.10.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a59ee5c8a13554b7fb5e4ca0795a26ef14e38362f96010448754ec69680323
|
|
| MD5 |
a2da348ba937aa088fd7e4ee05ddab04
|
|
| BLAKE2b-256 |
1d36e84fa96c9d3006ad5907049073466b1aba9414b08c1c32e75825372b08f3
|
File details
Details for the file cannuckfind-0.0.10-py3-none-any.whl.
File metadata
- Download URL: cannuckfind-0.0.10-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba562585f032c10373149f3acf184687cd855be610a15555d1eb0c9a4cab4d4c
|
|
| MD5 |
02ea9fd3f312ffaaeb21733e5d89a5f6
|
|
| BLAKE2b-256 |
96cc92ec08b15ced03194dd5c4295407d93b1eff97d9fa4009d55010fa196b63
|