{"id":42503732,"url":"https://github.com/dataforgoodfr/batch11_cartovegetation","last_synced_at":"2026-01-28T13:37:16.785Z","repository":{"id":167723942,"uuid":"630108368","full_name":"dataforgoodfr/batch11_cartovegetation","owner":"dataforgoodfr","description":"Land cover mapping automation tool using IGN aerial photographs ","archived":false,"fork":false,"pushed_at":"2023-07-21T18:50:03.000Z","size":32506,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-27T16:04:13.086Z","etag":null,"topics":["automation","gdal","geomatics","geopandas","machine-learning","orfeotoolbox"],"latest_commit_sha":null,"homepage":"https://experience.arcgis.com/experience/12f26d4d8f744a7e8f84c6e04d54df46/page/Page-1/?views=PR%C3%89SENTATION","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataforgoodfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-19T17:25:39.000Z","updated_at":"2023-09-13T10:22:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b39462b-1603-4116-93bf-a3ef62e0bd21","html_url":"https://github.com/dataforgoodfr/batch11_cartovegetation","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.04761904761904767,"last_synced_commit":"5a96be10c24f0efa09ffc064c0fab2710402e08d"},"previous_names":["dataforgoodfr/batch11_cartovegetation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dataforgoodfr/batch11_cartovegetation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch11_cartovegetation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch11_cartovegetation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch11_cartovegetation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch11_cartovegetation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataforgoodfr","download_url":"https://codeload.github.com/dataforgoodfr/batch11_cartovegetation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch11_cartovegetation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","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":["automation","gdal","geomatics","geopandas","machine-learning","orfeotoolbox"],"created_at":"2026-01-28T13:37:13.916Z","updated_at":"2026-01-28T13:37:16.778Z","avatar_url":"https://github.com/dataforgoodfr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# batch11_cartovegetation\n\n### Requirements\n\n- Docker and Docker compose must be installed [Docker (Docker compose included)](https://www.docker.com/products/docker-desktop/)\n- Until data gathering is implemented, it is required to have a data folder in your system containing the unzipped data from IGN BD ORTHO IRC of the 'departement' that contain the processed city. *For test purpose, full automatisation is not yet implemented since it recquires an IGN web service for data import that is scheduled to be launch in beta version mid-july*\n\n### Install\n\n- Clone the current repository :\n```shell\ngit clone https://github.com/dataforgoodfr/batch11_cartovegetation.git\n```\n\n- Current branch for data processing is accessed using:\n```shell\ngit fetch --all\n```\n\n- Copy then rename the file `.env.sample` to `.env` and update its variables using your configuration.\n\n- Check `config/config.toml` and update it if needed.\n\n### Build Images\n```shell\ndocker compose build\n```\n\n### Run\n\nTo start all services and run the whole processing chain:\n```shell\ndocker compose --env-file .env up\n```\n\nTo stops containers and removes them:\n```shell\ndocker compose down\n```\n\nTo run specific service defined in *docker-compose.yaml*:\n```shell\ndocker compose run --rm --env .env --no-deps \u003cservice_name\u003e\n```\n\n### Glossary\n\n| id | Definition |\n|--|--|\n| ext | Extraction of area |\n| seg | Segmentation |\n| hte | Haralick texture extraction |\n| bnd | Reordering band |\n| rdi | Radiometric indices |\n| zst | Zonal Statistics |\n| agg | Joining zonal statistics |\n| mdl | Classification |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforgoodfr%2Fbatch11_cartovegetation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataforgoodfr%2Fbatch11_cartovegetation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforgoodfr%2Fbatch11_cartovegetation/lists"}