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

Make separate directory for Gridgen files #158

Closed
dbrakenhoff opened this issue Mar 29, 2023 · 2 comments
Closed

Make separate directory for Gridgen files #158

dbrakenhoff opened this issue Mar 29, 2023 · 2 comments

Comments

@dbrakenhoff
Copy link
Collaborator

I'd like Gridgen to dump its files in a separate directory, something like model_ws/gridgen_ws. This keeps the model_ws nice a clean with only mf6 files.

@rubencalje
Copy link
Collaborator

I agree, I would just put a folder named 'gridgen' in model_ws (so without the ws).

rubencalje added a commit that referenced this issue May 8, 2023
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
rubencalje added a commit that referenced this issue May 8, 2023
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
dbrakenhoff pushed a commit that referenced this issue May 9, 2023
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
dbrakenhoff pushed a commit that referenced this issue May 9, 2023
* Add option to only use most common station

Slow determination of stations (locations.geo.get_nearest_point) is removed

* solve minor bug and add test for most_common_station=True

* Set gridgen files in a separate directory. Solves issue #158

* minor changes

* Make most_common_station work with structured grids as well

* Create gridgen directory when it does not exist

* Solve fiona.errors.DriverError:  not recognized as a supported file format.

* Remove rasterstats as a dependency for tests and docs

* Codacy stuff
@rubencalje
Copy link
Collaborator

This is implemented in PR #174

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

No branches or pull requests

2 participants