Skip to content

Instantly share code, notes, and snippets.

@davidmoten
Last active June 29, 2019 07:18
Show Gist options
  • Save davidmoten/66f1eafe3a85be04dc6bd1d51bd83dcf to your computer and use it in GitHub Desktop.
Save davidmoten/66f1eafe3a85be04dc6bd1d51bd83dcf to your computer and use it in GitHub Desktop.
medium-spatial-s3-load-index.java
Index<CSVRecord> index =
Index
.serializer(serializer)
.pointMapper(pointMapper)
.read(new URL("https://craft-positions.s3-ap-southeast-2.amazonaws.com/input-sorted.csv.idx"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment