Skip to content

chase0213/Geocodecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Geocodecs

  • Geocodecs provides a translator from addresses into geocodings.

Requirements

  • python3
    • simplejson

Installation

  1. clone this product into your working directory.
git clone git@github.com:chase0213/Geocodecs.git
  1. install using setuptools
cd Geocodecs && python3 setup.py install

How to Use

  • import this class into your project:
import geocodecs.geocodecs as geo
  • get url from address (addresses can be Kanji character)
url = geo.geocoding_from_address(address="Yokohama")
  • get json object
json_obj = geo.request_with_url(url)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages