Skip to main content

Codes to help using GeoAPIfy APIs

Project description

Geoapify4us

This is therepository to help using Geoapify website APIs to make maps or geojson files.

Note This is the personal trial to publisthe first python package on PyPi. You can send me such email or message to let me know the problem or advice to improve this package.

How to use?

Firstly, you need to get your own API key from 'Geoapify.com' And please check the needed variables before you use this. The variables for each method are as follows:

single_isoline(lat, lon, cal_type, cal_mode, search_range, apiKey, filename)

The variables are lattitude, longitude, type of calculation, moving mode, range of isoline map, APIkey, outputfilename.

ex) single_isoline(lat = 37.3, lon = 127.1, cal_type = 'distance', cal_mode = 'walk', search_range = 30, apiKey = 'YOUR_API_KEY', filename = 'output')

multi_isoline(lat, lon, cal_type, cal_mode, search_range, apiKey, filename)

The variables are lattitude, longitude, type of calculation, moving mode, multiple ranges of isoline map, APIkey, outputfilename.

ex) multi_isoline(lat = 37.3, lon = 127.1, cal_type = 'distance', cal_mode = 'walk', search_range = '5, 10, 15', apiKey = 'YOUR_API_KEY', filename = 'output')

Note It can be modified after the package update.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geoapify4us-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

geoapify4us-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page