Josué Casado Rabasco
Josué Casado Rabasco
The same happens for the outputs of save_kmz_timeseries.py. Is there any way to solve this?
Hi @NKakar, it has to be something like this: ``` west, east, south, north = ut.four_corners(meta) ############# new lines added by me north, east = utm_to_latlon(east, north, 29, 'T') #...
@NKakar, I do have an offset too and I don't know how to correct it, but mine is about 100 metres. Hopefully someone can help with this. ![Captura de pantalla...
@NKakar, yes, it is similar. I import my function from save_kmz, but you could use utm package. Line 131: ``` def flatten_lat_lon(box, ts_obj, coords=None): if coords is None: lats, lons...
Hi, I'm wondering if the code presented at Arctic-Ambrun:prep_hyp3_crop (pull request) is working and if it will be added to main. What are the steps to use it correctly? Thanks
Therefore, if we use prep_hyp3_crop, there is no need to modify save_kmz.py and save_kmz_timeseries.py?
> Hi @geofysue , Yes, Sorry to reply you so late. the script has changed the coordinate already. And I realize so far the little script is not qualified enough...