Skip to content
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 PyTest for file_directory raster code #246

Closed
jpswinski opened this issue May 2, 2023 · 1 comment
Closed

Add PyTest for file_directory raster code #246

jpswinski opened this issue May 2, 2023 · 1 comment
Labels
pytest Python system tests

Comments

@jpswinski
Copy link
Member

When a raster is sampled, the GeoRaster object keeps track of the file name of the raster being sampled and returns a file dictionary back to the user which the Python client embeds in the metadata of the GeoDataFrame. All of this code has been used in example notebooks but there are currently no tests for it.

@jpswinski jpswinski added the pytest Python system tests label May 2, 2023
@jpswinski
Copy link
Member Author

Added to the test_arcticdem.py TestStrips class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pytest Python system tests
Projects
None yet
Development

No branches or pull requests

1 participant