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

Apache SIS #435

Merged
merged 60 commits into from Aug 2, 2022
Merged

Apache SIS #435

merged 60 commits into from Aug 2, 2022

Conversation

bchapuis
Copy link
Member

@bchapuis bchapuis commented Apr 3, 2022

This PR integrates Apache SIS to read different file formats including shapefiles. On this basis, it should now be possible to import all the necessary data with a pipeline written in Java.

@Drabble I would be interested in having your thoughts about the Pipeline class in the core module. For now, I use CompletableFutures and runnables to declare the steps of the pipeline. I feel that the pipeline should have two levels: one for declaring tasks (e.g. runnables); one for processing data (e.g. with streams).

@sonarcloud
Copy link

sonarcloud bot commented Apr 22, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug E 4 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 77 Code Smells

59.5% 59.5% Coverage
5.5% 5.5% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 249 Code Smells

36.9% 36.9% Coverage
4.8% 4.8% Duplication

@bchapuis bchapuis marked this pull request as ready for review August 2, 2022 12:33
@bchapuis bchapuis merged commit 258ab86 into main Aug 2, 2022
@bchapuis bchapuis deleted the apache-sis branch August 2, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant