Contents of arraytools

The imports and basic layout of the package are listed in the __init__ file. The remainder of the imports are presented in subsequent sections.


arraytools __init__

Initialization of arraytools doesn’t import any of the functionality for arcpy by default so that extra requirement doesn’t clog namespace.


_basic module

Fundamental array methods and properties.


_io module

Input and output for arrays to and from disk.


format arrays

Format arrays in a variety of ways.


geometry functions

Functions dealing with geometry.


Common geometry functions

Shared functions for working with geometry.


Create geometry functions

Functions to create geometry.


Geometry properties

Properties of geometry objects.


arrays as grids

Arrays as grids, largely as replacements for the Spatial Analyst.


set operations

Set operations on arrays.


python tools

General python tools.


Switch arrange weave shape

A multipurpose set of tools for reorganizing arrays.


Statistical tools for stacked arrays

Statistics for N-D arrays.


Table operations for arrays

Arrays as tables.


Statistical tools for tabular arrays

Statistics for N-D arrays.


main array tools

A large collection of tools for working with arrays.


utility functions

General utility functions and helpers.