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

[SEDONA-30] Add raster data support in Sedona SQL #523

Merged
merged 81 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
913ad3c
ST_GeomFromRaster
shantanuaggarwal2695 Apr 28, 2021
d29eaa2
testcases for ST_GeomFromRaster
shantanuaggarwal2695 Apr 28, 2021
42ce86a
Test for raster constructor
shantanuaggarwal2695 Apr 28, 2021
54d189c
final changes for raster test
shantanuaggarwal2695 Apr 28, 2021
6153acd
ST_BandsFromRaster
shantanuaggarwal2695 May 2, 2021
1e9d54f
bands from raster
shantanuaggarwal2695 May 2, 2021
6b35f0b
ST_BandsFromRaster
shantanuaggarwal2695 May 3, 2021
d7ceb97
ST_RasterBands
shantanuaggarwal2695 May 3, 2021
7d285e2
combined constructor
shantanuaggarwal2695 May 4, 2021
5c436dd
Geotiff dataframe Loader
shantanuaggarwal2695 May 4, 2021
bcc72ca
small changes
shantanuaggarwal2695 May 7, 2021
57a44be
cleaning code
shantanuaggarwal2695 May 7, 2021
767bd80
ST_FeomFromRaster and ST_DataframeFromRaster
shantanuaggarwal2695 May 13, 2021
44e3bea
ST_GeomFromRaster and ST_DataframeFromRaster
shantanuaggarwal2695 May 13, 2021
7433c28
remove raster.csv
shantanuaggarwal2695 May 13, 2021
8d41782
spaces removal
shantanuaggarwal2695 May 13, 2021
c6c9b23
cleaning
shantanuaggarwal2695 May 13, 2021
bf821cc
.iml files
shantanuaggarwal2695 May 13, 2021
84c36c2
gitignore
shantanuaggarwal2695 May 13, 2021
1c8e1a7
main pom
shantanuaggarwal2695 May 13, 2021
6630188
geometry and dataframe
shantanuaggarwal2695 May 14, 2021
068ca92
final changes
shantanuaggarwal2695 May 14, 2021
9630d74
ST_DataframeFromRaster
shantanuaggarwal2695 May 14, 2021
f5c6a00
final changes
shantanuaggarwal2695 May 14, 2021
53663cb
final change
shantanuaggarwal2695 May 14, 2021
264b829
final changes
shantanuaggarwal2695 May 14, 2021
02afc7f
spaces
shantanuaggarwal2695 May 14, 2021
fa7d8b4
comments by Jia
shantanuaggarwal2695 May 14, 2021
9aad497
comment changes
shantanuaggarwal2695 May 14, 2021
7c67294
clean code
shantanuaggarwal2695 May 15, 2021
275dfa7
Merge branch 'apache:master' into main_thesis
shantanuaggarwal2695 May 15, 2021
bcee4e5
comment changes
shantanuaggarwal2695 May 15, 2021
2ee8363
Merge branch 'main_thesis' of https://github.com/asu-cse578-f2020/inc…
shantanuaggarwal2695 May 15, 2021
0d28f47
changes
shantanuaggarwal2695 May 15, 2021
2cd4e80
spaces and logic
shantanuaggarwal2695 May 15, 2021
25bffd1
functions.scala
shantanuaggarwal2695 May 15, 2021
de420a0
final changes
shantanuaggarwal2695 May 16, 2021
ec3ccc2
final_commit with documentation
shantanuaggarwal2695 May 17, 2021
931e2d7
final commit Documentation 2
shantanuaggarwal2695 May 17, 2021
47073ed
documentation code
shantanuaggarwal2695 May 17, 2021
c0fb98e
final commit
shantanuaggarwal2695 May 17, 2021
93fc155
documentation
shantanuaggarwal2695 May 17, 2021
629d764
raster algebra
shantanuaggarwal2695 May 19, 2021
523a16a
raster algebra functions
shantanuaggarwal2695 May 20, 2021
56f6117
raster algebra
shantanuaggarwal2695 May 20, 2021
af5cb92
Map algebra function testing
shantanuaggarwal2695 May 20, 2021
0218fb0
Fix bugs in raster.scala and speed up the performance
jiayuasu May 21, 2021
363f27b
Change the GeoTiff image to a more meaningful image
jiayuasu May 21, 2021
8f51c26
Change the doc name
jiayuasu May 21, 2021
84285a9
Merge branch 'master' into main_thesis
jiayuasu May 21, 2021
64e85cd
Jia changes
shantanuaggarwal2695 May 22, 2021
6d6a8af
Raster algebra testing
shantanuaggarwal2695 May 23, 2021
8983548
raster algebra test
shantanuaggarwal2695 May 23, 2021
4e5441f
adding testing for raster algebra operations
shantanuaggarwal2695 May 23, 2021
7cc6584
Adding some testcases for RS_FetchRegion
shantanuaggarwal2695 May 23, 2021
80dc4ca
Adding some extra testcases for map algebra operations
shantanuaggarwal2695 May 24, 2021
cfc8e57
Merge branch 'master' into main_thesis
jiayuasu May 26, 2021
996f3a3
Adding RS_Width and RS_Height accessors for a geotiff image
shantanuaggarwal2695 May 26, 2021
2a80aab
Reading geotiff images
shantanuaggarwal2695 May 26, 2021
bc2f8e2
Adding geotiff loader in sedona
shantanuaggarwal2695 May 27, 2021
10f98b6
Adding Data-Source register for geotiff loader
shantanuaggarwal2695 May 27, 2021
1262428
Final changes for Geotiff loader
shantanuaggarwal2695 May 27, 2021
908e7d6
Tests for raster algebra
shantanuaggarwal2695 May 27, 2021
2cb0a5a
Raster algebra changes
shantanuaggarwal2695 May 28, 2021
2b0f7ee
final commit for geotiff loader and map algebra operators
shantanuaggarwal2695 May 28, 2021
6f066c2
RS_Base64 and Adding anchor to GeotiffFileFormat.scala
shantanuaggarwal2695 May 28, 2021
9068d12
Adding GeotiffFileFormat to DataSource
shantanuaggarwal2695 May 28, 2021
d4f4853
Documentation for map algebra functions
shantanuaggarwal2695 May 29, 2021
356aa26
Documentation of map algebra operators
shantanuaggarwal2695 May 29, 2021
0bd7f8d
Refactor the code structure a little bit
jiayuasu May 29, 2021
85b0e2e
Update docs, change nChannel to nBands
jiayuasu May 29, 2021
28f3262
Improve the test
jiayuasu May 29, 2021
a5a5c49
RS_Encode and RS_HTML for displaying geotiff images in a dataframe
shantanuaggarwal2695 May 31, 2021
d3836c2
Add GeoTools dependency in Python adapter
jiayuasu May 31, 2021
2e9e54c
Fix pom
jiayuasu May 31, 2021
32e7025
RS_Normalize
shantanuaggarwal2695 Jun 2, 2021
54ae903
Adding Jupyter notebook for Geotiff Loader and map algebra operations
shantanuaggarwal2695 Jun 2, 2021
ee4fb46
RS_Normalize() and Jupyter notebook UDF
shantanuaggarwal2695 Jun 2, 2021
700fbd4
Final Additions to binder
shantanuaggarwal2695 Jun 2, 2021
aae478b
Fix the docs
jiayuasu Jun 17, 2021
b1e0496
Remove hadoop test dependency
jiayuasu Jun 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
/site/
/.bloop/
/.metals/
/.vscode/
/.vscode/
Loading