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

pygrass.gis: Make Region importable from grass.pygrass.gis #2

Merged
merged 1 commit into from
May 19, 2019

Commits on May 18, 2019

  1. pygrass.gis: Make Region importable from grass.pygrass.gis

    Currently, in order to import the `Region` class you need to import it
    from `pygrass.gis.region`. This commit makes it possible to import it
    from the `pygrass.gis` package. This way, all `gis` objects can be
    imported/used from the same location. E.g.:
    
        import grass.pygrass.gis as ggis
    
        ggis.Region
        ggis.Location
        ggis.Mapset
    
    Fixes https://trac.osgeo.org/grass/ticket/3844
    pmav99 committed May 18, 2019
    Configuration menu
    Copy the full SHA
    100ba4c View commit details
    Browse the repository at this point in the history