Giter Site home page Giter Site logo

gxm / giscore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opensextant/giscore

0.0 2.0 0.0 164.84 MB

GIS file data format streaming input and output library

License: Other

C++ 8.83% C 0.11% Makefile 0.85% Shell 0.14% Java 88.79% HTML 1.28%

giscore's Introduction

Info on Giscore

GIScore provides the capability to perform streaming input and output of data from different file formats with an emphasis on GIS file formats such as ESRI Shapefiles or geo-databases (GDB) and Google Earth KML/KMZ. As time went on it was extended to include other record oriented formats that included GIS information such as WKT, GeoRSS and GeoAtom. Additionally it has proven useful to support some non-GIS formats such as Dbf and CSV.

More information on GIScore can be found in the project Wiki pages.

Building

The build uses gradle, which can be downloaded from www.gradle.org. Use properties in your gradle.properties file to control the gradle build. gradle.properties is found at $HOME/.gradle/gradle.properties.

Note FileGDB support is implemented using a thin JNI layer on top of an ESRI C++ File Geodatabase API, which if FileGDB is desired then the ESRI library must be downloaded separately. Details at https://github.com/OpenSextant/giscore/wiki/FileGDB-Dependencies

Configuring a proxy server

systemProp.http.proxyHost=proxy.example.org systemProp.http.proxyPort=80 systemProp.http.proxyUser= systemProp.http.proxyPassword= systemProp.http.nonProxyHosts=*.example.org|localhost systemProp.https.proxyHost=proxy.example.org systemProp.https.proxyPort=80 systemProp.https.proxyUser= systemProp.https.proxyPassword= systemProp.https.nonProxyHosts=*.example.org|localhost

Versions and Packages

Note that for the public release the version was bumped to 2.0.0 and the java package is now org.opensextant.giscore

The current public release is 2.0.2

Other Information of note

LICENSE contains our use license

NOTICE contains a list of other works that we use and their copyrights and license references.

glpl-v3.html contains the Lesser GNU Public License version 3

cpl-v10.html contains the Common Public License v1.0

NB

For those who are unaware, this file utilizes a format called markdown. Details at http://daringfireball.net/projects/markdown/syntax

giscore's People

Contributors

docjason avatar jgibson avatar gxm avatar psilvey avatar cpbrown avatar gavin-black avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.