Tagged Questions
13
votes
1answer
491 views
Visualize shapefile in Python
I was searching the internet to see if it is possible to visualize geographical data in Python, without always opening ArcGIS and make a map (because I have a lot of scripts that uses arcpy). On the ...
2
votes
1answer
104 views
automate color palette generation?
I frequently am in need of color gradients that aren't readily available through ArcGIS or the ColorBrewer add-in. I find the process of manually creating gradients in Arc very tedious: saved custom ...
10
votes
1answer
277 views
How to visualize azimuthal data with uncertainties?
I am trying to make a figure showing azimuthal data with a different range of uncertainties at each point. This oldschool figure from a 1991 paper captures the "bowtie plot" idea that I'm aiming for:
...
7
votes
4answers
307 views
Visualization of satellite image - directly in python
Is there any way (a package or what not), to visualize a geotiff image directly in Python? I don't want to use ENVI or ArcGIS or anything else. Thank you in advance.
10
votes
5answers
619 views
How to implement value-by-alpha map in GIS?
I've been doing some background reading about cartograms recently and stumbled upon interesting alternative - value-by-alpha maps.
Concept is described in more details here and full paper is ...
