uataq / stilt

Stochastic Time-Inverted Lagrangian Transport model
https://uataq.github.io/stilt/
49 stars 17 forks source link

proj_as_proj_string: Cannot find proj.db #67

Closed ankitpatel0698 closed 3 years ago

ankitpatel0698 commented 3 years ago

Why this error is coming though i am getting output netcdf file? proj_as_proj_string: Cannot find proj.db proj_as_wkt: Cannot find proj.db proj_create: Cannot find proj.db proj_as_wkt: Cannot find proj.db Screenshot from 2021-04-08 13-28-30

& Also Please tell the role of number of receptors. How should i decide that it should be 1 or 10 or more? Thanks.

ankitpatel0698 commented 3 years ago

Why this error is coming though i am getting output netcdf file? proj_as_proj_string: Cannot find proj.db proj_as_wkt: Cannot find proj.db proj_create: Cannot find proj.db proj_as_wkt: Cannot find proj.db Screenshot from 2021-04-08 13-28-30

& Also Please tell the role of number of receptors. How should i decide that it should be 1 or 10 or more? Thanks.

ankitpatel0698 commented 3 years ago

Dear sir Please look into this error Screenshot from 2021-05-27 18-55-16

benfasoli commented 3 years ago

This will depend on your system but have you tried reinstalling GDAL? GDAL depends on the PROJ library. If the GDAL install is fresh and you're still getting this error, you can try configuring the PROJ_LIB environment variable. See the PROJ documentation for details.

benfasoli commented 3 years ago

@ankitpatel0698 has this issue been resolved?

ankitpatel0698 commented 3 years ago

@ankitpatel0698 has this issue been resolved?

Yes sir, this issue was resolved. Thanks