{"id":20399974,"url":"https://github.com/kitware/danesfield-app","last_synced_at":"2026-03-01T16:02:14.860Z","repository":{"id":44314253,"uuid":"159849781","full_name":"Kitware/Danesfield-App","owner":"Kitware","description":"Web application for the Danesfield System","archived":false,"fork":false,"pushed_at":"2023-04-29T23:32:29.000Z","size":8172,"stargazers_count":35,"open_issues_count":11,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-11-11T03:28:15.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Kitware.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":"support/docker/p3d_gw/Dockerfile","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-30T16:26:34.000Z","updated_at":"2025-10-04T15:36:47.000Z","dependencies_parsed_at":"2024-11-15T12:16:29.210Z","dependency_job_id":null,"html_url":"https://github.com/Kitware/Danesfield-App","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Kitware/Danesfield-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FDanesfield-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FDanesfield-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FDanesfield-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FDanesfield-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/Danesfield-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FDanesfield-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T15:41:30.362Z","status":"ssl_error","status_checked_at":"2026-03-01T15:37:07.343Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-11-15T04:35:38.134Z","updated_at":"2026-03-01T16:02:14.829Z","avatar_url":"https://github.com/Kitware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation Notice\n\nThe Danesfield-App web application has been superseded by https://github.com/girder/Danesfield. This repo is deprecated, see the original README below.\n\n# Danesfield App\n\nThe Danesfield App is a web application for running the [Danesfield](https://github.com/Kitware/Danesfield) algorithms and visualizing results.  Danesfield addresses the algorithmic challenges of the IARPA CORE3D program by reconstructing semantically meaningful 3D models of buildings and other man-made structures from satellite imagery.\n\n## Video demo\n\u003ckbd\u003e\u003cimg src=\"https://user-images.githubusercontent.com/3123478/49317901-5b759500-f4c4-11e8-9f65-936b718e5f65.gif\" /\u003e\u003c/kbd\u003e\n\n## Screenshots\n\u003ckbd\u003e\u003cimg src=\"screenshot_1.png\" /\u003e\u003c/kbd\u003e\n\n\u003ckbd\u003e\u003cimg src=\"screenshot_2.png\" /\u003e\u003c/kbd\u003e\n\n\u003ckbd\u003e\u003cimg src=\"screenshot_3.png\" /\u003e\u003c/kbd\u003e\n\n# Server\n\n## Requirements\n\n- [Conda](https://docs.conda.io/en/latest/)\n- [Docker](https://www.docker.com/) ([docker-compose](https://docs.docker.com/compose/) also recommended)\n\n## Setup\n\n1. Run `conda/install.sh`. This will create and active a new conda environment, as well as install the required packages.\n2. Pull the publicly available [Danesfield image](https://hub.docker.com/r/kitware/danesfield) on Docker Hub\n3. Run `pip install -e server` to install girder and it's\n4. (Optional) To setup girder with some default settings, you can run `python server/init_girder.py`. A default admin user and password are included in that script. If you would like to configure this, you can export the `GIRDER_ADMIN_USER` and `GIRDER_ADMIN_PASS` environment varibales before running the above command.\n\n\n## Running dependent services/applicatons\nGirder requires that [MongoDB](https://www.mongodb.com/) and [RabbitMQ](https://www.rabbitmq.com/) are running. If you've installed `docker-compose`, this can be done easily:\n\n```\ndocker-compose up -d\n```\n\nYou can stop these services by running `docker-compose stop`, and remove all associated data by runnning `docker-compose down`.\n\n## Running the application/services\nRun the following commands separately on the machine you wish to host the application on (within the conda environment):\n\n1. `girder serve --host 0.0.0.0`\n2. `python -m girder_worker -l info --concurrency 4`\n\nGirder should now be running.\n\n## Configuration\n\nModels used:\n1. [UNet Semantic Segmentation](https://github.com/Kitware/Danesfield/tree/master/tools#unet-semantic-segmentation)\n2. [Building Segmentation](https://github.com/Kitware/Danesfield/tree/master/tools#columbia-building-segmentation)\n3. [Material Classification](https://github.com/Kitware/Danesfield/tree/master/tools#material-classification)\n4. [Roof Geon Extraction](https://github.com/Kitware/Danesfield/tree/master/tools#roof-geon-extraction)\n5. [Run Metrics](https://github.com/Kitware/Danesfield/tree/master/tools#run-metrics)\n\nUpload all [models](https://data.kitware.com/#collection/5fa1b59350a41e3d192de2d5/folder/5fa1b5e150a41e3d192de52b) to the `models` folder within the `core3d` collection, creating it if it doesn't exist.\n\n# Client Setup\nSee [here](client/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fdanesfield-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Fdanesfield-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fdanesfield-app/lists"}