Skip to content

Release Notes

Jason Humber edited this page Sep 11, 2026 · 5 revisions

v0.2.3

  • add support for date and datetime in features_to_geojson

v0.2.2

  • include support for reverse on UniqueValuesReclass
  • improve generated label for ManualReclass and retain code values
  • update wiki for reclassify_field

v0.2.1

  • fix spelling on keyword argument and extract to utility function

v0.2.0

  • added add_gps_metadata_fields (Management - Fields)
  • added calculate_end_time (Management - Fields)
  • added field_statistics_to_table (Management - Fields)
  • added reclassify_field (Management - Fields)
  • added standardize_field (Management - Fields)
  • added transform_field (Management - Fields)
  • added delete_identical (Management - General)
  • added find_identical (Management - General)
  • added sort (Management - General)
  • added export_features (Conversion - GeoPackage)
  • added export_table (Conversion - GeoPackage)
  • added feature_class_to_geopackage (Conversion - GeoPackage)
  • added table_to_geopackage (Conversion - GeoPackage)
  • added features_to_gpx (Conversion - GPS)
  • added gpx_to_features (Conversion - GPS)
  • added features_to_geojson (Conversion - JSON)
  • added geojson_to_features (Conversion - JSON)
  • added frequency (Analysis - Statistics)
  • added statistics (Analysis - Statistics)
  • added adjust_3d_z (Management - Features)
  • added feature_to_line (Management - Features)
  • added feature_to_polygon (Management - Features)
  • added points_to_line (Management - Features)
  • added generalize (Editing)
  • added simplify_line (Cartography - Generalization)
  • added simplify_polygon (Cartography - Generalization)
  • added smooth_line (Cartography - Generalization)
  • added smooth_polygon (Cartography - Generalization)
  • added table_to_delimited_file (Conversion - Delimited File)
  • added delimited_file_to_table (Conversion - Delimited File)
  • added truncate_table (Management - Table) as function, no longer an alias for delete_rows
  • avoid reporting REPEATED_XY for start / end points of a Polygon in check_geometry
  • distinguish between DATE and DATETIME when filtering by field type

v0.1.1

  • fix to_shapely to filter out invalid geometries post transformation

v0.1.0

  • added clip (Analysis - Extract)
  • added select (Analysis - Extract) and aliased as extract_features
  • added split (Analysis - Extract)
  • added split_by_attributes (Analysis - Extract)
  • added table_select (Analysis - Extract) and aliased as extract_rows
  • added erase (Analysis - Overlay)
  • added intersect (Analysis - Overlay)
  • added symmetrical_difference (Analysis - Overlay)
  • added union (Analysis - Overlay)
  • added buffer (Analysis - Proximity)
  • added multiple_buffer (Analysis - Proximity)
  • added create_feature_class (Management - Feature Class)
  • added recalculate_feature_class_extent (Management - Feature Class)
  • added add_xy_coordinates (Management - Features)
  • added calculate_geometry_attributes (Management - Features)
  • added check_geometry (Management - Features)
  • added copy_features (Management - Features)
  • added delete_features (Management - Features)
  • added feature_envelope_to_polygon (Management - Features)
  • added feature_to_point (Management - Features)
  • added feature_vertices_to_points (Management - Features)
  • added minimum_bounding_geometry (Management - Features)
  • added multipart_to_singlepart (Management - Features) and aliased as explode
  • added polygon_to_line (Management - Features)
  • added repair_geometry (Management - Features)
  • added split_line_at_vertices (Management - Features)
  • added xy_table_to_point (Management - Features)
  • added xy_to_line (Management - Features) and aliased as xy_table_to_line
  • added add_field (Management - Fields) with support for multiple
  • added alter_field (Management - Fields)
  • added calculate_field (Management - Fields)
  • added delete_field (Management - Fields)
  • added copy (Management - General)
  • added delete (Management - General) with support for multiple
  • added rename (Management - General)
  • added dissolve (Management - Generalization)
  • added add_attribute_index (Management - Indexes)
  • added add_spatial_index (Management - Indexes)
  • added remove_attribute_index (Management - Indexes)
  • added remove_spatial_index (Management - Indexes)
  • added define_projection (Management - Projections and Transformations)
  • added project (Management - Projections and Transformations)
  • added copy_rows (Management - Table)
  • added create_table (Management - Table)
  • added delete_rows (Management - Table) and aliased as truncate_table
  • added get_count (Management - Table)
  • added create_folder (Management - Workspace)
  • added create_sqlite_database (Management - Workspace) and aliased as create_geopackage
  • Settings support for overwrite
  • Settings support for dimensions xy_tolerance, output_m_option, output_z_option, and z_value
  • Settings support for workspace current_workspace, scratch_workspace, and scratch_folder
  • Settings support for coordinates output_coordinate_system, geographic_transformations, and extent

v0.0.1

  • land grab

Clone this wiki locally