Dan-Patterson
Coding for GIS, using python, numpy and ArcGIS Pro.
Carleton University (retired)Carp, Ont, Canada
Pinned Repositories
arraytools
Provides tools to facilitate working with numpy and the geometry and attributes of spatial data. The focus is largely on rasters and featureclasses for use within ArcGIS Pro and arcpy
coding_tips
Various coding tips, reST directives and numpydoc format options
field_calculator
For ArcGIS Pro field calculations
format_stuff
Format options for python and numpy. I often want a quick print/view of 'stuff' and have found the current offerings not to my needs. This repository adds to the confusion and options.
geonumeracy
Things numeric relating to geometry and computational geometry that I have discovered.
gist-links
Links to my gists
numpy_geometry
A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro
polygon_clipping
Python, NumPy polygon clipping for concave and convex polygons.
Tools_for_ArcGIS_Pro
Python Code Samples and toolboxes for use in ArcGIS Pro.
Dan-Patterson's Repositories
Dan-Patterson/Tools_for_ArcGIS_Pro
Python Code Samples and toolboxes for use in ArcGIS Pro.
Dan-Patterson/numpy_geometry
A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro
Dan-Patterson/arraytools
Provides tools to facilitate working with numpy and the geometry and attributes of spatial data. The focus is largely on rasters and featureclasses for use within ArcGIS Pro and arcpy
Dan-Patterson/polygon_clipping
Python, NumPy polygon clipping for concave and convex polygons.
Dan-Patterson/geonumeracy
Things numeric relating to geometry and computational geometry that I have discovered.
Dan-Patterson/field_calculator
For ArcGIS Pro field calculations
Dan-Patterson/format_stuff
Format options for python and numpy. I often want a quick print/view of 'stuff' and have found the current offerings not to my needs. This repository adds to the confusion and options.
Dan-Patterson/gist-links
Links to my gists
Dan-Patterson/coding_tips
Various coding tips, reST directives and numpydoc format options
Dan-Patterson/notebooks
jupyter notebooks
Dan-Patterson/numpy_samples
Code samples and defs in demonstrating various aspects of NumPy arrays.
Dan-Patterson/Overlay_ops
Overlay operations with polygons
Dan-Patterson/test_samples
Very short testing defs for a variety of purposes. This is where the interesting bits go that you have no immediate use for...but you just have to keep them.