What’s Changed
Minor Patches
- Added worker website as push completion message.
- Fixed QGIS Windows path issue.
- Refactored
readonlyboolean param tooutputboolean param.
Deprecations
readonlyinput params are now refactored. Previouslyreadonly: falseparams will now beoutput: trueparams.local_dir_mountsare no longer supported. Directly include the data folders into the worker directory, and refer to them with a/appprefix. e.g. To refer to a data file./data/data.geojson, use/app/data/data.geojsonin the worker script instead.
What’s Changed
Major Changes
- Added ability to cloud push to a Nika account. Users can now push versioned workers to their team.
Minor Patches
- Improved ArcGIS Pro plugin with layer loading and input.
- Removed invasive Windows CMD behaviour.
- Refactored auth commands to
geoengine auth login|logout|status.
Deprecations
- Referencing workers by name is no longer supported. Use
--uuidflags to reference workers by their UUIDs instead.

