ubarsc / rios

A raster processing layer on top of GDAL
https://www.rioshome.org
GNU General Public License v3.0
14 stars 7 forks source link

add entry points for command line scripts without extensions #64

Closed gillins closed 1 year ago

gillins commented 1 year ago

And print a warning when using the versions with extensions.

Having extensions causes all sorts of headaches on Windows. Plus it seems more 'standard' across the board not to have extensions for command line scripts.

The subproc scripts don't need to be changed as they are called internally and not by the user and the current mechanism for running them won't benefit from the creation of entry points.

neilflood commented 1 year ago

I am fine with this. It always pains me to have such contortions in order to cope with Windoze, but that is the world we live in. Thanks for that.