NASA has launched Mars Trek - an interactive Map viewer, that can be used to explore Mars, just like the way you explore earth on google earth! You can take a quick tour to familiarize yourself with the Map viewer. You can even view the surface...
Home » Archives for August 2015
Virtual trip to Mars using NASA's Mars Trek
in
GIS,
Mars,
Remote Sensing
- on Thursday, August 06, 2015
- No comments
Python code to export layers on Table of contents of mxd to pdf
in
GIS Mapping,
Python code
- on Thursday, August 06, 2015
- 1 comment

# Name: layerstopdf.py
# Date: January 15, 2014
# Author: Sarbajit Gurung
# Description: Export each layer from Table of contents in ArcMap to a pdf document
# ---------------------------------------------------------------------------
#...
Python code to export mxd to pdf with date value on the pdf
in
GIS Mapping,
Python code
- on Thursday, August 06, 2015
- No comments

# Name: Exporttopdf.py
# Date: February 11, 2015
# Author: SGurung
# Description: This code creates pdf map from mxd file. The pdf file can have date value attached on # its name, e.g., "testmap_date.pdf". The code can be scheduled on task...