Skip to main content

Python API for Mapizy Property Analytics

Project description

Mapizy Property Analytics- Python API

Property analytics is an machine learning based engine that helps industries like insurance, real-estate, and etc. Python API is useful to use Mapizy property analytics to developers simply using python language.

Usage

  1. First please register and make an account in Mapizy Studio and purchase the appropriate pricing plan or use the Free Tier mode.

  2. Go to API section and make API_key and API_url for your account.

  3. Install the package using ​

    pip install mapizy-property-analytics
    
  4. If you want to process analysis for a specific property you can use the following code:

    from mapizy_property_analytics import mapizy_property_analytics
    API_url = '<YOUR API URL>'
    API_key = '<YOUR API KEY>'
    Address = '<The property address>' # example: '5 Pele Ave Salisbury East Salisbury SA 5109'
    First_date = '<First date in YYYY-MM-DD format>' # example: '2018-01-01
    Last_date = '<Last date in YYYY-MM-DD format>' # example: '2020-01-01
    Frequency = '<Image retrive frequency, can be 2-yearly, yearly, half-yearly, quarterly>'
    Analyse_type = '<Analyse type can be change or latest>' # example: 'change'
    mapizy_property_analytics.development_API(API_url,API_key,Address = Address,\
                                  First_date= First_date,Last_date = Last_date,\
                                  Frequency = Frequency,Analyse_type = Analyse_type)
    
  5. All done

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mapizy_property_analytics-0.1.4-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file mapizy_property_analytics-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mapizy_property_analytics-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 81307b920c2766d1821600e0103ba681b15567ebed3253219da1d2eb30f87c08
MD5 5b98f1dc457860fefa5bce1af5d5db28
BLAKE2b-256 00c7fac819f77302b92a0e9ac1930d039f65b90482cdd2d8d53b5e79aaa9146a

See more details on using hashes here.

Supported by

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