Welcome to arraytools’s documentation!¶
Arraytools is a module for working with data using NumPy in a GIS environment. Many of the functions do not require ArcGIS Pro since the arcpy module is not imported. Any functionality that requires it is placed in a separate environment and needs to be imported directly at the module level.
The modules that are included in arraytools
included
- _basic
- _io
- create
- … snip …
- tools
- utils
What is in`arraytools`¶
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.
utility functions¶
General utility functions and helpers.