Below you will find pages that utilize the taxonomy term “GEOC”
Posts
Geoc Map Cubes from Tiles
Geoc can create map cubes from your custom data and it can also use well known tiles sets like OSM, Stamen, and USGS.
Posts
Geoc Map Cubes
Posts
Using geoc to create WA State Geology GeoPackage
I love geology maps. After working on the Mars Geology map project, I wanted to see if I could do something similar closer to home. I wanted to use geoc as much as possible to create a GeoPackage database of WA State geology data with embedded styles that would work in QGIS and geoc.
Posts
GeoYaml support in geoc
GeoYaml is a new geospatial format inspired heavily by GeoJSON. The geoc command line application inherited support from the GeoScript Groovy library.
The geoc geometry convert command can read and write geometries in numerous formats. With the addition of GeoYaml to GeoScript, you can now convert WKT to GeoYaml.
Posts
GEOC: A command line interface for GeoTools
The GDAL and OGR libraries are written in C and C++ and have an awesome command line interface (CLI). It is used extensively by GIS analysts and developers.
On the Java side of the fence, GeoTools is an equivalent geospatial library. It contains code for reading and writing vector and raster datasets but it does not have a CLI.
The GEOC project is my attempt to give GeoTools a CLI. It is written in Groovy using GeoScript which wraps GeoTools in a scripting API.