All Projects โ†’ biolab โ†’ orange3-geo

biolab / orange3-geo

Licence: GPL-3.0 license
๐ŸŠ ๐ŸŒ Orange add-on for dealing with geography and geo-location

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to orange3-geo

trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: โœญ 74 (+236.36%)
Mutual labels:  maps, openstreetmap, gps, geolocation
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: โœญ 29 (+31.82%)
Mutual labels:  maps, gps, location
Geolocation
Flutter geolocation plugin for Android and iOS.
Stars: โœญ 205 (+831.82%)
Mutual labels:  gps, location, geolocation
o.map
Open Street Map app - KaiOS
Stars: โœญ 51 (+131.82%)
Mutual labels:  maps, openstreetmap, location
P5.geolocation
a geolocation and geofencing library for p5.js
Stars: โœญ 75 (+240.91%)
Mutual labels:  gps, location, geolocation
pikaz-location
ๅฎšไฝๆ’ไปถ๏ผˆ้™ไธญๅ›ฝ๏ผ‰
Stars: โœญ 78 (+254.55%)
Mutual labels:  location, geolocation, latitude
rafagas
Daily geospatial links curated by Raf Roset
Stars: โœญ 17 (-22.73%)
Mutual labels:  maps, location, geography
Coregpx
A library for parsing and creation of GPX location files. Purely Swift.
Stars: โœญ 132 (+500%)
Mutual labels:  gps, location, geolocation
Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: โœญ 3,357 (+15159.09%)
Mutual labels:  maps, openstreetmap, geography
React Native Baidumap Sdk
React Native BaiduMap SDK for Android + iOS
Stars: โœญ 309 (+1304.55%)
Mutual labels:  maps, location, geolocation
Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: โœญ 346 (+1472.73%)
Mutual labels:  maps, location, geolocation
s60-maps
Yet another maps for Symbian OS
Stars: โœญ 27 (+22.73%)
Mutual labels:  maps, openstreetmap, location
EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: โœญ 142 (+545.45%)
Mutual labels:  maps, gps, location
Leku
๐ŸŒ Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: โœญ 612 (+2681.82%)
Mutual labels:  maps, location, geolocation
Maps
๐ŸŒ๐ŸŒ๐ŸŒŽ The whole world fits inside your cloud!
Stars: โœญ 253 (+1050%)
Mutual labels:  maps, gps, location
exploring-my-neighborhood
track all your moves and visualize them!
Stars: โœญ 16 (-27.27%)
Mutual labels:  location, geolocation
planetiler
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Stars: โœญ 823 (+3640.91%)
Mutual labels:  maps, openstreetmap
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: โœญ 34 (+54.55%)
Mutual labels:  maps, openstreetmap
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: โœญ 267 (+1113.64%)
Mutual labels:  maps, location
openstreetmap-carto-vector-tiles
A general-purpose OpenStreetMap mapnik style, in CartoCSS, served with vector tiles
Stars: โœญ 46 (+109.09%)
Mutual labels:  maps, openstreetmap

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].