Parallel algorithms can significantly improve the efficiency of rasterization. This paper implements a parallel algorithm for rasterization that is proposed for the fast processing of enormous amounts of vector data based on message passing interface (MPI) library. Results show that the new parallel algorithm can improve the efficiency of rasterization processing.Geographical Information System (GIS) have not only been using in the geographic field, but also been introduced in many other scientific domains. However, in almost of disciplines to quantify the precise, the high performance capabilities are required that the storage and compute operations for some special applications [1]. They are bottlenecks that traditional GIS software does not meet the needs that computational efficiency is increasing.It is an opportunity for enormous amounts of geo-data conversion limited computational performance that hardware based on parallel computer cluster and multi-core CPU is now becoming more and more common. And parallel computing technology, fo rming parallel computing model that fully perform the hardware function, has been rapidly adopted in the many domain with its maturity and successful application in scientific fields [2] . Moreover, many country have began to build a large-scale collaboration and innovation platform about sharing Scientific Research Equipment, research data and knowledge by high-speed network and computer cluster, fo rming Grid Computing Environment and, for instance, European Enabling Grids for E-sciencE (EGEE), U.S.A Open Science Grid (OSG). Under these circumstances, many researchers have to study the new GIS tools or methods in a high-performance computing Environment. In particular, current research has integrated parallel computing technology in the infrastructure and process in dealing with mass geo-data, such as large image orthophotoscopey and space simulation [3].We proposed a practical approach to exploring various parallelization algorithms on an open source GIS file fo rmats library, which considers ease of reading and writing geo-date from files, rather than fo cusing on GIS and operating system, as has been done in other approach. Because of differences in Supported by the National High Technology Research and Development Program of China (Grant No.2011AA 120301) 978-1-4673-1104-5/12/$31.00 ©20 12 IEEE computing platform, programm ing method, and software framework of parallel computing are different from those of a conventional GIS. The data parallel pattern (DPP), the algorithms parallel pattern (APP) is mainly usual classification of parallel programm ing techniques [4] . Most applications using parallel programm ing approach are data partitioning and function partitioning which together constitute the effective parallel process.Rasterization, a geo-data conversion, is computation intensive method whose computational cost increases greatly when it is applied to large amounts of data and high plan imetric resolution. Rasterization is a spatial data conversion and transformat...