-
Notifications
You must be signed in to change notification settings - Fork 387
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
SpaceNet datasets #159
Comments
Our conda-forge repo just caught the fact that the SpaceNet datasets import the |
I believe I only explicitly imported affine for type annotations (in Even if it was required, Alternatively I could just replace |
This is a bit of a hack but could we just use 'from rasterio.transform import Affine' instead of 'from affine import Affine'? |
Correct, but if you directly import affine, that makes it a direct dependency. I actually like @isaaccorley's suggestion, let's do that as long as it passes mypy. |
@ashnair1 where are we at with SpaceNet 6? Would love to be able to close this issue. |
SpaceNet 6 is currently unavailable on Radiant MLHub. I had raised radiantearth/radiant-mlhub#93 to track this among other issues with the SpaceNet datasets. Will give them a ping. |
The SpaceNet Dataset contains ~67,000 square km of very high-resolution imagery, >11M building footprints, and ~20,000 km of road labels spread over 7 datasets:
This issue is to track the addition of these datasets.
The text was updated successfully, but these errors were encountered: