Commit Graph

607 Commits (ef938691bfff0b19697bce74ca4c0d58295ab1ea)

Author SHA1 Message Date
Ryan Burns 063a349096
Merge pull request #293 from scottstanie/patch-1
logging.conf: avoid empty file creation
2021-05-26 18:11:45 -07:00
Scott Staniewicz 6fdfd1365e
logging.conf: avoid empty file creation
Keeps the larger size from previous commit, but sets `delay=True` in `RotatingFileHandler`
https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler

Arguments are:
`RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False, errors=None)`
2021-05-26 16:37:50 -05:00
Ryan Burns 673dc04fcb
Merge pull request #272 from lijun99/cuda_fix
cuda Scons fix: remove unnecessary -lcuda which prevents compiling on…
2021-05-17 12:06:19 -07:00
Ryan Burns a540c0116e Remove use of deprecated XML ElementTree getchildren method 2021-05-13 10:59:16 -07:00
Lijun Zhu e24b501b5b PyCuAmpcor: add an implementation of cuCorrNormalizationSAT to support cuda 9/10 2021-05-11 15:32:47 -07:00
Russell Grew 21084da4df
Robust GDAL version check
Co-authored-by: Ryan Burns <rtburns@jpl.nasa.gov>
2021-05-11 16:00:12 +10:00
Ryan Burns 19b754dd1a
Merge pull request #282 from bjmarfito/main
Changes to line 155 of fetchOrbit.py
2021-05-10 19:16:50 -07:00
Bryan Marfito f48e71d138
Changes to line 155 of fetchOrbit.py
I've made some changes to fetchOrbit.py due to changes made by ESA based on the issue presented in https://github.com/isce-framework/isce2/pull/273#issuecomment-833967310.
2021-05-07 15:57:36 +08:00
Russell Grew 8ba8f32f67 gdal version smarts for lat/lon order 2021-05-07 08:39:13 +10:00
Bryan Marfito 2f8de43d28
Changes on the fetchOrbit.py to download orbit files from the new ESA website (#273)
* Changes to fetchOrbit.py to download orbit files in the new ESA website

I've made changes to the fetchOrbit.py to download the files on the https://scihub.copernicus.eu/gnss/#/home. I've used the generic credentials to query and download the orbit files.

* Update fetchOrbit.py

* Make output path generic

I've used os.path.join on line no. 165 to make it more generic.

* Set the verify option to true

I've set the verify option to True to remove the warning regarding "Unverified HTTPS request".

* Changes to the download link of the fetchOrbit.py

The download link before uses the href link on the XML of the website. It was properly working right until yesterday when it didn't work properly.  

Instead I've edited the script to be consistent instead with the download link on the scihub copernicus GNSS website. I've tested it and it worked properly.

* Update fetchOrbit.py
2021-05-03 22:06:54 -07:00
Russell Grew e499aec055 Swap lat/lon for proj6 and gdal3. 2021-05-03 13:03:11 +10:00
yunjunz a5891a8ac0 cuDenseOff*.prep*Geom*: supp. full-reso file w/o .full in the name
+ support full resolution geometry files without ".full" in the filename, such as provided by stripmapStack

+ add --fix-xml option to update the image file path in the xml file, so that IML.loadImage is not called all the time, which could lead to file access issue when multiple processes use the same SLC file
2021-04-23 16:31:49 -07:00
yunjunz ef88f247e2 stackStripMap: bugfix when --sensor is not specified 2021-04-23 16:31:49 -07:00
Zhang Yunjun e712ca358c stackStripMap: indentation adjusts
following PEP008
2021-04-23 16:31:49 -07:00
Lijun Zhu 7b51af405d cuda Scons fix: remove unnecessary -lcuda which prevents compiling on cluster head node without cuda drivers 2021-04-15 00:40:16 -07:00
Lijun Zhu 93ca4bf96d PyCuAmpcor: add sum_area_table based correlation surface normalization to allow arbitrary window size (used to be limited by the 1024 max cuda threads) 2021-04-13 10:08:29 -07:00
Ryan Burns def109815d
Merge pull request #257 from bjmarfito/patch-1
Proposed changes to fetchOrbit.py
2021-03-31 11:15:02 -07:00
Bryan Marfito f3d38d4135
Update fetchOrbit.py 2021-03-25 08:16:42 +08:00
Bryan Marfito 41721e3d1d
Update fetchOrbit.py 2021-03-25 06:32:37 +08:00
Bryan Marfito b5c1c6420a
Update fetchOrbit.py 2021-03-24 14:14:33 +08:00
Bryan Marfito 32b4ac58be
Update contrib/stack/topsStack/fetchOrbit.py
Co-authored-by: Ryan Burns <rtburns@jpl.nasa.gov>
2021-03-24 14:13:54 +08:00
Bryan Marfito ced1938472
Update fetchOrbit.py 2021-03-24 09:57:20 +08:00
Bryan Marfito 92ecd7d5ed
Update fetchOrbit.py 2021-03-24 09:57:01 +08:00
Bryan Marfito f67a4cfbaa
Update fetchOrbit.py 2021-03-24 09:48:09 +08:00
Bryan Marfito a10cba9f93
Update fetchOrbit.py 2021-03-24 08:07:19 +08:00
Bryan Marfito 3499b3f09b
Update fetchOrbit.py 2021-03-24 06:21:44 +08:00
Bryan Marfito f1187fd935
Update contrib/stack/topsStack/fetchOrbit.py
Co-authored-by: Ryan Burns <rtburns@jpl.nasa.gov>
2021-03-24 06:21:03 +08:00
Bryan Marfito 7c9f061f59
Update fetchOrbit.py 2021-03-23 19:01:01 +08:00
Bryan Marfito 415a89365c
Update fetchOrbit.py 2021-03-21 20:13:15 +08:00
Bryan Marfito ad2729be00
Update fetchOrbit.py 2021-03-21 20:12:24 +08:00
Bryan Marfito a8e3e2c175
Update fetchOrbit.py 2021-03-17 22:04:13 +08:00
Bryan Marfito 198b23aa3f
Update fetchOrbit.py 2021-03-17 22:00:21 +08:00
Bryan Marfito e5e0a4560d
Update fetchOrbit.py 2021-03-17 21:36:43 +08:00
Bryan Marfito a4cf6f5b58
Update fetchOrbit.py 2021-03-17 21:20:52 +08:00
Bryan Marfito 83f363d0c5
Update fetchOrbit.py 2021-03-14 21:29:13 +08:00
Bryan Marfito c8af76be10
Update fetchOrbit.py 2021-03-14 21:11:21 +08:00
Bryan Marfito a25f80537a
Proposed changes to the fetchOrbit.py
After running the currently modified fetchOrbits.py, I've found out that the downloaded precise orbits were based on the date that they were processed instead of the date that they can be used. I've also modified the code to prevent downloading of restituted orbit if the precise orbit is available.

Pls. check if the changes I've made applies the orbit files to the Sentinel-1 SLC images properly.
2021-03-12 23:36:45 +08:00
Ryan Burns c6eae08c1b Add pybind11 to CI packages 2021-03-10 12:37:18 -08:00
Ryan Burns 6d286b699a Add scons rules for pybind11 PyCuAmpcor 2021-03-10 12:37:18 -08:00
Ryan Burns 1d9a95eeda PyCuAmpcor: convert cython to pybind11 bindings 2021-03-10 12:37:18 -08:00
Ryan Burns e9606834c4
Merge pull request #251 from yunjunz/cuDenseOffsets
cuDenseOffsets: add prepareGeometry()
2021-03-09 17:53:52 -08:00
Ryan Burns 9eed870041
Merge pull request #254 from mirzaees/aux_url
Fix url change for downloading orbits
2021-03-09 12:16:43 -08:00
Sara Mirzaee 1a86bca5c4 fix url change 2021-03-09 13:43:13 -06:00
Sara Mirzaee e40f70593f
Update README.md
qc.sentinel1.eo.esa.int -> aux.sentinel1.eo.esa.int
2021-03-09 09:57:24 -05:00
Sara Mirzaee 500b9e2de2 dloadOrbits.py: fix url change 2021-03-09 08:24:02 -06:00
Ryan Burns 8ffb2f281a Fix cmake rule
components.isceobj.Scene.concatenate was incorrectly being compiled as
an ordinary shared lib rather than a cdll-compatible python lib
2021-03-06 17:45:22 -08:00
Zhang Yunjun d81a98094e cuDenseOffsets: add prepareGeometry()
PyCuAmpcor/examples/cuDenseOffsets:
+ add prepareGeometry() to generate the cooresponding geometry file
+ update file path in xml file to support dir change
+ fix str.decode bug with try/except statement
+ printout used time
+ check --redo before initiate PyCuAmpcor to avoid the long GPU memory error message

PyCuAmpcor/README.md: fix typos for ROIPAC
2021-03-05 19:16:31 -08:00
Ryan Burns d6ba085ef5 Release 2.5.1 2021-03-05 11:26:28 -08:00
Ryan Burns 3cd9903971
Merge pull request #248 from rtburns-jpl/alos-fix
Fix alos bindings
2021-03-05 11:24:31 -08:00
Ryan Burns e120774c18 Fix circleci jobs
Prefer native apk over pip when possible
2021-03-05 11:08:41 -08:00