{"id":28881117,"url":"https://github.com/dkastl/pg_spatialid","last_synced_at":"2026-02-02T00:34:55.837Z","repository":{"id":298098648,"uuid":"998815501","full_name":"dkastl/pg_spatialid","owner":"dkastl","description":"Spatial ID (空間ID) utilities for PostgreSQL/PostGIS.","archived":false,"fork":false,"pushed_at":"2025-06-10T06:24:02.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-23T21:53:39.637Z","etag":null,"topics":["spatial-id"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/dkastl.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,"zenodo":null},"funding":{"github":["dkastl"]}},"created_at":"2025-06-09T09:46:02.000Z","updated_at":"2025-06-10T06:24:06.000Z","dependencies_parsed_at":"2025-06-09T12:23:20.903Z","dependency_job_id":"006416b4-6c21-4c79-9392-b34fa2984d0e","html_url":"https://github.com/dkastl/pg_spatialid","commit_stats":null,"previous_names":["dkastl/pg_spatialid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkastl/pg_spatialid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkastl%2Fpg_spatialid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkastl%2Fpg_spatialid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkastl%2Fpg_spatialid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkastl%2Fpg_spatialid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkastl","download_url":"https://codeload.github.com/dkastl/pg_spatialid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkastl%2Fpg_spatialid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28997016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: 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":["spatial-id"],"created_at":"2025-06-20T19:08:01.697Z","updated_at":"2026-02-02T00:34:55.831Z","avatar_url":"https://github.com/dkastl.png","language":"Makefile","funding_links":["https://github.com/sponsors/dkastl"],"categories":[],"sub_categories":[],"readme":"# SpatialID Extension\n\n[Spatial ID (空間ID)][1] utilities for PostgreSQL/PostGIS.\n\n## Status\n\n* **Extension version:** 0.1.0\n* **Implements:** [空間ID (Spatial ID) specification v1.0][1]\n\n## Requirements\n\n* PostgreSQL \u003e= TBD\n* PostGIS \u003e= TBD\n* GNU Make\n\n## Installation\n\n1. **Build the extension:**\n\n   ```sh\n   make build\n   ```\n\n2. **Install to PostgreSQL (may require sudo):**\n\n   ```sh\n   sudo make install\n   ```\n\n3. **Run tests (optional):**\n\n   ```sh\n   make test\n   ```\n\n## Usage\n\nAfter installation, in your database:\n\n```sql\nCREATE EXTENSION pg_spatialid CASCADE;\n```\n\nRead more about the extension's features and usage in the [documentation](docs/index.md).\n\n## Development\n\n* SQL source code is organized in `src/`, with templated files (`.sql.in`) and plain SQL.\n* Use `make clean` to remove build artifacts.\n* See Makefile for build details.\n* For testing, use `make test` to run the included SQL tests (requires `pg_prove`).\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](LICENSE).\n\n[1]: https://www.ipa.go.jp/digital/architecture/guidelines/4dspatio-temporal-guideline.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkastl%2Fpg_spatialid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkastl%2Fpg_spatialid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkastl%2Fpg_spatialid/lists"}