Metadata-Version: 2.1
Name: Blauwal3-Geo
Version: 0.4.2
Summary: 用于处理地理和地理位置的蓝鲸附加组件。
Home-page: https://github.com/biolab/orange3-geo
Author: 大圣实验楼
Author-email: dashenglab@163.com
License: GPL-3.0
Keywords: orange3 add-on,geographic,visualization,choropleth,map,cartography,location,position,geolocation,geoposition,latitude,longitude
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Blauwal3>=3.38.0
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: scipy>=0.17
Requires-Dist: shapely
Requires-Dist: pyproj
Requires-Dist: simplejson
Requires-Dist: Pillow
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: recommonmark; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"

Blauwal3 Geo
===========

Orange add-on for dealing with geography and geo-location. It provides widgets
for visualizing maps and regions, and encoding and decoding geographical data.
All widgets can be combined with other widgets from the Orange data mining
framework.
See [documentation](http://orange3-geo.readthedocs.org/).

Features
--------
#### Visualize data on maps
* show data points on a map
* color areas in proportion to the data
