Package Versions for Turorials
Closed this issue · 1 comments
Yanhao29 commented
Hi,
First thank you so much for the tutorials and notebooks. They are really clear and helpful.
I was running 3_gedi_l4a_exploring_data.ipynb, which is good until
mt_leuser_3857_gdf = mt_leuser_gdf.to_crs(epsg=3857)
where an error is encountered (ProjError: x, y, z, and time must be same size).
I have tried using different versions of pyproj and proj, but still couldn't solve the problem.
Since there are many dependencies with the packages used in the tutorial, would it be possible for you to provide the package versions that you are using?
Thank you very much!
rupesh2 commented
Hi @Yanhao29 , Thank you for contacting us! We have now added requirements.txt to the github and updated the notebook to reflect the dependencies. Let us know if you are still seeing the errors.