{"id":14065030,"url":"https://github.com/akhilchibber/Bounding-Geospatial-Data","last_synced_at":"2025-07-29T19:33:56.658Z","repository":{"id":212294653,"uuid":"731155264","full_name":"akhilchibber/Bounding-Geospatial-Data","owner":"akhilchibber","description":"Bounding Geospatial Data: Different Approaches and Methods","archived":false,"fork":false,"pushed_at":"2024-08-21T11:43:52.000Z","size":110,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-21T13:12:25.471Z","etag":null,"topics":["bounding","geospatial-processing","geospatial-visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akhilchibber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-13T13:28:48.000Z","updated_at":"2024-08-21T11:43:56.000Z","dependencies_parsed_at":"2024-01-07T13:22:15.051Z","dependency_job_id":"769cef99-9544-4b19-807b-b92d2c0bcef2","html_url":"https://github.com/akhilchibber/Bounding-Geospatial-Data","commit_stats":null,"previous_names":["akhilchibber/bounding-geospatial-data"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilchibber%2FBounding-Geospatial-Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilchibber%2FBounding-Geospatial-Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilchibber%2FBounding-Geospatial-Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilchibber%2FBounding-Geospatial-Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhilchibber","download_url":"https://codeload.github.com/akhilchibber/Bounding-Geospatial-Data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046023,"owners_count":17861080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bounding","geospatial-processing","geospatial-visualization"],"created_at":"2024-08-13T07:04:14.944Z","updated_at":"2024-12-04T04:30:38.886Z","avatar_url":"https://github.com/akhilchibber.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Bounding Geospatial Data: Different Approaches and Methods\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/akhilchibber/Bounding-Geospatial-Data/blob/main/Bounding-Geospatial-Data.png?raw=true\" alt=\"earthml Logo\"\u003e\n\u003c/p\u003e\n\nWelcome to the Geospatial Shapefile Processing Toolkit! This repository contains a collection of Python scripts, each designed to perform a specific type of processing on polygon shapefiles. Whether you're looking to extract geometrical shapes, analyze spatial boundaries, or transform data, these scripts provide a range of functionalities to suit your needs.\n\n## Scripts Overview\n\n1. **Delaunay Triangulation (TRIANGULATION.py)**: Generates a Delaunay Triangulation from a given polygon shapefile, useful for spatial analysis and triangulating points in a plane.\n\n2. **Rotational Bounding Box (RO_BBOX.py)**: Calculates the rotational bounding box for a given polygon shapefile, which can be used in spatial data visualization and analysis.\n\n3. **Convex Hull Extraction (CONVEX_HULL.py)**: Creates the Convex Hull of a polygon shapefile. This is helpful in understanding the outer boundary of a shape or dataset.\n\n4. **Concave Hull Extraction (CONCAVE_HULL.py)**: Extracts the Concave Hull from a polygon shapefile, offering a tighter fitting boundary than the convex hull for irregular shapes.\n\n5. **Circle Extraction (CIRCLE.py)**: Determines the smallest enclosing circle for a given polygon shapefile, useful in various geometrical computations.\n\n6. **Bezier Envelope (BEZIER_ENVELOPE.py)**: Generates a Bezier Envelope from a polygon shapefile, which can be used for advanced geometrical representations and analyses.\n\n7. **Bounding Box (BBOX.py)**: Extracts the standard bounding box of a polygon shapefile, essential for many spatial analysis tasks.\n\n## Getting Started\n\nTo use these scripts, you'll need Python installed on your system along with libraries such as `geopandas`, `shapely`, `scipy`, `numpy`, and others specific to each script.\n\n### Prerequisites\n\n- Python 3.x\n- Libraries: `geopandas`, `shapely`, `scipy.spatial`, `numpy`, `alphashape`, `smallestenclosingcircle`, etc.\n\n### Running the Scripts\n\n1. Clone this repository to your local machine.\n2. Install the required libraries.\n3. Run the desired script with the appropriate shapefile as input.\n\n## Contributing\n\nWe welcome contributions to enhance the functionality and efficiency of this script. Feel free to fork, modify, and make pull requests to this repository. To contribute:\n\n1. Fork the Project.\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the Branch (`git push origin feature/AmazingFeature`).\n5. Open a Pull Request against the `main` branch.\n\n## License\n\nThis project is licensed under the MIT License - see the `LICENSE` file for details.\n\n## Contact\n\nAuthor: Akhil Chhibber\n\nLinkedIn: https://www.linkedin.com/in/akhilchhibber/\n\nBlog: https://medium.com/@akhil.chibber/bounding-geospatial-data-different-approaches-and-methods-704cff4eafed\n\nMedium Blogs: https://medium.com/@akhil.chibber\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilchibber%2FBounding-Geospatial-Data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhilchibber%2FBounding-Geospatial-Data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilchibber%2FBounding-Geospatial-Data/lists"}