About
Welcome to the ProSuite Tech Blog. This is a loose series of articles on technical topics related to ProSuite, ArcGIS, Programming, and GIS in general. Articles are written by the ProSuite Authors in the hope that they are useful, not least to themselves. All content is available under a CC BY 4.0 license.
Related Resources
- ProSuite productivity extension for ArcGIS
- Dira GeoSystems for related support and development
- developers.arcgis.com
- gis.stackexchange.com
- GeoNet: the Esri Community
- ArcGIS Pro SDK for .NET
Contributing
This is a static blog generated using Jekyll and hosted at GitHub Pages. The publishing source is github.com/ProSuite/techblog.
Blog articles “live” in this repository as markdown files
in the _posts
directory. See any of the existing articles
to get started and beware that the “front matter” must be
present as the first thing between two ---
lines.
You may place your article in the _drafts
folder;
here it can be committed to source control and will
be shown locally, but not published. Once ready for
publication, move it from _drafts to _posts and
give it a name conforming to the convention for posts.
See the repo-level README for details.