update Release-Notes.md for v0.2.3 with new feature support
update Release-Notes.md for v0.2.2 with new features and improvements
add "Unique Values" reclassification method to Data-Management.md
Merge remote-tracking branch 'origin/master'
update Release-Notes.md for v0.2.1 with fixes and utility function addition
back to home
Updated Spatial PYthon OPerationS (markdown)
casing
Update home with project name
update Release-Notes.md for v0.2.0 with new functions and fixes
Merge branch 'develop' # Conflicts: # Data-Management.md
fix typos in class and parameter names in Data-Management.md
fix import typo in Data-Management.md
fix typo in parameter name from "where" to "where_clause" in Conversion.md
fix typo in stats_fields parameter from "Mode('DISPUTED)')" to "Mode('DISPUTED')" in Analysis.md
fix typo in parameter name from "output_option" to "output_type_option" in Analysis.md
fix typo in where_clause field name from "VALIDATE" to "VALDATE" in Analysis.md and Data-Management.md
add delimited_file_to_table function example and usage details to Conversion.md
add table_to_delimited_file function example and usage details to Conversion.md
add smooth_polygon function example and usage details to Cartography.md
add smooth_line function example and usage details to Cartography.md
add simplify_polygon function example and usage details to Cartography.md
add simplify_line function example and usage details to Cartography.md
add generalize function example and usage details to Editing.md
Destroyed Editing (markdown)
Adding Editing
add geojson_to_features function example and usage details to Conversion.md
add features_to_geojson function example and usage details to Conversion.md
remove unnecessary MemoryGeoPackage import in Conversion.md
add gpx_to_features function example and usage details to Conversion.md