martibosch / detectree-examples

Example computational workflows to classify tree/non-tree pixels in Zurich using DetecTree
GNU General Public License v3.0
19 stars 15 forks source link

Add rasterio to environment.yml #1

Closed JeffWalton-PSC closed 4 years ago

JeffWalton-PSC commented 4 years ago

Add rasterio to environment.yml

JeffWalton-PSC commented 4 years ago

I now see that rasterio is in the detectree requirements.txt file. So I'm not sure why the notebook background.ipynb generated an error for a missing module. Perhaps just a mistake on my part?

martibosch commented 4 years ago

it's strange that such an error is raised because rasterio should be installed as a dependency of the detectree package (which is explicitly listed in the environment.yml).

In any case, I have added rasterio and some other dependencies to the environment.yml file in 7533b0.