-
Notifications
You must be signed in to change notification settings - Fork 162
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
Fix all GIS models #172
Comments
(help is wanted on all our issues, including the ones without this label, so removing it) |
@wang-boyu Could you add sensible default values to the
Or maybe load them from:
|
All warnings resolved! The next thing that needs to happen, is the big backport to the |
The big backport was successful, working, CI tested GIS examples are now available both on the Completed! Thanks @wang-boyu! |
GIS example tests were long overdue. Thanks for your work on this! |
We just started testing our GIS models in CI (see #171), and currently unfortunately all 7 models that are tested present one or multiple errors
The errors are visible in any recent CI run of the Test GIS models workflow. They can also be reproduced and tested locally by running the
test_gis_examples.py
script with pytest.Current errors
data/nuts_rg_60M_2013_lvl_2.geojson
data/nuts_rg_60M_2013_lvl_2.geojson
/vsigzip/data/elevation.asc.gz
/vsizip/data/clip.zip
campus
data_crs
buildings_file
walkway_file
lakes_file
rivers_file
driveway_file
num_commuters
data/TorontoNeighbourhoods.geojson
RasterLayer.__init__()
:model
PRs to fix any of these issues are very welcome!
Update:
super().__init__()
to Mesa model initialization #175model
toRasterLayer.from_file()
#186The text was updated successfully, but these errors were encountered: