piyushrpt
d197c32d1c
Merge pull request #43 from piyushrpt/omp
...
OMP threads cap fix
2019-06-13 08:59:29 -07:00
piyushrpt
25d252c88b
Merge pull request #44 from mohseniaref-InSAR/patch-1
...
Update crop_rdr.py for small bug
2019-06-13 08:58:44 -07:00
Mohammad Mohseni Aref
f3362da9c0
Update crop_rdr.py for small bug
...
'NEW NEW_FILE' is not necessary for clipping data !
2019-06-13 14:49:38 +02:00
piyushrpt
930c56d3b8
Fix for GDAL 3
2019-06-10 11:02:42 -07:00
piyushrpt
7b781aec09
OMP threads cap fix
2019-06-09 20:05:13 -07:00
piyushrpt
c5e086f16c
Merge pull request #42 from piyushrpt/clang
...
Enable building with clang
2019-06-05 09:22:38 -07:00
piyushrpt
22c69a4ec0
clang fixes
2019-05-27 22:11:32 -07:00
Eric J. Fielding
7e4ddcf6b7
Merge branch 'UAVSAR' of https://github.com/EJFielding/isce2 into UAVSAR
2019-05-23 16:13:07 -07:00
Eric Jameson Fielding
919ce84b9b
Modified the contrib/stack/stripmapStack/Stack.py code to write out baseline files with baselines set to 0.0 instead of skipping them.
2019-05-22 15:26:13 -07:00
Eric Jameson Fielding
e3e4456f8f
Merge branch 'UAVSAR' of https://github.com/EJFielding/isce2 into UAVSAR
2019-05-22 14:01:03 -07:00
Eric Jameson Fielding
36a13eef1d
Merge branch 'master' of https://github.com/isce-framework/isce2 into UAVSAR
2019-05-22 14:00:33 -07:00
Eric J. Fielding
8a0ba29fe5
Merge branch 'master' of https://github.com/isce-framework/isce2 into UAVSAR
2019-05-20 16:00:42 -07:00
Heresh Fattahi
d4992db94b
Merge pull request #41 from yunjunz/alos2
...
stripmapStack: add preparation script for ALOS2 SLC
2019-05-20 15:30:18 -07:00
Zhang Yunjun
a0576cfe8e
stripmapStack: typo fix for prep*.py
2019-05-20 11:57:10 -04:00
Zhang Yunjun
8faf3b8b00
stripmapStack: add prepSlcALOS2.py
...
Add prepSlcALOS2.py based on prepRawALOS.py for ALOS2 stripmap SLC data. The main difference is using get_ALOS2_name() to grab unique string like "ALOS2210402970" instead of using get_ALOS_ALP_name() to grab string of "ALPSRP075780620" for ALOS PALSAR.
Bugs fixed for unpackFrame_ALOS2.py:
+ bug fix in unpack() while searching for image and leader files
+ add -p / --polarization option to be able to specify the polarization, with default value of HH, following the style of unpackFrame_ALOS_raw.py
2019-05-20 11:51:37 -04:00
piyushrpt
d7639da51e
Merge pull request #37 from pymonger/master
...
use circleci workflows for test, docker build, and deploy to dockerhub
2019-05-10 10:53:21 -07:00
Gerald Manipon
16ee36e04f
more descriptive circleci job name
2019-05-10 14:30:22 +00:00
Gerald Manipon
6d94a9f544
add build badge to README.md
2019-05-09 20:47:29 +00:00
Gerald Manipon
1f96e8cdaf
set SHA1 correctly
2019-05-09 20:09:28 +00:00
Gerald Manipon
6a441d0e8f
setup remote docker
2019-05-09 18:56:07 +00:00
Gerald Manipon
0bd95e230d
truncate CIRCLE_SHA1 to match github
2019-05-09 18:53:07 +00:00
Gerald Manipon
bdae7a2c8e
use docker image
2019-05-09 18:20:49 +00:00
Eric J. Fielding
3dc6c727e4
Merge branch 'master' of https://github.com/isce-framework/isce2 into UAVSAR
2019-05-08 17:14:19 -07:00
Eric J. Fielding
d267903d66
added back the "--text_cmd" command argument parsing
2019-05-08 17:07:16 -07:00
Eric Jameson Fielding
50703cb817
Modified stackStripMap and Stack.py to work with UAVSAR_STACK data
2019-05-08 15:05:08 -07:00
Gerald Manipon
1ca8fec597
use circleci workflows for test, docker build, and deploy to dockerhub
...
- renamed "build" job to "test" and created "test" workflow
- will run on all pull requests and merges into master
- "build" job now builds isce docker container
- "deploy" job will deploy docker image to dockerhub at isce/isce2 (https://cloud.docker.com/u/isce/repository/list )
- need to configure DOCKER_PASS and DOCKER_USER in "Build Settings" -> "Envrionment Variables" on circleci
- created "build-deploy" workflow to run "build" job then "deploy" job on merge of PR to master
- created "build-periodically" workflow to run "build-periodically" job then "deploy" job once a week
2019-05-08 09:19:05 -07:00
piyushrpt
70426ef532
Merge pull request #36 from mirzaees/fix_DeprecationWarning
...
fixed DeprecationWarning in stripmapWrapper and SentinelWrapper
2019-05-07 19:53:47 -07:00
piyushrpt
323010a63f
Update configuration/buildHelper.py
...
Co-Authored-By: mirzaees <37273875+mirzaees@users.noreply.github.com>
2019-05-07 22:26:49 -04:00
Sara Mirzaee
54106c5f91
Replace 'imp' with 'importlib' to avoid deprecation warning
2019-05-07 17:45:35 -04:00
piyushrpt
12bd8d5461
Merge pull request #35 from piyushrpt/midnight
...
Initial midnight fix
2019-05-07 13:04:44 -07:00
Sara
d583e5b3ea
fixed DeprecationWarning in stripmapWrapper and SentinelWrapper
2019-05-07 12:11:23 -04:00
piyushrpt
e0dbeae6a5
Initial midnight fix
2019-05-06 22:47:10 -07:00
Eric Jameson Fielding
8c2e0f94af
changed prepareUAVSAR to rename SLCs
2019-05-06 00:06:10 -07:00
Eric Jameson Fielding
9a947b3d14
more changes to support segments of UAVSAR stack
2019-05-05 23:39:11 -07:00
Eric Jameson Fielding
58f5044b92
modified prepareUAVSAR_coregStack to support segment of stack
2019-05-05 23:31:27 -07:00
piyushrpt
dcc642a3c5
Merge pull request #33 from pymonger/libuuid-libgfortran-fix
...
link to system version of libuuid and libgfortran
2019-04-18 20:05:38 -07:00
piyushrpt
6d6634ab99
Merge pull request #32 from piyushrpt/ersenvi
...
ERS_Envisat raw reader from Han Bao (UCLA)
2019-04-18 10:04:33 -07:00
Gerald Manipon
359ab771ba
actual issue is missing libgfortran.so link in /lib64
2019-04-17 15:12:25 -07:00
Gerald Manipon
ec27ebb129
try alternate method of linking to system-installed libgfortran
2019-04-17 12:24:37 -07:00
Gerald Manipon
12071e118a
fix directory creation
2019-04-17 12:09:03 -07:00
Gerald Manipon
3471de1db6
link to system version of libuuid and libgfortran
2019-04-17 11:21:27 -07:00
piyushrpt
e3c13f4e84
ERS_Envisat raw reader from Han Bao (UCLA)
2019-04-16 19:36:34 -07:00
piyushrpt
9f47f82c09
Merge pull request #30 from piyushrpt/circleci
...
Bare minimum Circle CI
2019-04-16 15:19:28 -07:00
piyushrpt
a7d2f8a807
bare minimum ci
2019-04-05 22:09:50 -07:00
piyushrpt
2b1f2d8b82
Adding circleci config
2019-04-05 09:56:02 -07:00
piyushrpt
4c277e354c
Merge pull request #29 from piyushrpt/sicd
...
Adding left looking support to SICD
2019-04-04 15:08:38 -07:00
piyushrpt
f788151a79
Adding left looking support to SICD
2019-04-04 12:01:56 -07:00
Heresh Fattahi
e905fb211a
Merge pull request #28 from mgovorcin/master
...
ERS_EnviSAT_SLC.py
2019-04-04 11:51:49 -07:00
mgovorcin
1455595a29
Update ERS_EnviSAT_SLC.py
2019-04-04 09:40:09 +02:00
Heresh Fattahi
b18e6ad763
Merge pull request #25 from yunjunz/stripmapStack
...
stripmapStack: expose --filter_strength and --dual2single options
2019-03-24 11:18:11 -07:00