diff --git a/README.md b/README.md index a0d5ccf..579a304 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![753 Data Sync logo](https://git.nickhepler.cloud/nick/753-Data-Sync/raw/branch/master/logo.png) # 753 Data Sync ![Gitea Release](https://img.shields.io/gitea/v/release/nick/753-Data-Sync?gitea_url=https%3A%2F%2Fgit.nickhepler.cloud) +![Gitea Open Issues](https://img.shields.io/gitea/issues/open/nick/753-Data-Sync?gitea_url=https%3A%2F%2Fgit.nickhepler.cloud) This script fetches enforcement data from an external API, truncates a specified feature layer in ArcGIS, and adds the fetched data as features to the layer. The script performs the following tasks: @@ -113,10 +114,12 @@ The script handles errors gracefully, including: ## Troubleshooting -- If the script stops unexpectedly, check the logs (`753DataSync.log`) for detailed error information. -- Ensure your `.env` file is correctly configured with valid credentials and API URL. -- Make sure the specified ArcGIS layer is accessible and has the correct permissions for truncating and adding features. +- If the script unexpectedly stops, check the logs (`753DataSync.log`) for detailed error information. +- Ensure the `.env` file is correctly configured with valid credentials and API URL. +- Confirm that your ArcGIS layer has the correct permissions to allow truncation and feature addition. +- If you encounter network issues, make sure your system has proper internet access and that the API endpoint is available. +- For debugging, ensure that you have set the `LOG_LEVEL` to `DEBUG` in your `.env` file for detailed logs. ## License -This project is licensed under the GNU General Public License v3.0 or later - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the [GNU General Public License v3.0](LICENSE), which allows you to freely use, modify, and distribute the code, provided that you include the same license in derivative works. \ No newline at end of file