Giter Club home page Giter Club logo

jgisshell's Introduction

JGISShell

Java GIS Viewer and Spatial Layer Datastore Manager

JGSShell is a Java based spatial data viewer and layer datastore manager. It consist of 4 parts, a viewer, a spatial-layer manager, a scripting API (groovy and Java) and a URL concept.

JGISShell was created 10 years ago as a private education and evaluation project to explore spatial data and technologies. Now it riched a state that it could be usefull for other. Maybe to learn, explore spatial data or manage spatial data.

Geodata Viewer

Viewer
map source: © 2016 Landesanstalt für Umwelt, Messungen und Naturschutz Baden-Württemberg and Landesamt für Geoinformation und Landentwicklung Baden-Württemberg

further screenshots

The viewer supports the following formats:

Feature based geodata

WFS, Shapefiles, GeoJSON, PostGIS, SpatiaLite, GeoPackage, H2 Database. Oracle Locator/Spatial, MSSQL/SQLServer, SAP Hana, ESRI MDB based Geodatabases, ESRI Arc GIS Rest Feature Services and a own GML equal XML format.

Image based geodata

WMS, WMTS, PostGIS Raster, Worldfiles, mbtiles, OSM, MAPBOX Tile Layers, GeoPackage, ESRI Arc GIS Rest Map and Image Services

Grid based geodata

ESRI ASCII Grid, Saga Grid and XYZ Grid files

Layer Manager

The manager is like a spatial data file system manager for exploring and managing geospatial data.

Viewer

Scripting

The scripting API can be used to extend the Viewer and the Manager or to process geospatial data.

import net.anwiba.scripting.groovy.JGISShellGroovyScript
@groovy.transform.BaseScript JGISShellGroovyScript facade

map().
  add("Bundesl\u00e4nder",
    layerReference(
      "\$SYSTEM{jgisshell.workingpath}/data/bundeslaender.shp"
    )
  );

Data access URL schema

The URL based schema is designed to access different kinds of datastores or spatial layers.

Open Data search

CKAN ckan search dialog using european data portal https://www.europeandataportal.eu/

Author

JGISShell was created by Andreas W. Bartels.

License

JGISShell (JGISShell.jar) has a reduced BSD license. Which regulates the use of the binary code. See license.txt for more information.

The source-code, insofar as it is published, is located in this project libraries and has the LGPL V2.1 license.

The source code published in this project, in the scripts folder, has the GPL V3 license.

Installation

see WIKI - JGISShell-Installation

For more download this project and open doc/manual/index.html.

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.