Home
Softono

Orange3 Geo

Open source Python
28
Stars
28
Forks
7
Issues
9
Watchers
6 months
Last Commit

 About Orange3 Geo

:tangerine: :earth_africa: Orange add-on for dealing with geography and geo-location

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Orange3 Geo?

We provide expert installation service for this software. Our team will install, configure, and secure Orange3 Geo on your server. plans start at just $30.

Orange3 Geo

View on GitHub

Orange3-Geo

Discord Chat build: passing codecov

Orange add-on for dealing with geography and geo-location. It provides widgets for visualizing maps and regions, and encoding and decoding geographical data.

Installation

Install from Orange add-on installer through Options - Add-ons.

To install the add-on with pip use

pip install Orange3-Geo

To install the add-on from source, run

python setup.py install

To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python's site-packages directory), run

python setup.py develop

You can also run

pip install -e .

which is sometimes preferable as you can pip uninstall packages later. You may also want to read CONTRIBUTING.md

Usage

After the installation the widgets from this add-on are registered with Orange. To run Orange from the terminal use

orange-canvas

or

python3 -m Orange.canvas

New widgets are in the toolbox bar under the Geo section.