fieldnames_from_geojson ======================= .. py:module:: fieldnames_from_geojson .. autoapi-nested-parse:: To grab the header lines from all the CSV files and parse to get fieldnames" This code is mostly from GitHub copilot 3/26/2025 Attributes ---------- .. autoapisummary:: fieldnames_from_geojson.directory Functions --------- .. autoapisummary:: fieldnames_from_geojson.find_geojson_files fieldnames_from_geojson.main fieldnames_from_geojson.read_attribute_names Module Contents --------------- .. py:function:: find_geojson_files(directory) Find all the GeoJSON files in a Path. .. py:function:: main(directory) Accumulate all the attributes in a directory tree and parse for unique fieldnames. .. py:function:: read_attribute_names(file_path) Collect a list of unique attribute names in a GeoJSON file. .. py:data:: directory