The mining market is living a fantastic period and ESRI published a link with a connection between GIS and Mining. This link presents an overview about how we can use GIS for mining and cover the following steps: 1) exploration, 2) operations, 3) management and 4) environmental management.
Friday, May 2, 2008
Sunday, April 20, 2008
Using EPSG code in GDAL
EPSG is a code from the European Petroleum Survey Group that makes a numeric codes associated with coordinate system definitions. For example, EPSG:29193 is SAD69 / UTM zone 23S cartographic system. It's possible to browse all coordinate system definitions and codes in Spatial Reference web site.
These utilities allow the coordinate system (SRS = spatial reference system) to be assigned in a variety of formats.
EPSG:n: Coordinate systems (projected or geographic) can be selected based on their EPSG codes, for instance EPSG:27700 is the British National Grid. A list of EPSG coordinate systems can be found in the GDAL data files gcs.csv and pcs.csv.
In the example below is shown how to convert an image in:
GEOGCS["SAD69",DATUM["D_South_American_1969",SPHEROIDTo:
["GRS_1967_SAD69",6378160,298.25]],
PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
PROJCS["SAD69 / UTM zone 24S",GEOGCS["SAD69",DATUM["D_South_American_1969",SPHEROID
["GRS_1967_SAD69",6378160,298.25]],PRIMEM["Greenwich",0],UNIT
["Degree",0.017453292519943295]],PROJECTION
["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-39],PARAMETER
["scale_factor",0.9996],PARAMETER["false_easting",500000],
PARAMETER["false_northing",10000000],UNIT["Meter",1]]
Saturday, April 5, 2008
GDAL with BIGTIFF support
To go around this limitation, there is a new format available that allows the creation of files greater than 1 terabytes. This format is called BigTIFF. This format has the sponsorship of companies such as WeoGeo, Safe, Leica and ESRI, and it can be observed in the press release of Frank Warmerdam wich was published in Slashgeo.
FrankW writes "As announced in this press release four industry sponsors (WeoGeo, Safe, Leica and ESRI) have gotten together to fund development of BigTIFF support in libtiff. This extension adds support for GeoTIFF files much larger than 4GB! With libtiff used by most open source and commercial applications there is reason to hope that BigTIFF support will be widespread in our industry within the next year or two (sooner for open source!)." BigTIFF was previously discussed.
The hypothetical example below shows the conversion of an image in ERDAS image format (. img), wich is greater than 4 Gigabytes, to GeoTIFF format using the FWTools shell.
gdal_translate -of GTiff -co "TFW=YES" -co "BIGTIFF=YES" "c:/temp/image.img" "c:/temp/bigtiff.tif"
Wednesday, March 19, 2008
ArcGIS Tutorial
A Portuguese and Spanish ArcGIS tutorial was developed by a geologist called Rodrigo Nobrega and is freely available on the web.
My first contact with Rodrigo was in the end of 1999 and beginning of 2000. In this period he was consultant of a project developed by the company Geoexplore and he also was the instructor of a course about digital images processing. In 2004 I met him again and he was already a doctoral student of FACOM (Faculty of Communication from the Federal University of Bahia), and was developing a project related to cyberculture and cybergeography.
During this period I had a contact with the ArcGIS tutorial developed by him. It is an excellent quality material for beginners and even for someone who has already a good experience. Some animations in flash are available and are well didactic, such as the sequence of animations that shows us how to use the georeferencing tool with pictures on ArcGIS (1, 2, 3, 4, 5 and 6).
For our Spanish-speaking friends, a version of the tutorial in Spanish is available. This site is very interesting to visit!