An open API service indexing awesome lists of open source software.

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

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.0

How 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-14

Contributes
===========
* [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).