{"id":41455466,"url":"https://github.com/atolcd/hop-gis-plugins","last_synced_at":"2026-01-23T15:36:56.081Z","repository":{"id":44675852,"uuid":"388044478","full_name":"atolcd/hop-gis-plugins","owner":"atolcd","description":"🗺 GIS plugins for Apache Hop Orchestration Platform","archived":false,"fork":false,"pushed_at":"2025-11-26T09:37:28.000Z","size":6044,"stargazers_count":19,"open_issues_count":10,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-11-29T08:47:44.125Z","etag":null,"topics":["data","dxf","etl","geojson","geopackage","gis","gpx","hop","java","mif-mid","shp","spatialite"],"latest_commit_sha":null,"homepage":"https://www.atolcd.com/expertise/solutions-geographiques-open-source-sig","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atolcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-21T08:13:52.000Z","updated_at":"2025-11-26T09:37:33.000Z","dependencies_parsed_at":"2022-09-04T04:41:58.225Z","dependency_job_id":"288be2c1-66ba-4ae9-a3f8-7f6e8def6d78","html_url":"https://github.com/atolcd/hop-gis-plugins","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/atolcd/hop-gis-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atolcd%2Fhop-gis-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atolcd%2Fhop-gis-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atolcd%2Fhop-gis-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atolcd%2Fhop-gis-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atolcd","download_url":"https://codeload.github.com/atolcd/hop-gis-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atolcd%2Fhop-gis-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data","dxf","etl","geojson","geopackage","gis","gpx","hop","java","mif-mid","shp","spatialite"],"created_at":"2026-01-23T15:36:55.773Z","updated_at":"2026-01-23T15:36:56.064Z","avatar_url":"https://github.com/atolcd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Apache Hop GIS Plugins\n================================\n\nThis project allows you to manage GIS data in Apache Hop, [Hop Orchestration Platform](https://hop.apache.org/). It is a counterpart of [Pentaho Data Integrator GIS Plugins](https://github.com/atolcd/pentaho-gis-plugins).\n\nTested with Apache Hop `2.14.0`.\n\n\nBuilding the plugins\n-------------------\nCheck out the project if you have not already done so (with `git` installed):\n\n```sh\ngit clone git://github.com/atolcd/hop-gis-plugins.git\ncd hop-gis-plugins\n```\n\nRun the following commands from the base project directory (with `java 17` and `maven` installed):\n```sh\nmvn clean package\n```\n\nOr with Docker (you need `docker`) :\n```sh\ndocker run --network=\"host\" --rm \\\n  --name hop-gis-plugins-builder \\\n  -u $(id -u):$(id -g) \\\n  -v \"$(pwd)\":/app -w /app \\\n  -v ~/.m2:/var/maven/.m2 -v \"${HOME}\":/var/maven \\\n  -e HOME=/var/maven -e MAVEN_CONFIG=/var/maven/.m2 -e MAVEN_OPTS=\"-Duser.home=/var/maven\" \\\n  \\\n  maven:3-eclipse-temurin-17 \\\n  \\\n  mvn clean package\n```\n\nThe built package is `assemblies/target/gis-plugin-assemblies-X.X.X.zip` (version comes from the main `pom.xml`).\n\n\nInstalling/upgrading the module\n---------------------\n\n***Method 1 : Manual installation***\n\nExtract the content of `gis-plugin-assemblies-X.X.X.zip` in `${HOP_HOME}/plugins`.\nExamples of extraction from the root directory of the project :\n\n```sh\nGIS_PLUGINS_VERSION=\"1.4.0\"\n\n# Use compiled version...\nGIS_PLUGINS_ASSEMBLY=\"assemblies/target/gis-plugin-assemblies-${GIS_PLUGINS_VERSION}.zip\"\n\n# ... Or download a prepared one (must exist :)\nwget https://github.com/atolcd/hop-gis-plugins/releases/download/v${GIS_PLUGINS_VERSION}/gis-plugin-assemblies-${GIS_PLUGINS_VERSION}.zip\nGIS_PLUGINS_ASSEMBLY=\"gis-plugin-assemblies-${GIS_PLUGINS_VERSION}.zip\"\n\n# Unzip it ate the right place !\nunzip ${GIS_PLUGINS_ASSEMBLY} -d ${HOP_HOME}/plugins/\n```\n\nTo upgrade the plugins, delete files you added before and start a fresh installation.\n\n\n***Oracle JDBC usage***\n\nNote: This needs rechecking — the `Injection of a Shapefile to Oracle Spatial` test pipeline in [examples](examples/README.md#injection-of-a-shapefile-to-oracle-spatial) currently fails.\n\nIf you plan to connect to an Oracle database, add needed jars in `lib/jdbc` folder of Hop :\n\n - `${HOP_HOME}/lib/jdbc/ojdbc11.jar`\n - `${HOP_HOME}/lib/jdbc/orai18n.jar`\n\nYou can get them from [oracle](http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html\n) or [maven repositories](https://repo1.maven.org/maven2/com/oracle/database/jdbc/).\n\n\nBuilding a docker image\n---------------------\n\nSee [dedicated page](docker/README.md)\n\n\nTesting the plugins\n---------------------\n\nSee [dedicated page](examples/README.md)\n\n\nUsing the plugins\n---------------------\n\nSee [dedicated page](docs/README.md)\n\nYou will find new elements in *Geospatial*'s directory :\n\n - Geospatial Group by\n - GIS File output\n - GIS File input\n - Geoprocessing\n - Geometry information\n - Coordinate system operation\n - Spatial relationship and proximity\n\nWith a french locale :\n\n![](items-in-hop-gui.png)\n\n\nCode formatting\n---------------------\n\nThe java code for this project conforms to [Google's code styleguide](https://google.github.io/styleguide/javaguide.html).\nThe `spotless` maven plugin deals with this aspect:\n\n```sh\n# Formatting check\nmvn spotless:check\n\n# Formatting (to be done before any commit)\nmvn spotless:apply\n```\n\n\nDebugging\n---------------------\n\nYou can debug plugins remotely in Hop GUI:\n```sh\n# Set debugging options (or uncomment appropriate line in hop-gui.sh to keep it active)\nexport HOP_OPTIONS=\"-Xmx2048m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005\"\n\n# Launch Hop Gui as usual\n./hop-gui.sh\n```\nYou will see a message like `Listening for transport dt_socket at address: 5005` in your terminal.\n\nNext, attach the debugger in your favorite IDE. Example `launch.json` in Visual Studio Code with [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) extension:\n```sh\n{\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"type\": \"java\",\n            \"name\": \"Attach java debugger\",\n            \"projectName\": \"hop-gis-plugins\",\n            \"request\": \"attach\",\n            \"hostName\": \"localhost\",\n            \"port\": 5005\n        }\n    ]\n}\n```\n\nYou are now able to inspect variables values at breakpoints you have set, analyse call stack and so.\n\n\nContributing\n---------------------\n\nSee [dedicated page](CONTRIBUTING.md)\n\n\nLICENSE\n---------------------\nThis extension is licensed under `GNU Library or \"Lesser\" General Public License (LGPL)`.\n\nContributors :\n* [Bart Maertens](https://github.com/bamaer) compatibility/version upgrades and cleaning\n* [Marc Lherbette](https://github.com/scali) examples and metadata\n* [Matt Casters](https://github.com/mattcasters) review, cleanup, metadata\n* [Jérémy Tridard](https://github.com/jtridard) rewrite [pentaho-gis-plugins](https://github.com/atolcd/pentaho-gis-plugins) for hop\n* [Charles-Henry Vagner](https://github.com/cvagner) doc, init qa, dockerization and industrialization\n* [Cédric Darbon](https://twitter.com/cedricdarbon) first dev of [pentaho-gis-plugins](https://github.com/atolcd/pentaho-gis-plugins)\n\n\nOur company\n---------------------\n[Atol Conseils et Développements](http://www.atolcd.com)\nFollow us on twitter [@atolcd](https://twitter.com/atolcd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatolcd%2Fhop-gis-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatolcd%2Fhop-gis-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatolcd%2Fhop-gis-plugins/lists"}