Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/import csv as shape #103

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Feature/import csv as shape #103

merged 3 commits into from
Nov 21, 2023

Conversation

saschadoemer
Copy link
Contributor

No description provided.

Added a new method to import CSV files in AgriCropController.java, updated error handling in Error.java and added necessary unit tests. This will ensure consistency in file import operations for both GeoJSON and CSV files. Introduced constants for different JSON object types in JSONObjectTypes.java for better readability and maintainability.
Added a "SuppressWarnings" annotation for the local field 'csv' in AgriCropServiceTest.java. This change has been made to avoid compiler warnings about the local variable that could remain unused or could be declared as local.
@saschadoemer
Copy link
Contributor Author

Closes #103

@saschadoemer saschadoemer linked an issue Nov 20, 2023 that may be closed by this pull request
Renamed the integration test class from ImageProcessingIntegrationTest to ImageProcessingIT to conform to Maven's default surefire configuration. Maven's Surefire plugin by default includes classes with the pattern **/IT*.java and thus the renaming ensures that Maven picks up the test case during the integration-test phase.
@Vitrum-LL Vitrum-LL added this pull request to the merge queue Nov 21, 2023
Merged via the queue into main with commit 33360bf Nov 21, 2023
1 check passed
@saschadoemer saschadoemer deleted the feature/import-csv-as-shape branch November 24, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initialer Import einer Schlagkartei | CSV
2 participants