{"id":18647015,"url":"https://github.com/andreaswbartels/jgisshell","last_synced_at":"2025-07-17T17:42:17.710Z","repository":{"id":123134083,"uuid":"66095105","full_name":"AndreasWBartels/JGISShell","owner":"AndreasWBartels","description":"Java GIS Viewer and Layer Datastore Manager","archived":false,"fork":false,"pushed_at":"2022-01-12T11:58:49.000Z","size":681593,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T00:03:57.777Z","etag":null,"topics":["arcgis-rest-api","ckan","geojson","geopackage","georss","gis","groovy-scripts","h2-database","hana","mapbox","oracle","postgis","shapefile","spatial-data","spatialite","sql-client","sqlserver","wfs","wms","wmts"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreasWBartels.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-19T16:08:11.000Z","updated_at":"2024-11-04T11:25:40.000Z","dependencies_parsed_at":"2024-04-07T04:01:13.281Z","dependency_job_id":null,"html_url":"https://github.com/AndreasWBartels/JGISShell","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/AndreasWBartels/JGISShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasWBartels%2FJGISShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasWBartels%2FJGISShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasWBartels%2FJGISShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasWBartels%2FJGISShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreasWBartels","download_url":"https://codeload.github.com/AndreasWBartels/JGISShell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasWBartels%2FJGISShell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265637449,"owners_count":23802714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcgis-rest-api","ckan","geojson","geopackage","georss","gis","groovy-scripts","h2-database","hana","mapbox","oracle","postgis","shapefile","spatial-data","spatialite","sql-client","sqlserver","wfs","wms","wmts"],"created_at":"2024-11-07T06:24:15.378Z","updated_at":"2025-07-17T17:42:17.674Z","avatar_url":"https://github.com/AndreasWBartels.png","language":"Groovy","readme":"# JGISShell\nsee [DOAG Geodata Days 2017 slides](https://github.com/AndreasWBartels/JGISShell/wiki/Presentations)\n---\n## Java GIS Viewer and Spatial Layer Datastore Manager\n\nJGSShell 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.\n\nJGISShell 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. \n\n## Geodata Viewer\n\n![Viewer](https://github.com/AndreasWBartels/JGISShell/wiki/images/WindAndRadioWaves-LUBW.png)  \n`map source: © 2016 Landesanstalt für Umwelt, Messungen und Naturschutz Baden-Württemberg and Landesamt für Geoinformation und Landentwicklung Baden-Württemberg`\n\n[further screenshots](https://github.com/AndreasWBartels/JGISShell/tree/master/doc/manual/images)\n\nThe viewer supports the following formats:\n\n### Feature based geodata\nWFS, 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.\n\n### Image based geodata\nWMS, WMTS, PostGIS Raster, Worldfiles, mbtiles, OSM, MAPBOX Tile Layers, GeoPackage, ESRI Arc GIS Rest Map and Image Services\n\n### Grid based geodata\nESRI ASCII Grid, Saga Grid and XYZ Grid files\n\n## Layer Manager\nThe manager is like a spatial data file system manager for exploring and managing geospatial data.\n\n![Viewer](https://github.com/AndreasWBartels/JGISShell/wiki/images/layer-manager.png)  \n\n## Scripting\nThe scripting API can be used to extend the Viewer and the Manager or to process geospatial data.\n\n```groovy\nimport net.anwiba.scripting.groovy.JGISShellGroovyScript\n@groovy.transform.BaseScript JGISShellGroovyScript facade\n\nmap().\n  add(\"Bundesl\\u00e4nder\",\n    layerReference(\n      \"\\$SYSTEM{jgisshell.workingpath}/data/bundeslaender.shp\"\n    )\n  );\n``` \n\n## Data access URL schema\nThe URL based schema is designed to access different kinds of datastores or spatial layers.\n\n## Open Data search\n\n![CKAN](https://github.com/AndreasWBartels/JGISShell/wiki/images/dialog-ckan-search.png)\n`ckan search dialog using european data portal https://www.europeandataportal.eu/`\n\n## Author\nJGISShell was created by [Andreas W. Bartels](https://github.com/AndreasWBartels).\n\n## License\n\nJGISShell (JGISShell.jar) has a reduced [BSD](https://www.freebsd.org/copyright/freebsd-license.html) license. Which regulates the use of the binary code.\nSee [license.txt](https://github.com/AndreasWBartels/JGISShell/blob/master/license.txt) for more information.\n\nThe source-code, insofar as it is published, is located in this project [libraries](https://github.com/AndreasWBartels/libraries) and has the LGPL V2.1 license.\n\nThe source code published in this project, in the scripts folder, has the GPL V3 license.\n\n\n## Installation\n\nsee [WIKI - JGISShell-Installation](https://github.com/AndreasWBartels/JGISShell/wiki/JGISShell-Installation)\n\nFor more download this project and open doc/manual/index.html.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaswbartels%2Fjgisshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreaswbartels%2Fjgisshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaswbartels%2Fjgisshell/lists"}