How to…
Java code examples for performing some tasks with Apache SIS. The examples are grouped in the following sections:
Grid coverages (rasters)
- Read raster from a netCDF file
- Read raster from a GeoTIFF file
- Get raster values at pixel coordinates
- Get raster values at geographic coordinates
- Handle rasters bigger than memory
- Resample a raster
- Parallel computation
- From data lake to data cube
- Write a raster to a file
Referencing by coordinates
- Instantiate a Universal Transverse Mercator (UTM) projection
- Instantiate a Pseudo Mercator (a.k.a. Google) projection
- Get the EPSG code or URN of an existing reference system
- Transform points between two reference systems
- Transform envelopes between two reference systems
- Parse and format MGRS codes
- Union or intersection of envelopes in different reference systems
- Determine if two reference systems are functionally equal
- Compute geodetic distances and paths