Examples using ArcGIS Business Analyst with Python.
Read the docs - https://knu2xs.github.io/business-analyst-python-api-examples/
This is where I put all the good stuff. All of the example notebooks (and more) are all located in the ./notebooks directory.
Based on the pattern provided in the Cookiecutter Data Science template by Driven Data this template streamlines a number of commands using the make command pattern.
make env- builds the Conda environment with name and dependencies fromenvironment.ymland installs the local project packageba_exusing the commandpython -m pip install -e ./src/src/ba_exso you can easily test against the package if you are working on it.
Bump2Version is preconfigured based on hints from this article on Medium.
If you want to...
- 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