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

Geocoded burst stack processor (cont) #53

Merged
merged 56 commits into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
cee5574
Stitching geocoded burst for stack processing
vbrancat Apr 4, 2022
9630de3
First draft of geocoded bursts stack processor
vbrancat May 10, 2022
63782c0
Stack processor code
vbrancat May 11, 2022
a30c9c7
Merge remote-tracking branch 'upstream/main' into geo_stitching
vbrancat May 13, 2022
6d5f802
Address compatibility with current version of main
vbrancat May 16, 2022
953da48
Merge branch 'main' into geo_burst_stack
vbrancat May 16, 2022
58b9f33
Fix compatibility with latest reorganization of repository
vbrancat May 16, 2022
288e34c
Fill toy burst_path and burst metadata
vbrancat May 17, 2022
441b3bb
Change name of script to run geocoded bursts
vbrancat May 25, 2022
c678e9f
Resolve conflicts with upstream
vbrancat May 26, 2022
7c56394
Merge remote-tracking branch 'upstream/main' into geo_stitching
vbrancat May 26, 2022
b5b19f7
Merge remote-tracking branch 'upstream/main' into geo_burst_stack
vbrancat Jun 14, 2022
a345abf
Identify common burst of stack, filter stack by start/end date, add e…
vbrancat Jun 14, 2022
34d575b
Isort imports, pep8 convention, codacy
vbrancat Jun 14, 2022
9012405
Merge remote-tracking branch 'upstream/main' into geo_stitching
vbrancat Jun 25, 2022
4dba162
Organize imports with pep8 convention
vbrancat Jul 11, 2022
0ee452c
Remove metadata read and extraction functions
vbrancat Jul 11, 2022
163e54f
Rename variables for clarity
vbrancat Jul 11, 2022
87cee4d
Rename data_dict to metadata_dataframe
vbrancat Jul 11, 2022
9cf73bd
stitch_burst.py
vbrancat Jul 11, 2022
c752e26
Remove light metadata and burst data from defaults
vbrancat Jul 28, 2022
6bce434
clean up argparser for stitch_burst
scottstanie Aug 2, 2022
0d757f0
remove scratch directory after finishing stitch
scottstanie Aug 2, 2022
44fa8c9
name stitched files with .slc extension
scottstanie Aug 2, 2022
dcab675
Merge remote-tracking branch 'upstream/main' into geo_burst_stack
vbrancat Sep 27, 2022
1fc8fdf
Merge remote-tracking branch 'upstream/main' into geo_stitching
vbrancat Sep 27, 2022
31d4426
Change the directory structure of stitching code
vbrancat Sep 27, 2022
8b42f13
adjustments for new autodownload s1reader
scottstanie Sep 27, 2022
fed5b14
Merge branch 'geo_stitching' of https://github.com/vbrancat/COMPASS i…
scottstanie Sep 27, 2022
21c30c8
Merge branch 'geo_stitching' into stack-testing
scottstanie Sep 27, 2022
3abd41c
make stitch_burst executable
scottstanie Sep 28, 2022
e186efd
fix exclude_dates and date_str undefined bug
scottstanie Oct 11, 2022
232a87c
remove `dest`s which are same as default dest
scottstanie Oct 11, 2022
2d7d6e7
Merge branch 'main' into stack-testing
scottstanie Oct 11, 2022
698acbe
remove stitch from this branch
scottstanie Oct 11, 2022
8be1464
remove orbit download functions in favor of s1reader
scottstanie Oct 17, 2022
74b3e7b
remove str(date), strftime already creates string
scottstanie Oct 17, 2022
8da7a26
save burst and files paths to simplify dataframe iteration
scottstanie Oct 17, 2022
cb82254
filter zip files by date before loading
scottstanie Oct 18, 2022
0df45f0
Merge branch 'main' into geo-burst-stack2
scottstanie Oct 18, 2022
96a537c
add ability to geocode a subset of the stack using --bbox
scottstanie Oct 18, 2022
b4f6369
Merge branch 'main' into geo-burst-stack2
scottstanie Oct 18, 2022
0b1ebaa
address formatting comments of PR
scottstanie Oct 20, 2022
b769be7
allow arbitrary bbox coordinate system through --epsg-bbox
scottstanie Oct 20, 2022
cb991d3
fix comment and stray print
scottstanie Oct 20, 2022
730ccba
rename to geocode instead of geo
scottstanie Oct 24, 2022
dc6cafa
rename in other files too, fix `run`
scottstanie Oct 24, 2022
b7914d1
add a function to get database bbox
scottstanie Oct 24, 2022
63cf12e
use the burst database if available to bbox information
scottstanie Oct 24, 2022
cf84e48
add metadata argument, wip
scottstanie Oct 24, 2022
5f07e34
allow burst db selection to take one or many ids
scottstanie Oct 24, 2022
29a5df2
fix bool cli args to be flags instead of bool
scottstanie Oct 24, 2022
c070842
use pyproj as projection
scottstanie Oct 24, 2022
21e661b
add burst file arg, only generate metadata on first burst instance
scottstanie Oct 24, 2022
68e0399
rename to specify output epsg, use burst db by default
scottstanie Oct 24, 2022
427970b
fix codacy complaints
scottstanie Oct 24, 2022
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
1 change: 0 additions & 1 deletion src/compass/defaults/s1_cslc_geo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ runconfig:
geocoding:
output_format: ENVI
flatten: True
# Dem margin (in units of input DEM)
lines_per_block: 1000
output_epsg:
x_posting:
Expand Down
Loading