-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Jason Humber edited this page Sep 11, 2026
·
5 revisions
- add support for
dateanddatetimeinfeatures_to_geojson
- include support for
reverseonUniqueValuesReclass - improve generated label for
ManualReclassand retain code values - update wiki for
reclassify_field
- fix spelling on keyword argument and extract to utility function
- 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 fordelete_rows - avoid reporting
REPEATED_XYfor start / end points of a Polygon incheck_geometry - distinguish between
DATEandDATETIMEwhen filtering by field type
- fix
to_shapelyto filter out invalid geometries post transformation
- added
clip(Analysis - Extract) - added
select(Analysis - Extract) and aliased asextract_features - added
split(Analysis - Extract) - added
split_by_attributes(Analysis - Extract) - added
table_select(Analysis - Extract) and aliased asextract_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 asexplode - 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 asxy_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 astruncate_table - added
get_count(Management - Table) - added
create_folder(Management - Workspace) - added
create_sqlite_database(Management - Workspace) and aliased ascreate_geopackage - Settings support for
overwrite - Settings support for dimensions
xy_tolerance,output_m_option,output_z_option, andz_value - Settings support for workspace
current_workspace,scratch_workspace, andscratch_folder - Settings support for coordinates
output_coordinate_system,geographic_transformations, andextent
- land grab