https://github.com/htoooth/hpgc_new
high performace geographic computing framework
https://github.com/htoooth/hpgc_new
Last synced: about 1 month ago
JSON representation
high performace geographic computing framework
- Host: GitHub
- URL: https://github.com/htoooth/hpgc_new
- Owner: htoooth
- License: other
- Created: 2014-04-08T13:58:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T12:59:18.000Z (over 10 years ago)
- Last Synced: 2023-08-11T20:18:09.222Z (almost 2 years ago)
- Language: C++
- Homepage: http://www.mongogis.org
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HPGCF
=====
HPGCF (high performace geographic computing framework) is a library that help modern geo-scientists discover what have happend in past, what are happening in today and what will happen in future on the earth.Why we need HPGCF?
==================
Now The world is a big data era. But no tool can fit geo-scientisets' need. So we create it.Architecture
============
To Do.Required Environments
=====================
Sorry, we develop this library in linux. Windows supported have no plan in road map.
* gcc >= 4.8.2, yes, we use c++11.
* python >= 2.7.0
* ruby >= 1.9.3, optional.Required Tools
==============
* scons-2.3, build tool.
* rake, optional, we use rake to run some tests.Required Libraies
=================
* glog-0.3.3
* google-protobuf-2.5.0
* openmpi-1.6.5
* gdal >= 1.10.0
* geos-3.4.2
* proj-4.8.0How To Install
==============
1. Install Required Libraries.
2. Set env variables.
3. Type `scons` in library root dir.
4. Library is generated in `build` directory.Documents
=========
Documents will come soon.Change Logs
===========
v0.1.0, 2014-6-14Contributes
===========
* [htoooth](https://github.com/htoooth)
* [Hanson](https://github.com/geosky)CopyRight
=========
See [COPYRIGHT.md](https://github.com/htoooth/hpgc_new/blob/master/COPYRIGHT.md).Thanks
======Thanks to [piccolo](https://github.com/rjpower/piccolo/)'s [mpi-rpc](https://github.com/rjpower/piccolo/blob/master/src/util/rpc.cc) and [zht-mpi](https://bitbucket.org/xiaobingo/iit.datasys.zht-mpi).