{"id":17356708,"url":"https://github.com/frett27/jfgdb","last_synced_at":"2026-02-25T09:39:18.997Z","repository":{"id":22791445,"uuid":"26137713","full_name":"frett27/jfgdb","owner":"frett27","description":"Java File Geodatabase (FGDB) JNI Wrapper, permit to read/write simple features in .gdb from Java","archived":false,"fork":false,"pushed_at":"2022-06-06T18:36:52.000Z","size":5560,"stargazers_count":15,"open_issues_count":3,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T12:37:41.049Z","etag":null,"topics":["api","crud","geodatabase","gis","java","native","simplefeature"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frett27.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}},"created_at":"2014-11-03T20:40:54.000Z","updated_at":"2025-03-26T02:19:22.000Z","dependencies_parsed_at":"2022-08-21T12:00:27.263Z","dependency_job_id":null,"html_url":"https://github.com/frett27/jfgdb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2Fjfgdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2Fjfgdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2Fjfgdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frett27%2Fjfgdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frett27","download_url":"https://codeload.github.com/frett27/jfgdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984231,"owners_count":21193712,"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":["api","crud","geodatabase","gis","java","native","simplefeature"],"created_at":"2024-10-15T18:58:07.246Z","updated_at":"2026-02-25T09:39:13.949Z","avatar_url":"https://github.com/frett27.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jfgdb - Java File Geodatabase thin driver\n\nFileGeodatabase (GDB) is a very efficient file format for storing GIS Data.\n\nThis package provide a java library wrapper and ESRI FileGeodatabaseAPI (1.4) embedding to a simple use on java. \n\nThis project bring a fast READ / WRITE of simple featureclasses for Java environment.\n\n\n\nMore informations on the FileGeodatabase API, supported plateform, can be found \n\n[https://github.com/Esri/file-geodatabase-api](https://github.com/Esri/file-geodatabase-api)\n\nUsing this library, you MUST agree to the ESRI (inc),  FileGeodatabase License conditions : \n\nAdditional FileGeodatabase API usage conditions are explained here : https://blogs.esri.com/esri/arcgis/2010/12/13/file-geodatabase-api-details/\n\n\n\n# Usage\n\nThis library has been compiled and tested on some Windows X64/x86, Linux x64. Extensive plateform tests could be done by the community.\n\n\nBinaries are included for the windows plateform, for ease of use. Compilation on other plateforms are one command line far.\n\nBinaries are also included in the jar file for moderns x64 Linux. Due to OS dependencies loading (dlopen primitive), see this note before running the jar.\n\n\n\n# Gradle / Maven access\n\nGradle : \n\n\n\nDeclare the repository\n\n```\nrepositories {\n    maven { url \"http://jfgdb.s3-website-eu-west-1.amazonaws.com/maven2\"}\n}\n\n```\n\nAnd dependency in the project :\n\n```\ncompile group: 'org.jfgdb', name: 'jfgdb', version:'0.1.4'\n```\n\n\n\nMaven :\n\n```\n   \u003cdependency\u003e\n      \u003cgroupId\u003eorg.jfgdb\u003c/groupId\u003e\n      \u003cartifactId\u003ejfgdb\u003c/artifactId\u003e\n      \u003cversion\u003e0.1.4\u003c/version\u003e\n    \u003c/dependency\u003e\n```\n\n\n\n\n#How To Build the jar and native wrappers \n\n\n\tgit clone https://github.com/frett27/jfgdb\n\n\tset JAVA_HOME=[YOUR_PATH_TO_JDK1.7_OR_UP]\n\tset ESRI_FILE_GDB_HOME=[YOUR_PATH_TO_ESRIFGB1.3ROOTDIRECTORY]\n\tgradlew build -x test distZip\n\n\nthe result is in `build/distributions`\n\n\n\n# Examples\n\nSee the samples folder for usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrett27%2Fjfgdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrett27%2Fjfgdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrett27%2Fjfgdb/lists"}