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

Check what tools can be imported from pygeotools #51

Closed
adehecq opened this issue Nov 20, 2020 · 3 comments
Closed

Check what tools can be imported from pygeotools #51

adehecq opened this issue Nov 20, 2020 · 3 comments
Labels
enhancement Feature improvement or request

Comments

@adehecq
Copy link
Member

adehecq commented Nov 20, 2020

Go through David's tools and see what useful functionalities could be implemented
https://github.com/dshean/pygeotools

@adehecq adehecq added the enhancement Feature improvement or request label Nov 20, 2020
@rhugonnet
Copy link
Member

rhugonnet commented Sep 6, 2023

Nearly 3 years later, what I see in pygeotools that we are missing:

  • A "crop_nodata" function: (remove rows/cols containing only NoData from raster margins),
  • Merge shapefiles together (even though this should be supported through geopandas, we could have a parent function),
  • Filters (Gauss, rolling median, high pass, etc).

Closing this and opening issues for what is not already there!

@adehecq
Copy link
Member Author

adehecq commented Sep 6, 2023

I also like the CLI tool to display raster with different colorbars, possibly overlay with vectors etc. This was the aim of geoviewer.py but I believe this is broken. Last time I tried it it was not working but I didn't have time to investigate further...

@rhugonnet
Copy link
Member

Yes, it should be working since I wrote https://github.com/GlacioHack/geoutils/blob/main/tests/test_geoviewer.py.

We'll have to see if we add CLI tool support to both GeoUtils and xDEM at some point (#54)

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

No branches or pull requests

2 participants