Improve README
This commit is contained in:
parent
b8e0c37482
commit
3765c78de0
11
README.md
11
README.md
@ -1,6 +1,7 @@
|
||||

|
||||
# 753 Data Sync
|
||||

|
||||

|
||||
|
||||
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.
|
||||
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.
|
||||
Loading…
Reference in New Issue
Block a user