-
Notifications
You must be signed in to change notification settings - Fork 118
Fix tiling issue in raster_tile.py #452
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
Open
srmsoumya
wants to merge
13
commits into
CosmiQ:0.5.0
Choose a base branch
from
srmsoumya:bug/tile
base: 0.5.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0e52484
update requests & opencv
9b77e69
BUG: Fix raster tiling issue
4fdf811
Merge branch '0.5.0' into bug/tile
rbavery d26a06d
try trigger gh action
rbavery 26982f4
try trigger gh action
rbavery cae9f96
try trigger gh action
rbavery 1eb9f7f
lint
rbavery 794cb89
attempt add pr status check
rbavery d2543b4
lint with pinned black isort flake8
rbavery 347f004
update test data to since we need to compare against 6 decimals place…
rbavery e34e670
check if opencv is causing the issue
393de1a
fix/update expected result to match result
rbavery d240e4e
Merge branch 'bug/tile' of github.com:srmsoumya/solaris into bug/tile
rbavery File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from . import data, utils, vector # noqa: F401 | ||
from . import data, tile, utils, vector # noqa: F401 | ||
srmsoumya marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# data, eval, preproc, raster, tile, have gdal in them need to replace with rasterio | ||
__version__ = "0.0.1" | ||
__version__ = "0.5.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.003_41.774.tif → ...th_nodata_wgs84_-101.002861_41.773516.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.044_41.691.tif → ...ith_nodata_wgs84_-101.04413_41.690969.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.044_41.732.tif → ...ith_nodata_wgs84_-101.04413_41.732243.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.044_41.774.tif → ...ith_nodata_wgs84_-101.04413_41.773516.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.085_41.691.tif → ...with_nodata_wgs84_-101.0854_41.690969.tif
Binary file not shown.
Binary file added
BIN
+32.4 KB
...odata_expected/aoi_restricted_nebraska_landsat5_with_nodata_wgs84_-101.0854_41.732243.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.085_41.774.tif → ...with_nodata_wgs84_-101.0854_41.773516.tif
Binary file not shown.
Binary file removed
BIN
-32.4 KB
...ll_nodata_expected/aoi_restricted_nebraska_landsat5_with_nodata_wgs84_-101.085_41.732.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.127_41.691.tif → ...ith_nodata_wgs84_-101.12667_41.690969.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.127_41.732.tif → ...ith_nodata_wgs84_-101.12667_41.732243.tif
Binary file not shown.
Binary file renamed
BIN
+32.4 KB
...at5_with_nodata_wgs84_-101.127_41.774.tif → ...ith_nodata_wgs84_-101.12667_41.773516.tif
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.