An open API service for producing an overview of a list of open source projects.

https://github.com/THD-Spatial-AI/city2tabula

3dcitydb 3dcitydb-tool building-classification citygml cityjson episcope postgis postgresql residential-buildings tabula

Score: -Infinity

Last synced: about 15 hours ago
JSON representation

Repository metadata:

Go CLI that extracts geometric attributes from 3D city models (CityGML/CityJSON) and classifies buildings against TABULA/EPISCOPE building typologies for heating demand estimation.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 327
Total Committers: 2
Avg Commits per committer: 163.5
Development Distribution Score (DDS): 0.006

Commits in past year: 327
Committers in past year: 2
Avg Commits per committer in past year: 163.5
Development Distribution Score (DDS) in past year: 0.006

Name Email Commits
Jaykumar Ravani j****i@t****e 325
dependabot[bot] 4****] 2

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 9
Total pull requests: 54
Average time to close issues: 5 months
Average time to close pull requests: about 5 hours
Total issue authors: 1
Total pull request authors: 2
Average comments per issue: 0.22
Average comments per pull request: 0.91
Merged pull request: 47
Bot issues: 0
Bot pull requests: 2

Past year issues: 9
Past year pull requests: 54
Past year average time to close issues: 5 months
Past year average time to close pull requests: about 5 hours
Past year issue authors: 1
Past year pull request authors: 2
Past year average comments per issue: 0.22
Past year average comments per pull request: 0.91
Past year merged pull request: 47
Past year bot issues: 0
Past year bot pull requests: 2

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/THD-Spatial-AI/city2tabula

Top Issue Authors

  • jravani (9)

Top Pull Request Authors

  • jravani (52)
  • dependabot[bot] (2)

Top Issue Labels

  • enhancement (6)
  • post-beta (4)
  • documentation (1)
  • Test (1)

Top Pull Request Labels

  • dependencies (2)
  • go (2)

Package metadata

proxy.golang.org: github.com/thd-spatial-ai/city2tabula

  • Homepage: https://github.com/thd-spatial-ai/city2tabula
  • Documentation: https://pkg.go.dev/github.com/thd-spatial-ai/city2tabula#section-documentation
  • Licenses: apache-2.0
  • Latest release: v0.5.3-alpha (published 2 months ago)
  • Last Synced: 2026-08-25T16:43:56.444Z (1 day ago)
  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.785%
    • Average: 4.946%
    • Dependent repos count: 5.107%

Dependencies

.github/workflows/branch-lint.yml actions
  • actions/checkout v4 composite
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • softprops/action-gh-release v2 composite
.github/workflows/commit-lint.yml actions
  • actions/checkout v4 composite
.github/workflows/sync-branch-rules.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
environment/Dockerfile docker
  • debian bookworm-slim build
validation/requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *
  • psycopg2 *
  • python-dotenv *
  • pyyaml *
  • sqlalchemy *
environment/docker-compose.yml docker
go.mod go
  • github.com/google/uuid v1.6.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.5
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/joho/godotenv v1.5.1
  • github.com/lib/pq v1.10.9
  • github.com/stretchr/testify v1.10.0
  • golang.org/x/crypto v0.37.0
  • golang.org/x/sync v0.13.0
  • golang.org/x/text v0.24.0
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/google/uuid v1.6.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
  • github.com/jackc/pgx/v5 v5.7.5
  • github.com/jackc/puddle/v2 v2.2.2
  • github.com/joho/godotenv v1.5.1
  • github.com/lib/pq v1.10.9
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.10.0
  • golang.org/x/crypto v0.37.0
  • golang.org/x/sync v0.13.0
  • golang.org/x/text v0.24.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
docs/requirements.txt pypi
  • myst-parser *
  • sphinx ==7.1.2
  • sphinx-autobuild ==2024.10.3
  • sphinx-rtd-theme ==1.3.0rc1
.github/workflows/go.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v4 composite