-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add OpenBuildings dataset #402
Conversation
Can you elaborate on this? If there is no CRS, then there's no way to make this a GeoDataset, right? You have to have some transform to map this dataset from one CRS to another in order to use it geospatially. |
I could not find a crs in the metadata file or the csv files where the polygon strings are. However, I assumed that since there are geographical coordinates, there would also be a CRS. But since it is not the case, I was wondering if there is maybe another way to find out or to handle it? |
Hmm, if the coordinates range from [-90, 90] and [-180, 180] or [0, 360] then we can probably assume that things are simply in lat/long units? |
* populate index attempt * added tests * correct plot method * fix test * fix documentation * fix docs * name changes * lazy import pandas and Any instead of Tensor * requested changes * mypy fixes * Close plot filehandles Co-authored-by: Adam J. Stewart <[email protected]>
This PR closes #68 and adds the OpenBuildings dataset.
Dataset features:
Dataset format:
Questions/Concerns:
Thus, I would welcome suggestions on these points, as well as any other suggestions of course.
Plot example: