Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeoKnow/GEM
Geospatial-semantic Exploration on the Move
https://github.com/GeoKnow/GEM
Last synced: 5 days ago
JSON representation
Geospatial-semantic Exploration on the Move
- Host: GitHub
- URL: https://github.com/GeoKnow/GEM
- Owner: GeoKnow
- Created: 2014-10-15T13:50:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T13:11:13.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:35:07.643Z (3 months ago)
- Language: JavaScript
- Size: 92.3 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - GeoKnow/GEM - Geospatial-semantic Exploration on the Move (others)
README
GEM
===
**GEM (Geospatial-semantic Exploration on the Move)** is a mobile spatial-semantic visualization and exploration tool that relies on [Mappify](https://github.com/GeoKnow/Mappify) and its components ([Jassa](https://github.com/GeoKnow/Jassa), [Facete](https://github.com/GeoKnow/Facete)) to offer a rich mobile experience while exploiting all strengths of Linked Data and further rise above the common mobile geospatial visualization limitations by relying on open, crowd-sourced and semantically linked information found in publicly available sources, such as the LOD Cloud. This information is loaded and filtered according to user’s needs, on demand, in order to prevent maps from overpopulating.**Demo:** https://www.youtube.com/watch?v=KoAdrNiDljU
How to deploy
---
GEM is an [Apache Cordova](http://cordova.apache.org/) / [Adobe Phonegap](http://phonegap.com/) project. Automation and package dependency management are controlled via [Grunt](http://gruntjs.com) and [Bower](http://bower.io), respectively. Batch installation/update scripts are provided for both Unix-based and Windows operating systems (*bower-update.sh* and *bower-update.bat*), and the mobile application source code is easily compiled by simply executing the following command from the desired CLI:
```
cordova build
```
where *<platform>* can be any of the Cordova/Phonegap supported platforms (e.g. *android*). It is worth noting that the Phonegap equivalent of the Cordova command is *phonegap build \*. To compile and deploy the application to the desired device, we execute:
```
cordova run
```
Where to download
---
Pre-built packages for Android are available at [http://geoknow.imp.bg.ac.rs/gem/apks](http://geoknow.imp.bg.ac.rs/gem/apks)