[GRASS-user] ARC/MAP style files in GRASS?

   The USGS uses an ARC/MAP 'style file' with a color pallet to color
polygons according to their dominant geology. This file is a 'Standard Jet
DB' file. I'd like to learn if it can be used within GRASS and if so, what
module would translate and import it. My attempts at finding this
information by searching the Web found nothing appropriate.

TIA,

Rich

On Thu, Aug 27, 2015 at 3:20 PM, Rich Shepard <rshepard@appl-ecosys.com>
wrote:

  The USGS uses an ARC/MAP 'style file' with a color pallet to color
polygons according to their dominant geology. This file is a 'Standard Jet
DB' file. I'd like to learn if it can be used within GRASS and if so, what
module would translate and import it. My attempts at finding this
information by searching the Web found nothing appropriate.

I doubt you can use in GRASS, you would have to write some conversion
yourself. Some related info can be found here:
http://gis.stackexchange.com/questions/103000/any-clue-how-to-read-a-style-arcgis-file-in-python-for-converting-into-anoth

Anna

TIA,

Rich
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

On Thu, 27 Aug 2015, Anna Petrášová wrote:

I doubt you can use in GRASS, you would have to write some conversion
yourself. Some related info can be found here:
http://gis.stackexchange.com/questions/103000/any-clue-how-to-read-a-style-arcgis-file-in-python-for-converting-into-anoth

Hi Anna,

   I assumed this to be the case. Thanks for the URL.

Rich