Ziqi-Li/FastGWR

Fast GWR error

cdkang opened this issue · 1 comments

Hello,

Thank you for sharing the great code of Fast GWR.

I have used my own file like below.

zillow = pd.read_csv("model.csv",sep=',')
zillow.head()

But I have got the below error. Please let me know how to fix it.

#Running FastGWR 1 Processor with auto bandwidth search
!fastgwr run -np 1 -data model.csv -out results_adap.csv -adaptive -constant

Usage: fastgwr run [OPTIONS]
Try 'fastgwr run --help' for help.

Error: no such option: -c

Hi @cdkang
Sorry for this delayed reply. I will look into this, but at the same time, you can drop the "-constant" argument in the call as by default it will add a constant. Let me know if you have any questions.