Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
13 of 386 committers (3.4%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Official GeoTools repository
Basic Info
- Host: GitHub
- Owner: geotools
- License: lgpl-2.1
- Language: Java
- Default Branch: main
- Homepage: http://geotools.org
- Size: 413 MB
Statistics
- Stars: 1,842
- Watchers: 114
- Forks: 1,181
- Open Issues: 9
- Releases: 52
Topics
Metadata Files
README.md

GeoTools is an open source Java library that provides tools for geospatial data. Our Users guide provides an overview of the core features, supported formats and standards support.
License
GeoTools is licensed under the LGPL. The user guide license page describes the less restrictive license for documentation and source code examples.
Contributing
The developers guide outlines ways to contribute to GeoTools using patches, pull requests and setting up new modules.
If you are already experienced with GitHub please check our pull request page before you start!
Building
GeoTools uses Apache Maven for a build system. To build the library run maven from the root of the repository.
% mvn clean install
See the user guide for more details.
Bugs
GeoTools uses JIRA, hosted by Atlassian, for issue tracking.
Mailing Lists
The user list is for all questions related to GeoTools usage.
The dev list is for questions related to hacking on the GeoTools library itself.
More Information
Owner
- Name: GeoTools
- Login: geotools
- Kind: organization
- Website: http://geotools.org
- Repositories: 1
- Profile: https://github.com/geotools
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andrea Aime | a****e@g****m | 2,015 |
| Jody Garnett | j****t@g****m | 795 |
| mbedward | m****d@e****0 | 382 |
| jive | j****e@e****0 | 375 |
| aaime | a****e@e****0 | 319 |
| Daniele Romagnoli | d****i@g****t | 287 |
| Ian Turton | i****n@g****m | 285 |
| Torben Barsballe | t****e@b****m | 178 |
| Ben Caradoc-Davies | b****n@t****z | 167 |
| simonegiannecchini | s****i@e****0 | 151 |
| jdeolive | j****e@e****0 | 132 |
| Niels Charlier | n****s@s****e | 128 |
| Mark Prins | 1****s | 121 |
| Roar Brænden | r****n@m****m | 104 |
| Brad Hards | b****h@f****t | 97 |
| mattkrusz | m****i@b****m | 90 |
| jdeolive | j****e@o****g | 89 |
| Marco Volpini | t****0@g****m | 83 |
| Kevin Smith | k****h@b****m | 83 |
| Simone Giannecchini | s****i@g****t | 80 |
| Mauro Bartolomeoli | m****i@g****m | 79 |
| Steve Ikeoka | s****a@g****m | 75 |
| Gabriel Roldan | g****n@g****m | 69 |
| Jim Hughes | j****y@c****m | 60 |
| groldan | g****n@e****0 | 58 |
| Nuno Oliveira | n****a@g****t | 55 |
| Fernando Miño | f****7@g****m | 53 |
| jdeolive | j****e@b****m | 51 |
| bencaradocdavies | b****s@e****0 | 49 |
| danieleromagnoli | d****i@e****0 | 49 |
| and 356 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 1,411
- Average time to close issues: 8 days
- Average time to close pull requests: 10 days
- Total issue authors: 3
- Total pull request authors: 88
- Average comments per issue: 2.17
- Average comments per pull request: 0.92
- Merged pull requests: 1,174
- Bot issues: 0
- Bot pull requests: 41
Past Year
- Issues: 6
- Pull requests: 644
- Average time to close issues: 8 days
- Average time to close pull requests: 4 days
- Issue authors: 3
- Pull request authors: 46
- Average comments per issue: 2.17
- Average comments per pull request: 0.45
- Merged pull requests: 540
- Bot issues: 0
- Bot pull requests: 15
Top Authors
Issue Authors
- geoserver-bot (4)
- elahrvivaz (1)
- aaime (1)
Pull Request Authors
- aaime (499)
- geoserver-bot (312)
- sikeoka (70)
- jodygarnett (48)
- roarbra (47)
- mprins (46)
- dependabot[bot] (41)
- groldan (33)
- turingtestfail (20)
- ianturton (20)
- petersmythe (19)
- bjornharrtell (18)
- Mike7311 (16)
- dromagnoli (14)
- bradh (12)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 57
- Total downloads: unknown
-
Total dependent packages: 77
(may contain duplicates) -
Total dependent repositories: 3
(may contain duplicates) - Total versions: 110
repo1.maven.org: io.oss84.geotools:gt-main
The main module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use industry standard terms as provided by OGC and ISO standards. The formal GeoTools public api consists of gt-metadata, jts and the gt-main module. The main module contains the default implementations that are available provided to other GeoTools modules using our factory system. Factories are obtained from an appropriate FactoryFinder, giving applications a chance configure the factory used using the Factory Hints facilities. FilterFactory ff = CommonFactoryFinder.getFilterFactory(); Expression expr = ff.add( expression1, expression2 ); If you find yourself using implementation specific classes chances are you doing it wrong: Expression expr = new AddImpl( expression1, expressiom2 );
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-main/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-sample-data
Contains sample data for testing purpose.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-sample-data/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-epsg-hsql
Connection to an embedded EPSG database in HSQL format. This database is built from the SQL scripts delivered by EPSG.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-epsg-hsql/
- License: Lesser General Public License (LGPL),EPSG database distribution license,BSD License for HSQL
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-referencing
Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-referencing/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-coverage
Implementation of GridCoverage. Provides support for rasters and some image processing like reprojection.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-coverage/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.ows
Open Web Services Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.ows/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-opengis
Standard interfaces implemented throughout the library.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-opengis/
- License: OGC copyright,Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.jgridshift:jgridshift-core
NTv2 transformation for Java
- Homepage: https://github.com/geosolutions-it/jgridshift
- Documentation: https://appdoc.app/artifact/io.oss84.jgridshift/jgridshift-core/
- License: Lesser General Public License (LGPL)
-
Latest release: 1.3
published about 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:org.w3.xlink
Xlink Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/org.w3.xlink/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-epsg-wkt
EPSG and AUTO authority factories are defined for data.crs.CRSService. These codes are used to provide CoordinateRegerenceSystem for GCE and DataStore implementations that do not define their own native definition. Contains a Property file based CoordinateSystemAuthority (the property file is too large to be included in the main geotools release). This class will need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-epsg-wkt/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-metadata
Contains implementations of metadata and some core utilities classes.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-metadata/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-postgis
DataStore for PostGIS Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-postgis/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-jdbc
Abstract datastore implementation and helper classes / apis to be extended by datastores backed by releational databases accesible via jdbc.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-jdbc/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.jgridshift:jgridshift-jca
NTv2 transformation for Java
- Homepage: https://github.com/geosolutions-it/jgridshift
- Documentation: https://appdoc.app/artifact/io.oss84.jgridshift/jgridshift-jca/
- License: Lesser General Public License (LGPL)
-
Latest release: 1.3
published about 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.fes
Filter Encoding Specification Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.fes/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-geojson
Provides GeoJSON Encoding and Parsing support.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-geojson/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:library
Geotools core modules.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/library/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-grid
The grid module allows users to create vector grids (also known as lattices) that can be used for display and analysis.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-grid/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-arcgrid
Datasource created to read ArcGrid raster format. Currently Serving as a prototype for the GridCoverageExchange API.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-arcgrid/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-grassraster
This datasource reads the GRASS DEM format.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-grassraster/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.xsd:xsd
Parent module for xml modules.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.xsd/xsd/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-hana
DataStore for SAP HANA Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-hana/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-coverage-multidim
Module for Coverage experiment and ND GeoTools plugins.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-coverage-multidim/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-teradata
DataStore for Teradata Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-teradata/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc
GeoTools plug-ins provide additional services to the core library using ServiceLocator.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.maven:build
Build tools for the the Geotools 2 project.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.maven/build/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-vpf
DataStore plugin for VPF format.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-vpf/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:app-schema
Modules to support creation of complex feature types defined in a GML application schema
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/app-schema/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:modules
Geotools libraries.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/modules/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.jgridshift:jgridshift-sample
NTv2 transformation for Java
- Homepage: https://github.com/geosolutions-it/jgridshift
- Documentation: https://appdoc.app/artifact/io.oss84.jgridshift/jgridshift-sample/
- License: Lesser General Public License (LGPL)
-
Latest release: 1.3
published about 5 years ago
Rankings
repo1.maven.org: io.oss84.jgridshift:jgridshift
NTv2 transformation for Java
- Homepage: https://github.com/geosolutions-it/jgridshift
- Documentation: https://appdoc.app/artifact/io.oss84.jgridshift/jgridshift/
- License: Lesser General Public License (LGPL)
-
Latest release: 1.3
published about 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-epsg-extension
Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-epsg-extension/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:extension
GeoTools extensions provide additional capabilities built using the core library.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/extension/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:ogc
Collection of EMF models for OGC Web Service schemas.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/ogc/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-geotiff
Datasource created to read GeoTIFF raster format.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-geotiff/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.wps
Web Processing Service Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.wps/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-db2
DataStore for DB2 Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-db2/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-imageio-ext-gdal
Extension of the of Grid Coverage plugins, leveraging on the GDAL raster data access capabilities by means of the ImageIO-Ext Project.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-imageio-ext-gdal/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-postgis-raster
Unsupported modules for GeoTools.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-postgis-raster/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.wcs
Web Coverage Service Schema EMF ModelL
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.wcs/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.wmts
Collection of EMF models for OGC Web Service schemas.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.wmts/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.csw
Catalog Services for the Web Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.csw/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.maven:maven
Maven plugins specific to the the Geotools 2 project.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.maven/maven/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.ogc:net.opengis.wfs
Web Feature Service Schema EMF Model
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.ogc/net.opengis.wfs/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:geotools
Welcome to the homepage of the GeoTools build process In the left side bar you should see a list of active modules, visit each for more details on the status of each module.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/geotools/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-graph
Graph classes that builds and walk networks based on Feature relationships. The original graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the original JUMP based library has been funded by the BC Proventional Government department of BMGS. This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-graph/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-image
Grid coverage reader for image georeferenced by a world file. File format consists of consisting of a plain image and a "sidecar" world file to georeference the image, a and projection file file to indicate the coordinate reference system used.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-image/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-jp2k
Extension of the of Grid Coverage plugins, leveraging on the JP2K raster data access capabilities.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-jp2k/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-sqlserver
DataStore for SQL Server Database.
- Homepage: https://docs.geotools.org/latest/userguide/library/jdbc/sqlserver.html
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-sqlserver/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.maven:jar-collector
Copy all JAR files (including dependencies) in the target directory of the parent project descriptor.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.maven/jar-collector/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-tpk
TPK File support for GeoTools.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-tpk/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-h2
DataStore for H2 Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-h2/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:unsupported
Unsupported modules for GeoTools.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/unsupported/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:gt-epsg-postgresql
Connection to an EPSG postgreSQL database. This database should be built by the user from the SQL scripts delivered by EPSG.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/gt-epsg-postgresql/
- License: Lesser General Public License (LGPL),BSD License for PostgreSQL JDBC driver
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.maven:jjtree-javacc
This Maven plugin run 'jjtree' on a set of .jjt files found in the source directory, which generates a set of .jj files. Next, this plugin executes 'javacc' on those .jj files in order to generate the .java files. All generated files are stored in a 'target/generated-sources' directory and are part of the compilation phase.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.maven/jjtree-javacc/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools.jdbc:gt-jdbc-mysql
DataStore for MySQL Database.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools.jdbc/gt-jdbc-mysql/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago
Rankings
repo1.maven.org: io.oss84.geotools:plugin
GeoTools plug-ins provide additional services to the core library using ServiceLocator.
- Homepage: https://github.com/geotools/geotools
- Documentation: https://appdoc.app/artifact/io.oss84.geotools/plugin/
- License: Lesser General Public License (LGPL)
-
Latest release: 24.2-oss84-1
published almost 5 years ago