issues
search
centreborelli
/
s2p
Satellite Stereo Pipeline
GNU Affero General Public License v3.0
208
stars
67
forks
source link
[refactor] remove dead code and get rid of gdal-bin and plyextrema
#98
Closed
carlodef
closed
3 years ago
carlodef
commented
3 years ago
List of changes:
all system calls to GDAL cmdline tools (e.g. gdal_translate, gdalinfo, gdalbuildvrt, ...) are replaced with rasterio, which is easier to use from python
the
plyextrema
C binary is removed and replaced with numpy functions
some dead code is removed
List of changes:
plyextrema
C binary is removed and replaced with numpy functions