Skip to content

Releases: agrc/palletjack

palletjack v4.2.0

24 Oct 14:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

palletjack v4.1.0

16 Oct 16:02
Compare
Choose a tag to compare

What's Changed

  • deps: arcgis to 2.2.0, remove unneeded pins by @jacobdadams in #68
  • deps(dev): bump the safe-dependencies group with 1 update by @dependabot in #69
  • deps: bump the major-dependencies group with 3 updates by @dependabot in #70

Full Changelog: 4.0.1...4.1.0

palletjack v4.0.1

03 Oct 15:26
Compare
Choose a tag to compare

What's Changed

  • Couple of small fixes by @jacobdadams in #57
    • convert datetime unit to ns
    • better logging for new append
    • retry on failure to get oids
  • Dependabot updates

Full Changelog: 4.0.0...4.0.1

palletjack v4.0.0

29 Sep 19:11
Compare
Choose a tag to compare

What's Changed

palletjack v4 introduces two exciting new features:

  1. A REST feature layer extractor for extracting data from any public REST Map or Feature Service endpoint with query enabled.
  2. Replacing the GeoJSON text upload system underpinning all Feature Service loaders with a file geodatabase-based system for less complexity and better performance.

See the docs for a brief overview of the breaking changes to the API.

Full Changelog: 3.1.0...4.0.0

palletjack v3.1.0

31 Jul 23:15
Compare
Choose a tag to compare

What's Changed

  • Now handles thousands separators in string-based numbers via #51

Full Changelog: 3.0.0...3.1.0

3.0.0

13 Mar 23:28
Compare
Choose a tag to compare

What's Changed

This is a major refactoring of palletjack to make it more flexible, more performant, and more intuitive. Major changes:

  • Refactoring to match the Extract, Transform, and Load stages of the ETL process via extract, transform, and load modules.
  • Methods in the load classes now only check for data issues; cleaning methods have been moved to transform.
  • All uploads use FeatureLayer.append() instead of .edit_features() for better performance per the esri docs
  • More robust checking to handle specific requirements of AGOL uploads
    • Converts data to geojson for the upload to avoid File GDB's dependence on arcpy, which also introduces some data constraints

Full Changelog: 2.7.3...3.0.0