1. INTRODUCTIONLand is required for various uses in both the urban and dịch - 1. INTRODUCTIONLand is required for various uses in both the urban and Việt làm thế nào để nói

1. INTRODUCTIONLand is required for

1. INTRODUCTION

Land is required for various uses in both the urban and rural areas of all society. It is a major factor of production and a vital element in the socio-economic development of any country or society. Land records are very important because they form the basis for assignment of land titles.There is a need therefore for an on-line system that will simplify the registration and processingof land documents and providing integrated information about land and its resources, such asnatural resources, topography, existing infrastructures, statutory requirements and the regulationsthat might apply to various developments on the land. A whole range of new Open Source GIS(OSG) initiatives started in 2002 which open up new possibilities for the use of OSG products inland administration systems. As these open source projects are not marketed as commercial products their distribution relies on communication between developer communities and they areoften unknown to normal GIS users

2.IMPLEMENTING LAND INFORMATION SYSTEM FOR LANDADMINISTRATION
The methodologies of designing a Land Information System (LIS) tool for land administrationinclude the

construction of spatial and non-spatial databases, development of information processing capabilities, installation of the appropriate computer hardware and software,implementing the organizational, procedural, and staffing changes needed to operate and use the
system successfully‟‟ (Huxhold
and Levinsohn, 1995). According to (Ndehedehe, 2011), thesuggested procedures include:
(a)Ground Method
- Creation of framework and national connectivity
- Establishing controls for each village boundary
- Detail survey of cadastral information and topographical information
- Collection of other information required for land management
- Integration of topographical maps on small scale from large scale data
(b) Digital Photogrammetry mapping combined with ground method
2.1 Fundamental Elements of a Land Information System

It is important that when considering the development of an LIS, there are certain fundamentalelements that should be considered early in the process. The Urban and Regional InformationSystems Association (URISA) and International Association of Assessing Officers (IAAO), intheir joint publication (URISA/IAAO, 1992) describe these four fundamental elements for a GIS- based cadastral mapping system as follows:
-Geographic Control Data
: Geographic control describes the coordinate system and points on thecoordinate system for all data in the GIS. The coordinate system is used to reference where thingsare located. For example, a country may establish geographic control on major road intersectionsand property subdivision boundary corners. These coordinates would then be used in the basemap data and cadastral information.
-Base Map Data
: Base map data are coordinates referenced to the geographic control for planimetric features that can be seen from an airplane. For example, rivers, lakes, streams,travelled ways, and railroad tracks may be included. The base map data would be coordinates for all these features
Cadastral Data: Cadastral data are the graphic information describing parcels. These data include property corners, boundaries, and parcels of land. Typically, property corners are coordinates for points on parcel boundaries and identifiers for the corners, which allow cadastral information to be tied to attribute information. Boundaries are lines between corners, line topology that describeswho owns land on either side of the line, and an identifier for the line which allows it to be tied toattributes. In cadastral information, parcels of land are polygons (closed geometric figures) and anidentifier for the polygon that relates the parcel to attribute information.
-Attribute Data
: Attribute data are additional information about geographic control base map data,cadastral information, and other mapped features. For example, cadastral information containslines with identifiers. Attribute data would have the line identifier and additional informationabout the line such as its bearing and distance as recorded in a deed. Attribute data are stored in adatabase
The National Research Council (National Research Council, 1983) in its publication, Proceduresand Standards for a Multipurpose Cadastre, described the same fundamental elements or dataneeds, when they identified the components of a multipurpose cadastre as follows:
1. A spatial reference framework consisting of geodetic control points;
2. A series of current, accurate large-scale base maps;
3. A cadastral overlay that delineates all cadastral parcels and displays a unique identifyingnumber for each of them;
4. A series of compatible registers of interests in land parcels keyed to the parcel identifier numbers

