-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement the component #2
Comments
It's tricky to get the crs using get_value:
|
rasterBSQ = np.transpose(rasterRGB, axes=[1, 2, 0])
plt.imshow(rasterBSQ) |
I'm using setuptools-scm to include repository files outside the package, like Makefile, CHANGES.md, etc. It conflicts slightly with zest.releaser, which shows a dirty repository when running
The workaround is to tag the repo before running
|
Release text (using v0.2 tag): CSDMS GeoTIFF data componentThe public release of the GeoTIFF data component, with examples, CI, docs, and installation through |
I'd like to make the planning and development of this project as open and as public as possible. GitHub provides a good place for this.
Project planning is described in #1. This is a record of what I actually did.
Tasks
make test
make pretty
bmipy-render
make bmi-test
)xarray.open_rasterio
make build
)make testpypi
)make fullrelease
)sphinx-quickstart
from the docs directorymake pretty
andmake lint
)The text was updated successfully, but these errors were encountered: