{"id":27063804,"url":"https://github.com/geo6/drawing-tool","last_synced_at":"2025-06-28T18:34:23.432Z","repository":{"id":22053539,"uuid":"95097978","full_name":"geo6/drawing-tool","owner":"geo6","description":"Draw an area and export it using ogr2ogr in several formats","archived":false,"fork":false,"pushed_at":"2023-03-01T17:56:57.000Z","size":4486,"stargazers_count":7,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T07:07:32.663Z","etag":null,"topics":["gdal","nominatim","ogr2ogr","openlayers","openstreetmap","osm","php","proj4"],"latest_commit_sha":null,"homepage":"https://sandbox.geo6.be/app/drawing-tool/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geo6.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T09:23:01.000Z","updated_at":"2024-04-14T07:07:32.664Z","dependencies_parsed_at":"2025-04-05T16:45:23.101Z","dependency_job_id":null,"html_url":"https://github.com/geo6/drawing-tool","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/geo6/drawing-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo6%2Fdrawing-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo6%2Fdrawing-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo6%2Fdrawing-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo6%2Fdrawing-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geo6","download_url":"https://codeload.github.com/geo6/drawing-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo6%2Fdrawing-tool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262476808,"owners_count":23317361,"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":["gdal","nominatim","ogr2ogr","openlayers","openstreetmap","osm","php","proj4"],"created_at":"2025-04-05T16:35:07.993Z","updated_at":"2025-06-28T18:34:23.414Z","avatar_url":"https://github.com/geo6.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drawing tool\n\nEasy tool to draw and export the result in several formats using `ogr2ogr`.\n\n## Configuration\n\nCreate `config.yml` file in root directory.\n\n### PostgreSQL\n\n*PostgreSQL* is used to validate the geometry. You'll need to specify the configuration to connect to the database with `PostGIS` extension enabled.\n\n### Export formats\n\nThe application allows you to export the geometry in several formats. Those formats are the format produced by `ogr2ogr`. You can find the list here : \u003chttp://www.gdal.org/ogr_formats.html\u003e.\n\nTo add a format in the resulting ZIP file, you just have to add it (according to the code defined by \"OGR Vector Formats\") in the configuration file.\n\nIf you want to export the geometry with several Spatial Reference Systems (SRS), you just have to specify it in the configuration file (as long as the format allows it, `KML` is always in `EPSG:4326`). You can find more information about SRS here : \u003chttps://epsg.io/\u003e.\n\n### Example\n\n```yaml\n---\npostgresql:\n  host: \"localhost\"\n  port: 5432\n  dbname: \"mydatabase\"\n  user: \"myusername\"\n  password: \"mypassword\"\n\nformats:\n  - code: \"GML\"\n    srs:\n      - \"EPSG:4326\"\n      - \"EPSG:31370\"\n  - code: \"KML\"\n  - code: \"MapInfo File\"\n    srs:\n      - \"EPSG:4326\"\n      - \"EPSG:31370\"\n  - code: \"ESRI Shapefile\"\n    srs:\n      - \"EPSG:4326\"\n      - \"EPSG:31370\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo6%2Fdrawing-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeo6%2Fdrawing-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo6%2Fdrawing-tool/lists"}