Skip to content

Commit

Permalink
r.in.wcs improvements (#340)
Browse files Browse the repository at this point in the history
* working on #302

* fixed get capabilities

* added GRASS resolution in VRT creation

* fixed problem with strings and bytes

* r.in.wcs: fixed import of useless and useful modules

* r.in.wcs: removed erroneous verbose call

* r.in.wcs: added support for r.import, fixed #341

* r.in.wcs: added CRS option to force WCS request to use that CRS

* r.in.wcs: fixed if no layers are available

* r.in.wcs: lxml is required otherwise getcapabilities return no layers

* r.in.wcs: removed unused variable; moved lxml library inside the class

* r.in.wms: applied black, more style fixes

* r.in.wcs more cleanup

Co-authored-by: Markus Neteler <neteler@gmail.com>
  • Loading branch information
lucadelu and neteler committed Mar 13, 2021
1 parent 115d2e3 commit 7aa17bb
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 157 deletions.
1 change: 1 addition & 0 deletions grass7/general/g.proj.identify/g.proj.identify.py
Expand Up @@ -150,6 +150,7 @@ def main():

epsg = options['epsg']
pathwkt = options['wkt']

if epsg and pathwkt:
grass.error('Only one type of conversions can be processed concurrently')

Expand Down

0 comments on commit 7aa17bb

Please sign in to comment.