-
Notifications
You must be signed in to change notification settings - Fork 50
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
Processing Sentinel-1-GRD data #62
Comments
Hi Eoghan! Maybe this discussion is helpful for you. And the processing of Sentinel-1 data was also mentioned in the release of v. 3.0 here (I can't link to the bullet point, so you have to scroll down a bit). Cheers, Marco |
Hi Eoghan,
the last part includes a proper cubing. You can use Cheers, |
Hi Guys, Thanks so much for the materials, that is great news that you can use the higher level FORCE features with Sentinel-1 data. I apologize but I am completely new to the remote sensing scene and after reading through the methodology, I still have a few doubts about how to prepare the Data correctly.
Thanks a million, |
Hi, Sorry to bother you guys again but I am completely stuck at the moment.
However, when I run the TSA.prm file to produce the higher level features nothing happens only the citeme.txt and data-cube-projection files are created in the output directory. As seen below: I am using the same parameters for the sentinel-2 tsa.prm except for the following parameters: SENSORS = S1AID S1BID This is the output from gdalinfo on one of my data cubes I have a feeling maybe something is wrong here ?: I am not sure what I am doing wrong any help would be very much appreciated. |
Hi Eoghan, the most likely reason for force-higher-level to run without creating output would be that there are no Level 2 products to process. I'd start by checking whether the paths are correct and the processing criteria match the files on disk:
If you don't find the error there you may want to post the full parameter file. |
Hi Stefan, Thanks for the quick response, after pulling my hair out over the weekend I finally figured out the problem. The problem was that I opened the tsi.prm file in Visual Studio Code on my windows machine before uploading it to the Linux server. Once I recreated the parameter file on the server it ran smoothly and the output looks great. |
Hi,
I was just wondering how to use the higher level features in "force" with Sentinel-1-GRD data as I can't find anything in the docs.
I have already applied a standard preprocessing workflow to the Sentinel-1-GRD data using the snappy framework and now have a time series of both ascending and descending geotiff files that cover the entire island of Ireland.
I would like to process these files further using the force framework to calculate both Spectral Temporal and Texture Metrics. Is this possible to do using the "force" framework ?.
Can I simply use force-level2 with all of the processes in the parameter file set to NULL ? or is further processing required to get the data into a format were it can be cubed by "force"?
Your help would be much appreciated,
Eoghan.
The text was updated successfully, but these errors were encountered: