/arcpy-parquet

Tools for IO between Parquet and ArcGIS

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

ArcPy-Parquet

ArcPy-Parquet is a Python module and ArcGIS Pro Python Toolbox (./arcgis/ArcPy-Parquet-Tools.pyt) facilitating conversion between ArcGIS Feature Classes in a Geodatabase and Parquet datasets. The Python package can be used autonomously (without the ArcGIS Python Toolbox) for automated data export or ingestion tasks.

BumpVersion Cliff Notes

Bump2Version is preconfigured based on hints from this article on Medium.

  • apply a patch, bumpversion patch
  • update version with no breaking changes (minor version update), bumpversion minor
  • update version with breaking changes (major version update), bumpversion major
  • create a release (tagged in vesrion control - Git), bumpversion --tag release

Project based on the cookiecutter GeoAI project template. This template, in turn, is simply an extension and light modification of the cookiecutter data science project template. #cookiecutterdatascience