2.2 Capacity Building Needs for Land Information Management
As global concerns heightens as to the need for automated land information systems in Africaand the need for computerized LIS, capacity building should form one of the most fundamentalaspects of this process both in the public and private sector for very many reasons. The mostimportant reason has to do with the involvement of end users of the computerized LIS in the’’systems analysis‟ phase. Automation of LIS should initially be based on the automation of existing procedures for improved efficiency rather than the introduction of completely new processes and procedures that may face stiff resistance to change from the beneficiaries.The end users of automated LISs should be able to make meaningful contributions andsuggestions during the systems analysis phase that will guide and drive the process of softwaredevelopment. To do this, they need to have first of all acquired the skill and some level of competence in the use of computers which might lead to increased receptivity to these new ICT based products (Kakulu, 2003). Public sector practitioners are in urgent need of capacity buildinginitiatives both from the government and the international community. Capacity building by wayof skills transfer, software development and hardware are required to foster automated LISsystems.
3. SPATIAL DATABASES FOR LAND INFORMATION MANAGEMENT
With the development of spatial extensions for most database software products, huge amounts of map data can be efficiently stored and managed in geodatabases. Oracle Spatial is the best known platform for spatial databases, but open source alternatives are growing in popularity. PostGIS isan extension to the PostgreSQL object-relational database system which allows spatial objects to be stored in the database (see Figure 1). The strength of PostGIS is that it has become the standardspatial database for all open source GIS tools (Ramsey, 2007). Also MySQL has included spatial functionality in its database core so that it can store geographic features. Both MySQL andPostgreSQL with PostGIS are excellent database products, but PostGIS comes closer to thesophistication of Oracle Spatial when it comes to topology and geometry support.The installation and use of open source database products has become easier over time. In fact,PostgreSQL and MySQL are easier and faster to install than Oracle and occupy less memory anddisk space. While in the past the databases had to be managed from the command prompt throughSQL commands, Graphic User Interfaces (GUI) such as PgAdmin for PostgreSQL have now beendeveloped so that database administrators can easily add columns, set relationships between tablesand manage security settings.Figure1: Point of interests in the oracle SQL developer (adapted from Ndehedehe, 2011)
Tasks such as topology checking and spatial analysis that were traditionally handled by GISdesktop software can now be managed efficiently through the spatial database functions thatPostGIS provides. With the GEOS geometry engine, PostGIS users can calculate the area of polygon features, convert linestrings to polygons, and perform overlays such as Union, Differenceand Intersect. The spatial relationships between geometries can be tested with functions such asContains(), Distance(), Crosses(), Overlaps(), Touches(), and many others.
4.OPEN SOURCE GIS TOOLS FOR LAND ADMINISTRATION SYSTEMS
Even though the spatial database functions can take over many of the data analysis and processingtasks, desktop GIS products are still needed to create, visualize and maintain spatial datasets.Land administration systems vary in their software requirements, but a number of minimumrequirements can be identified.
4.1 Typical GIS Needs for Land Administration Systems
4.1.1 Coordinate Systems
The software must support the geographic and projected coordinate systems required for cadastralmaps. Cadastral agencies will likely use only one standard coordinate system for cadastraldatasets, but when data from different coordinate systems are combined, transformations or on-the-fly projections are needed. In most open source GIS products, the technology required for projections is drawn from the common class libraries PROJ4 (for software written in C or C++)and GeoTools (for the Java based GIS products). Both PROJ4 and GeoTools support a wide rangeof map projections.
4.1.2 Editing Tools and Topology Support
To create and maintain accurate cadastral maps, the software must have functions to create polygons, lines and point features, and to edit the geometry of polygon features byadding/deleting/moving vertices. Functions for cutting and merging of polygons are needed for parcel subdivisions and consolidations. Additional editing options such as clipping and bufferingare useful when creating buffers along roads or around protected areas. To ensure the accuracy of cadastral boundaries, the mapping software must have functions to create and maintain correcttopology. When creating features, the user must be able to set a snapping tolerance and snap toexisting features. Adjacent polygons should sha
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
1. GIỚI THIỆUĐất là cần thiết cho các công dụng khác nhau trong cả hai khu vực đô thị và nông thôn của tất cả xã hội. Nó là một yếu tố chính của sản xuất và một yếu tố quan trọng trong sự phát triển kinh tế xã hội của bất kỳ quốc gia hoặc xã hội. Đất hồ sơ là rất quan trọng bởi vì họ tạo thành cơ sở cho chuyển nhượng đất tiêu đề.Có một nhu cầu vì vậy cho một hệ thống trực tuyến sẽ đơn giản hóa các văn bản đăng ký và processingof đất và cung cấp tích hợp thông tin về đất đai và tài nguyên của nó, các nguồn tài nguyên asnatural, địa hình, cơ sở hạ tầng hiện có, theo luật định yêu cầu và regulationsthat có thể áp dụng cho sự phát triển khác nhau trên đất. Một loạt các sáng kiến mới mở nguồn GIS(OSG) bắt đầu vào năm 2002 mà mở ra các khả năng mới cho việc sử dụng của OSG sản phẩm nội địa quản trị hệ thống. Như các dự án mã nguồn mở không được quảng bá sản phẩm thương mại phân phối của mình dựa trên giao tiếp giữa các nhà phát triển cộng đồng và họ areoften chưa được biết đến bình thường GIS người dùng2. THỰC HIỆN ĐẤT THÔNG TIN HỆ THỐNG CHO LANDADMINISTRATIONCác phương pháp thiết kế một công cụ đất thông tin hệ thống (LIS) cho đất administrationinclude các“xây dựng cơ sở dữ liệu không gian và phòng không không gian, phát triển khả năng xử lý thông tin, cài đặt thích hợp máy tính phần cứng và phần mềm, thực hiện các tổ chức, định, và nhân sự thay đổi cần thiết để hoạt động và sử dụng cácHệ thống successfully‟‟ (Huxholdvà Levinsohn, 1995). Theo (Ndehedehe, năm 2011), thesuggested thủ tục bao gồm:(a)Đất phương pháp -Tạo ra các khuôn khổ và quốc gia kết nối -Thiết lập điều khiển cho mỗi ranh giới làng -Chi tiết cuộc khảo sát địa chính thông tin và thông tin địa hình -Thu thập thông tin cần thiết cho quản lý đất đai -Tích hợp bản đồ địa hình trên quy mô nhỏ từ quy mô lớn dữ liệu (b) kỹ thuật số Photogrammetry lập bản đồ kết hợp với phương pháp đất 2.1 các yếu tố cơ bản của một hệ thống thông tin đấtNó là quan trọng rằng khi xem xét sự phát triển của một LIS, có là một số fundamentalelements cần được xem xét sớm trong quá trình. Các đô thị và khu vực InformationSystems Hiệp hội (URISA) và quốc tế Hiệp hội của đánh giá nhân viên (IAAO), lẻn Ấn phẩm chung (URISA/IAAO, 1992) Mô tả các yếu tố cơ bản bốn cho một hệ thống GIS-dựa lập bản đồ địa chính như sau: -Dữ liệu địa lý kiểm soát: Kiểm soát địa lý mô tả các hệ tọa độ và điểm trên thecoordinate hệ thống cho tất cả dữ liệu trong các GIS. Hệ tọa độ được sử dụng để tham khảo trường hợp thingsare vị trí. Ví dụ, một quốc gia có thể thiết lập địa lý kiểm soát trên đường chính intersectionsand bất động sản phân ngành ranh giới góc. Các tọa độ sau đó sẽ được sử dụng trong basemap dữ liệu và thông tin địa chính. -Bản đồ cơ sở dữ liệu: Bản đồ cơ sở dữ liệu là tọa độ tham chiếu để kiểm soát địa lý cho planimetric các tính năng có thể được nhìn thấy từ một máy bay. Cho ví dụ, sông, Hồ, suối, cách đi, và đường sắt theo dõi có thể được bao gồm. Bản đồ cơ sở dữ liệu nào là các tọa độ cho tất cả các tính năng nàyDữ liệu địa chính: Các dữ liệu địa chính là các thông tin đồ họa mô tả bưu kiện. Những dữ liệu này bao gồm bất động sản góc, ranh giới và bưu kiện đất. Thông thường, bất động sản góc là tọa độ cho điểm trên ranh giới bưu kiện và định danh cho các góc, cho phép các thông tin địa chính để được gắn với thuộc tính thông tin. Ranh giới đường giữa góc, dòng cấu trúc liên kết đó describeswho sở hữu đất hai bên đường, và thông tin nhận dạng cho dòng cho phép nó là ràng buộc toattributes. Thông tin địa chính, bưu kiện đất là đa giác (đóng cửa số liệu hình học) và anidentifier cho đa giác liên quan các bưu kiện thuộc tính thông tin. -Thuộc tính dữ liệu: Dữ liệu thuộc tính là các thông tin bổ sung về địa lý kiểm soát bản đồ cơ sở dữ liệu, thông tin địa chính, và các tính năng được ánh xạ. Ví dụ, thông tin địa chính containslines với định danh. Thuộc tính dữ liệu nào có dòng nhận dạng và bổ sung biết informationabout dòng chẳng hạn như mang và khoảng cách như được ghi trong một hành động của nó. Thuộc tính dữ liệu được lưu trữ trong adatabaseHội đồng nghiên cứu quốc gia (quốc gia hội đồng nghiên cứu, 1983) tạp chí của họ, Proceduresand tiêu chuẩn cho một đai đa chức năng, mô tả các yếu tố cơ bản tương tự hoặc dataneeds, khi họ xác định các thành phần của một đai đa chức năng như sau:1. một khung tham chiếu không gian bao gồm điều khiển trắc địa điểm;2. một loạt các hiện tại, chính xác quy mô lớn cơ sở bản đồ;3. một lớp phủ địa chính giới tất cả các bưu kiện địa chính và hiển thị một identifyingnumber duy nhất cho mỗi người trong số họ; 4. một loạt các thanh ghi tương thích của các lợi ích trong bưu kiện đất keyed vào số định danh bưu kiện2.2 xây dựng năng lực nhu cầu cho đất thông tin quản lýKhi mối quan tâm toàn cầu heightens như sự cần thiết cho hệ thống thông tin tự động đất ở Africaand sự cần thiết cho LIS trên máy vi tính, nâng cao năng lực nên tạo thành một trong hầu hết fundamentalaspects của quá trình này, cả hai trong khu vực và khu vực tư nhân cho rất nhiều lý do. Lý do mostimportant đã làm với sự tham gia của người dùng cuối của LIS trên máy vi tính trong các '' hệ thống analysis‟ giai đoạn. Tự động hóa của LIS ban đầu nên được dựa trên tự động hóa các quy trình hiện tại để cải thiện hiệu quả chứ không phải là hoàn toàn mới quy trình và thủ tục có thể đối mặt với sức đề kháng cứng để thay đổi từ những người hưởng lợi.Người dùng cuối của LISs tự động có thể làm cho những đóng góp có ý nghĩa andsuggestions trong giai đoạn phân tích hệ thống mà sẽ hướng dẫn và đẩy quá trình softwaredevelopment. Để làm điều này, họ cần phải có mua đầu tiên của tất cả các kỹ năng và một số mức độ năng lực trong việc sử dụng của máy tính mà có thể dẫn đến tăng sự cam động để ICT mới dựa sản phẩm (Kakulu, 2003). Khu vực hành nghề đang có nhu cầu khẩn cấp của khả năng buildinginitiatives cả từ chính phủ và cộng đồng quốc tế. Xây dựng bởi wayof kỹ năng chuyển giao năng lực, phát triển phần mềm và phần cứng được yêu cầu để nuôi dưỡng tự động LISsystems.3. KHÔNG GIAN CƠ SỞ DỮ LIỆU CHO ĐẤT THÔNG TIN QUẢN LÝVới sự phát triển của tiện ích mở rộng không gian cho hầu hết các sản phẩm phần mềm cơ sở dữ liệu, một lượng lớn dữ liệu bản đồ có thể được hiệu quả lưu trữ và quản lý tại geodatabases. Không gian Oracle là nền tảng tốt nhất được biết đến cho cơ sở dữ liệu không gian, nhưng lựa chọn thay thế mã nguồn mở đang ngày càng phổ biến. PostGIS isan mở rộng để PostgreSQL hệ thống cơ sở dữ liệu quan hệ đối tượng cho phép không gian đối tượng được lưu trữ trong cơ sở dữ liệu (xem hình 1). Sức mạnh của PostGIS là nó đã trở thành cơ sở dữ liệu standardspatial cho tất cả công cụ GIS mã nguồn mở (Ramsey, 2007). Cũng MySQL đã bao gồm không gian chức năng trong cơ sở dữ liệu cốt lõi của nó để nó có thể lưu trữ đặc điểm địa lý. Cả hai andPostgreSQL MySQL với PostGIS là sản phẩm cơ sở dữ liệu tuyệt vời, nhưng PostGIS có gần gũi hơn với thesophistication của Oracle không gian khi nói đến cấu trúc liên kết và hình học hỗ trợ.Cài đặt và sử dụng mã nguồn mở cơ sở dữ liệu sản phẩm đã trở nên dễ dàng hơn theo thời gian. Trong thực tế, PostgreSQL và MySQL được dễ dàng hơn và nhanh hơn để cài đặt hơn so với Oracle và chiếm không gian ít hơn anddisk bộ nhớ. Trong khi trong quá khứ các cơ sở dữ liệu phải được quản lý từ dấu nhắc lệnh throughSQL lệnh, giao diện người dùng đồ họa (GUI) chẳng hạn như PgAdmin cho PostgreSQL có bây giờ beendeveloped vì vậy mà người quản trị cơ sở dữ liệu có thể dễ dàng thêm cột, thiết lập mối quan hệ giữa tablesand quản lý thiết đặt bảo mật.Figure1: Điểm của lợi ích trong oracle SQL phát triển (chuyển thể từ Ndehedehe, 2011)Nhiệm vụ như cấu trúc liên kết kiểm tra và phân tích không gian theo truyền thống được xử lý bởi GISdesktop phần mềm có thể được quản lý một cách hiệu quả thông qua các chức năng cơ sở dữ liệu không gian thatPostGIS cung cấp. Với động cơ hình học GEOS, người dùng PostGIS có thể tính toán diện tích tính năng đa giác, chuyển đổi linestrings để đa giác, và thực hiện các lớp phủ chẳng hạn như liên minh, Differenceand Intersect. Các mối quan hệ không gian giữa hình có thể được kiểm tra với chức năng như asContains(), Distance(), Crosses(), Overlaps(), Touches(), và nhiều người khác.4. MỞ NGUỒN GIS CÔNG CỤ CHO ĐẤT QUẢN TRỊ HỆ THỐNGMặc dù các chức năng cơ sở dữ liệu không gian có thể đi qua rất nhiều dữ liệu phân tích và processingtasks, máy tính để bàn GIS sản phẩm vẫn là cần thiết để tạo ra, hình dung và duy trì không gian datasets.Đất quản trị hệ thống khác nhau trong các yêu cầu về phần mềm, nhưng một số minimumrequirements có thể được xác định.4.1 điển hình GIS nhu cầu cho đất quản trị hệ thống 4.1.1 Hệ toạ độPhần mềm phải hỗ trợ các hệ toạ độ địa lý và dự đoán cần thiết cho cadastralmaps. Các cơ quan địa chính sẽ có khả năng sử dụng chỉ có một hệ tọa độ tiêu chuẩn cho cadastraldatasets, nhưng khi các dữ liệu từ hệ thống toạ độ khác nhau được kết hợp, biến đổi hoặc on-the-fly dự là cần thiết. Đặt mở nguồn GIS sản phẩm, công nghệ cần thiết cho dự được rút ra từ các thư viện lớp phổ biến PROJ4 (đối với các phần mềm viết bằng C hoặc c + +) và GeoTools (cho Java Dựa Sản phẩm GIS). PROJ4 và GeoTools hỗ trợ một phép chiếu bản đồ rộng rangeof. 4.1.2 chỉnh sửa công cụ và hỗ trợ tô pôĐể tạo và duy trì bản đồ đạc chính xác, các phần mềm phải có chức năng tạo đa giác, đường và các điểm tính năng, và chỉnh sửa các hình học của đa giác tính năng byadding/xóa/di chuyển đỉnh. Chức năng để cắt và kết hợp của đa giác là cần thiết cho các đơn vị bưu kiện và hợp. Tùy chọn chỉnh sửa bổ sung chẳng hạn như cắt xén và bufferingare hữu ích khi tạo bộ đệm dọc theo con đường hay khoảng bảo vệ khu vực. Để đảm bảo tính chính xác của ranh giới địa chính, lập bản đồ phần mềm phải có chức năng để tạo ra và duy trì correcttopology. Khi tạo tính năng, người sử dụng phải có khả năng để thiết lập một khoan dung snapping và chụp toexisting tính năng. Đa giác liền kề nên sha
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: