Simon Filhol
Simon Filhol
1. Open the option to use timeSIFT (Luc) 2. add point cloud post-processing capabilities using pdal 3. and implement Kromer et 2016, method that takes advantage of redundancy to co-resgiter...
include in the implementation a method to derive rasters using pdal - noise filtering routine - ROI crop / bounding box - elevation raster extraction - possibility to build custom...
print mean number of tie points per set of images and the ref set of image
I am running into problem with the confusion around the definition and usage of the variables `df_centroids.point_id`, `df_centroids.cluster_labels` and the implementation of non numeric `point_id`. **I think this must be...
Currently TopoPyScale supports only timeseries of 1hr. It would be convenient to add support of 3hr or 6 hr input data. This is in part a follow up of issue...
The toolbox could be improved and use more efficiently the computing resources if using multicore instead of multithread for the following steps: - [ ] computing solar_geom - [ ]...
in the current implementation, there is sky view fraction (svf) is treated equally in middle of the spatial domain than on the edge. The current method relies on the funtion...
```python def FsmPlot(df): df.plot(subplots=True) plt.title("Sample=" + str(sampleN) + " Elev=" + str(np.round(lp.elevation[sampleN]))) plt.show() ``` undefined variables: - `sampleN` - `lp` I comment out this function until fixed
This functions has undefined variables, indicated by flint: ``` ./TopoPyScale/topo_da.py:1150:28: F821 undefined name 'x2' py, px = dataset.index(x2, y2) ^ ./TopoPyScale/topo_da.py:1150:32: F821 undefined name 'y2' py, px = dataset.index(x2, y2)...
In the case the user misses pressure level high enough in the climate forcing dataset, the problem is identified only at the downscaling step. We can add a small check...