-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Raster Datasets tutorial fails without git repo #766
Comments
Going to replace the xView3 example with a more complex example that downloads real data (maybe Sentinel), overrides both |
@adamjstewart That sounds good to me. This was a contribution with many downfalls, such as displaying an all-white raster (hence why the plot image doesn't show "anything") and relying on a test file that has to be part of the repo itself. |
@RitwikGupta, do you have a xView3 mini dataset that could be published on Zenodo? |
@calebrob6 there is an xView3
|
Why RasterDataset in colab throws an error? TypeError: RasterDataset.init() got an unexpected keyword argument 'root |
@Sandipriz the |
Description
If you run the Custom Raster Datasets tutorial on Google Colab, it will fail because it requires test data that is not present after a
pip install
. We should instead either create fake data with rasterio or download real data from somewhere.P.S. The plot image doesn't show anything. Is this expected? This tutorial doesn't look very useful as is.
@RitwikGupta
Steps to reproduce
Run the tutorial on Colab. The cell that tries to unzip the test data fails with the following error message:
Version
releases/v0.3
The text was updated successfully, but these errors were encountered: