{"id":26031762,"url":"https://github.com/apache/sis","last_synced_at":"2026-01-31T00:23:59.212Z","repository":{"id":8895227,"uuid":"10616263","full_name":"apache/sis","owner":"apache","description":"Java language library for developing geospatial applications following OGC/ISO standards.","archived":false,"fork":false,"pushed_at":"2026-01-20T16:52:51.000Z","size":93599,"stargazers_count":116,"open_issues_count":0,"forks_count":49,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-01-20T21:43:35.858Z","etag":null,"topics":["geospatial","java","standards"],"latest_commit_sha":null,"homepage":"https://sis.apache.org/","language":"Java","has_issues":false,"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/apache.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,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-06-11T07:00:15.000Z","updated_at":"2026-01-12T04:49:01.000Z","dependencies_parsed_at":"2023-09-24T22:18:37.832Z","dependency_job_id":"5d584eb5-6b54-4919-880e-2b9b083c3f45","html_url":"https://github.com/apache/sis","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/apache/sis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/sis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28924608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"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":["geospatial","java","standards"],"created_at":"2025-03-06T20:58:46.870Z","updated_at":"2026-01-31T00:23:59.178Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"# Apache Spatial Information System (SIS)\n\nApache SIS is a Java language library for developing geospatial applications.\nThe library is an implementation of [OGC GeoAPI 3.0.2](http://www.geoapi.org/)\ninterfaces and can be used for desktop or server applications. SIS provides data\nstructures along with methods derived from the following international standards:\n\n* Metadata                — ISO 19115-1, ISO 19115-2, ISO 19115-3, ISO 19157\n* Referencing             — ISO 19111, ISO 19111-2, ISO 19112, OGC 01-009\n* Features and filters    — ISO 19109, ISO 19143\n* Units of measurement    — ISO 19103, JSR 385\n* Data formats:\n  * GeoTIFF               — OGC 19-008\n  * NetCDF                — OGC 10-092, OGC 16-114\n  * XML and GML           — ISO 19139, ISO 19136, OGC 01-009\n  * WKT (Well-Known Text) — ISO 19162\n  * CSV (Comma-separated values) — OGC 14-084\n\nSee the https://sis.apache.org/ web site for more information\nand a more accurate list of standards.\n\nSIS is a project of the [Apache Software Foundation](https://www.apache.org/).\nApache SIS, SIS, Apache, the Apache feather logo, and the Apache SIS\nproject logo are trademarks of The Apache Software Foundation.\n\n\n## Build from sources\n\nRunning the library part of Apache SIS requires Java 11 or higher.\nRunning the JavaFX application part requires Java 22 or higher.\nBuilding SIS requires Java 22 or higher\ntogether with [Gradle](https://gradle.org/) 8 build system.\nTo build SIS, use the following command in this directory:\n\n    gradle assemble\n\nThe JAR files will be located in the following directories,\ntogether with their dependencies:\n\n* `endorsed/build/libs/`  (core library)\n* `optional/build/libs/`  (requires JavaFX)\n* `incubator/build/libs/` (not yet released)\n\nIf JAR files seem missing, try `gradle jar`.\nFor publishing to the local `~/.m2` repository\n(for example, for use with Maven projects):\n\n    gradle publishToMavenLocal\n\n\n### Build the graphical application\n\nIf the [optional modules](optional/README.md) prerequisites are met,\na ZIP file containing a subset of Apache SIS modules and dependencies\nis automatically built in the `optional/build/bundle/` sub-directory.\nThat ZIP file can be unzipped in any directory and the application is\nlaunched by running the `./bin/sisfx` script.\n\n\n## Getting Started\n\nInformation for running a [command-line tool](https://sis.apache.org/command-line.html)\nor an [optional JavaFX application](https://sis.apache.org/javafx.html)\ncan be found on the web site. Java code examples for some common tasks\nare given in the [How to…](https://sis.apache.org/howto.html) pages.\nComplete API can be browsed in [online Javadoc](https://sis.apache.org/apidocs/index.html).\n\n\n## License (see also LICENSE)\n\nCollective work: Copyright 2010-2025 The Apache Software Foundation.\n\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to You under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\n* http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nSome Apache SIS subcomponents have dependencies subject to different\nlicense terms. All those dependencies except GeoAPI, JSR-385 and JAXB API\nare optional. Your use of those dependencies is subject to the terms and\nconditions of the licenses listed in the NOTICE file.\n\n\n## Mailing Lists\n\nDiscussion about SIS takes place on the following mailing lists:\n\n* user@sis.apache.org    — about using SIS\n* dev@sis.apache.org     — about developing SIS\n\nNotification on all changes are sent to the following mailing lists:\n\n* commits@sis.apache.org — about code changes\n* issues@sis.apache.org  — about issue changes\n\nThe mailing lists are open to anyone and publicly archived.\nYou can subscribe the mailing lists by sending a message to\n_LIST_-subscribe@sis.apache.org (for example user-subscribe@…).\nTo unsubscribe, send a message to _LIST_-unsubscribe@sis.apache.org.\nFor more instructions, send a message to _LIST_-help@sis.apache.org.\n\n\n## Issue Tracker\n\nIf you encounter errors in SIS or want\nto suggest an improvement or a new feature, please visit the\n[SIS issue tracker](https://issues.apache.org/jira/browse/SIS).\nThere you can also find the latest information on known issues\nand recent bug fixes and enhancements.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fsis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fsis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fsis/lists"}