From 8ed17f158953b01f47b2d80957d376e4381f402e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Gallego=20Jim=C3=A9nez?= <91949040+AlbertGallegoJimenez@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:50:38 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 252dc95..0f5502b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- Logo + Logo

Shoreline Evolution Analysis

@@ -26,12 +26,10 @@ ## About The Project
- - - -
+ +
-The analysis methodology is simple but effective, it is based on the analysis of shoreline variations by segmenting the area into profiles and evaluating linear regressions. +The analysis methodology is simple but effective, it is based on the analysis of shoreline variations by segmenting the area into profiles and evaluating them with linear regressions. This tool is developed as part of a [Python Toolbox](https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-python-toolboxes.htm) for ArcGIS Pro. The tools that make up the toolbox are designed in a very intuitive way with an interface that is fully integrated seamlessly into ArcGIS Pro. @@ -47,19 +45,20 @@ The following is a list of the programs and libraries used in the tool, with the * Shapely (version 2.0) * Statsmodels (version 0.13) -Regarding the data, this tool is based on the following two files: -* Baseline (Vector - Polyline). This is the reference line used for the assessment of the evolution of the coastal stretch. +In terms of data, this tool relies on the use of the following two files: +* Baseline (Vector - Polyline). This is the reference line used to assess the evolution of the coastal stretch. * Shorelines (Vector - Polyline). These are the time series of the different shorelines on which the analysis will be based. - * For the correct functioning of the tool, the file must have a numeric id and date fields. + * For the correct functioning of the tool, the file must have a numeric ID and date fields. ### Installation 0. Make sure you have cloned the base ArcGIS' anaconda environment so you can install more packages. More info [here](https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/clone-an-environment.htm). -1. Download the content in the "src" folder. -2. Open the Catalog Pane in ArcGIS Pro and open the Toolbox (.pyt file) to see the tools. +1. Install both ```shapely``` and ```statsmodels``` packages. +2. Download the content in the [src](https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool/tree/main/src). +3. Open the Catalog Pane in ArcGIS Pro and open the Toolbox (.pyt) to see the tools.
- + @@ -81,4 +80,4 @@ Project Link: [https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool] [stars-url]: https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool/stargazers [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://www.linkedin.com/in/albert-gallego-jimenez -[product-screenshot]: images/framework.png \ No newline at end of file +[product-screenshot]: images/framework.png From d3832714e36379dceb9583bca09c327c60673b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Gallego=20Jim=C3=A9nez?= <91949040+AlbertGallegoJimenez@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:53:01 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f5502b..ed8d43f 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,9 @@ Project Link: [https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool] -[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge +[forks-shield]: https://img.shields.io/github/forks/AlbertGallegoJimenez/shoreline-evolution-tool.svg?style=for-the-badge [forks-url]: https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool/forks -[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge +[stars-shield]: https://img.shields.io/github/stars/AlbertGallegoJimenez/shoreline-evolution-tool.svg?style=for-the-badge [stars-url]: https://github.com/AlbertGallegoJimenez/shoreline-evolution-tool/stargazers [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://www.linkedin.com/in/albert-gallego-jimenez -[product-screenshot]: images/framework.png