-
Notifications
You must be signed in to change notification settings - Fork 77
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
No DSM with Spot7 data #150
Comments
Dear Anne-Sophie,
I see three issues here.
a. Your ROI seems to be almost entirely empty.
Let's try running with in your main config.json file ( just for testing):
"roi": {
"y": 13000,
"x": 2300,
"w": 1500,
"h": 1500
}
b. For the few tiles that worked the disparity range seems to be
under-estimated.
So I recommend to use:
"disable_srtm": false,
and / or use:
"matching_algorithm": "mgm_multi",
c. There's a wired error message in the logs during the triangulation step:
terminate called after throwing an instance of
'GeographicLib::GeographicErr'
what(): Longitude nand more than 60d from center of UTM zone 31
This could be due to some residual utm commands in the config.json.
Please try removing the fields * utm_bbx *and* utm_zome. *
Best,
Gabriele
…On Wed, Mar 28, 2018 at 12:18 PM, asonody ***@***.***> wrote:
Hi,
I am working with Spot 7 data. Unlike the processing with the Pléiade
data, none of dsm.tif (in tiles folders) or dsm.vrt are calculated.
Moreover some cloud.ply files are generated but I cannot open them and I
have the following error message : « reading error (no access right ?) »
when I try to open them with CloudCompare for example.
I think the problem comes from the line « Timeout while running
<multiprocessing.pool.ApplyResult object at 0x7fcffa9a7810> » but I don’t
know if this is a problem with the parameters of the configuration file,
with the data I use or an out of memory... I tried to launch s2p on the
entire image but also on a smaller area.
You can find the initial configuration file (config_s2p.json) and the
result here :
https://drive.google.com/open?id=1ZZGEfZRIIvFQiHitKdLK8Ga_rBHcKqBK
Thanks for your help,
Anne-Sophie
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#150>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AExUajRCRr3gNjjC6vjJ6UixavdQBO1Fks5ti2NbgaJpZM4S-YRe>
.
|
Dear Gabriele, Thank you for your very quick answer. I tried all your suggestions but it still doesn't seem to work... Thanks, |
Hi All Is it Possible to process Spot 6/7 satellite imagery using S2P? Was the problem solved? |
Yes, it is possible to process spot6/7 imagery with s2p.
If you have an issue just let us know.
…On Wed, Nov 25, 2020 at 5:46 AM sadra313 ***@***.***> wrote:
Hi All
Is it Possible to process Spot 6/7 satellite imagery using S2P? Was the
problem solved?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#150 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGFI2XQ3PU3FQTCRRJRNMTSRSD4FANCNFSM4EXZQRPA>
.
|
Hi,
I am working with Spot 7 data. Unlike the processing with the Pléiade data, none of dsm.tif (in tiles folders) or dsm.vrt are calculated. Moreover some cloud.ply files are generated but I cannot open them and I have the following error message : « reading error (no access right ?) » when I try to open them with CloudCompare for example.
I think the problem comes from the line « Timeout while running <multiprocessing.pool.ApplyResult object at 0x7fcffa9a7810> » but I don’t know if this is a problem with the parameters of the configuration file, with the data I use or an out of memory... I tried to launch s2p on the entire image but also on a smaller area.
You can find the initial configuration file (config_s2p.json) and the result here :
https://drive.google.com/open?id=1ZZGEfZRIIvFQiHitKdLK8Ga_rBHcKqBK
Thanks for your help,
Anne-Sophie
The text was updated successfully, but these errors were encountered: