GeoScript Tutorials¶
code chooser
The tutorial section contains a number of exercises designed to provide an introduction to the GeoScript apis through working examples.
Basic¶
The following tutorials are basic in nature and provide code samples in all implementation languages. The chooser at the top right is used to switch between languages.
- Geometry Basics
Introduction to the geometry module.
- Geometry Advanced
Additional geometry concepts such as affine transformations and triangulation.
- Projection Basics
Projections and coordinate reference systems.
- Layers and Workspaces
Data access with layers and workspaces.
- Styling and Rendering
Styling and visualization.
Advanced¶
Additional tutorials of a more advanced nature that focus in on a specific language.
Python¶
- Thematic Styling
Interpolating thematic styles with statistical layer analysis.
- Geo Web Applications with Flask
Building geo web applications with the Flask micro framework.