============================================= Welcome to Apache SIS ============================================= SIS is a free software, Java language library for developing geospatial applications. The library can be used for desktop or server applications. SIS is an implementation of GeoAPI 3.0 interfaces. SIS provides data structures for geographic data and associated metadata along with methods to manipulate those data structures. The SIS metadata module forms the base of the library and enables the creation of metadata objects which comply with the ISO 19115 metadata model and which can be read from or written to ISO 19139 compliant XML documents. The SIS referencing module will enable the construction of geodetic data structures for geospatial referencing based on the ISO 19111 model such as axis, projection and coordinate reference system definitions, along with the associated operations which enable the mathematical conversion of coordinates between different systems of reference. The SIS storage modules will provide a common approach to the reading and writing of grid coverages applicable to simple imagery as to many dimensional data structures. SIS is a project of the Apache Software Foundation . Apache SIS, SIS, Apache, the Apache feather logo, and the Apache SIS project logo are trademarks of The Apache Software Foundation. Getting Started =============== SIS requires Java 7 and uses the Maven 3 build system. To build SIS, use the following command in this directory: mvn clean package Android26 Branch ================= This branch is compatible with Android API version 26 or better. Branch Specific Dependencies ============================ javax.xml.bind:jaxb-api javax.xml.stream:stax-api javax.xml:jaxp-api javax.activation:activation com.sun.xml.bind:jaxb-core com.sun.xml.bind:jaxb-impl com.fasterxml:aalto-xml License (see also LICENSE) ========================== Collective work: Copyright 2010-2017 The Apache Software Foundation. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache SIS includes a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the licenses listed in the LICENSE file. Mailing Lists ============= Discussion about SIS takes place on the following mailing lists: user@sis.apache.org - About using SIS dev@sis.apache.org - About developing SIS Notification on all code changes are sent to the following mailing list: commits@sis.apache.org The mailing lists are open to anyone and publicly archived. You can subscribe the mailing lists by sending a message to -subscribe@sis.apache.org (for example user-subscribe@...). To unsubscribe, send a message to -unsubscribe@sis.apache.org. For more instructions, send a message to -help@sis.apache.org. Issue Tracker ============= If you encounter errors in SIS or want to suggest an improvement or a new feature, please visit the SIS issue tracker at https://issues.apache.org/jira/browse/SIS There you can also find the latest information on known issues and recent bug fixes and enhancements.