Date and field issues #71
Replies: 11 comments 4 replies
-
Hi @oguzhannysr! I ran your code and I have a few suggestions for you to start with.
|
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your advice. I'm trying to change the parts you said. I am continuing to work now. The reason I use this algorithm is that I want to calculate the snow-ice load periodically between each sentinel-1 pair. How consistent do you think this is? For example, my goal is to periodically monitor the snow accumulation in the region I choose every 12 days. |
Beta Was this translation helpful? Give feedback.
-
I think it depends on the amount of snow accumulation we are talking about. If you are talking about big changes (storms of 0.3-0.5m of new snow) and pretty dry snow I think you have a good chance of this looking reliable. This technique definitely struggles for lower snow amounts (too long a wavelength from Sentinel-1) and for wet snow (though you get a mask for wet snow from it). Here is a preprint of our analysis of this technique: Let me know if those changes help. And maybe just print out the dates variable with |
Beta Was this translation helpful? Give feedback.
-
Thank you, when I corrected the parts you said, the code worked but was interrupted.
Also, what do the files below mean? Are the values ranging from 0 to 4 in the FCF the value of the snow depth in meters? Are nc files the snow depth value of that date (DoY)? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Glad you got everything to ru. I am not sure why snow_depth wouldn't be georeferenced. They should have the exact same coordinates and geotransformation as the other variables so it should be pretty easy to just make them match another layer's coordinates and geotransform. Variable description:
All the other layers are intermediate layers for if you want to explore the processing pipeline. |
Beta Was this translation helpful? Give feedback.
-
I still haven't been able to place the snow depth variable in the same coordinate system with the others. What should I do? |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
Driver: netCDF/Network Common Data Format |
Beta Was this translation helpful? Give feedback.
-
I sent the NC file above, maybe it will be better understood if you can also review it. |
Beta Was this translation helpful? Give feedback.
-
@ZachHoppinen I wanted to make this analysis for Turkey boundary using the code below. But "NoDataInBounds: No data found in bounds." I get the error, and even though I change the dates, it always downloads images between 2020-2021.
Beta Was this translation helpful? Give feedback.
All reactions