{"id":44080788,"url":"https://github.com/stackabletech/hbase-gis","last_synced_at":"2026-02-08T08:38:56.746Z","repository":{"id":196603110,"uuid":"695137804","full_name":"stackabletech/hbase-gis","owner":"stackabletech","description":"HBase GIS tools","archived":false,"fork":false,"pushed_at":"2023-10-24T07:08:21.000Z","size":524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-01T11:31:20.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/stackabletech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-22T12:43:42.000Z","updated_at":"2023-09-22T12:45:45.000Z","dependencies_parsed_at":"2023-10-11T15:41:00.702Z","dependency_job_id":"996594fc-5aee-431f-9fca-f5b89ca51441","html_url":"https://github.com/stackabletech/hbase-gis","commit_stats":null,"previous_names":["stackabletech/hbase-gis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackabletech/hbase-gis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackabletech%2Fhbase-gis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackabletech%2Fhbase-gis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackabletech%2Fhbase-gis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackabletech%2Fhbase-gis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackabletech","download_url":"https://codeload.github.com/stackabletech/hbase-gis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackabletech%2Fhbase-gis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"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":[],"created_at":"2026-02-08T08:38:55.324Z","updated_at":"2026-02-08T08:38:56.737Z","avatar_url":"https://github.com/stackabletech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HBase GIS Utilities\n\nA toolbox for working with very large Geographic Information System data.\n\n## Requirements\n\n* Maven and JDK 11 (or newer)\n* [Protocol Buffers Compiler](https://grpc.io/docs/protoc-installation/)\n* [Docker](https://docs.docker.com/engine/install/)\n* A Kubernetes Cluster. For development and testing we recommend [Kind](https://kind.sigs.k8s.io/)\n* [Stackable Command Line Utility](https://docs.stackable.tech/management/stable/stackablectl/)\n\n## Building\n\n    mvn clean package \\\n    \u0026\u0026 docker build -t docker.stackable.tech/hbase:2.4.12-gis .\n\n## Deploy to Kind\n\nInstall the Stackable Data Platform operators\n\n    kubectl create ns stackable-operators \\\n        \u0026\u0026 stackablectl -n stackable-operators op in commons secret zookeeper hdfs hbase\n\nLoad the custom HBase image into Kind\n\n    kind load docker-image docker.stackable.tech/hbase:2.4.12-gis\n\nCreate an HBase cluster\n\n    kubectl create ns gis \u0026\u0026 kubectl apply -n gis -f hbase.yaml\n\n## Populate table\n\nOpen a shell to the HBase master Pod\n\n    kubectl exec -it -n gis hbase-master-default-0 -- bash\n\nCreate a table\n\n    echo \"create 'wifi', 'a'\" | /stackable/hbase/bin/hbase shell\n\nLoad data\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' tech.stackable.gis.hbase.Ingest wifi /tmp/wifi_4326.txt\n\nLoad bulk data\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' tech.stackable.gis.hbase.BulkIngest wifi a 100000 -75.99,-75.01,44.01,44.99\n\n## Using the WithinFilter\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' \\\n    tech.stackable.gis.hbase.WithinQuery \\\n    remote \\\n    \"POLYGON ((-73.980844 40.758703, \\\n        -73.987214 40.761369, \\\n        -73.990839 40.756400, \\\n        -73.984422 40.753642, \\\n        -73.980844 40.758703))\"\n\nYou should get 26 results.\n\nFor the bulk-loaded data\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' \\\n    tech.stackable.gis.hbase.WithinQuery \\\n    remote \\\n    \"POLYGON ((-76.0 44.97, \\\n        -76.0 45.0, \\\n        -75.9 45.0, \\\n        -75.9 44.97, \\\n        -76.0 44.97))\"\n\nYou should get a subset of the bulk-loaded back as the results of this query (due to the way that the query polygon and\nthe limits of the randomly generated data have been defined.)\n\n## Using the KNNFilter\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' tech.stackable.gis.hbase.KNNQuery -73.97000655 40.76098703 5\n\n    java -cp '/tmp/hbase-stackable/local/jars/hbase-gis-1.0.0.jar:/stackable/conf' tech.stackable.gis.hbase.coprocessor.KNNClient\n\n## Acknowledgements\n\nOriginal code was written by Nick Dimiduk and Amandeep Khurana and is\navailable [here](https://github.com/hbaseinaction/gis)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackabletech%2Fhbase-gis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackabletech%2Fhbase-gis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackabletech%2Fhbase-gis/lists"}