liste

Bonjour et bienvenue dans mon site ! Willkommen auf meiner Seite! welcome in my homepage! http://assistance-en-sig.blogspot.com/ SIG ; Bases de données ; Géomatique; Python; ArcGIS; QGIS;

recherche

Showing posts with label editing. Show all posts
Showing posts with label editing. Show all posts

Saturday, March 30, 2013

GIS Job

An offshore survey company looking for potential candidates for the following position
1. Junior/Senior GIS Analyst
2. Must posses related certification i.e bachelor degree, diploma, post graduate etc
3. Minimum 1 year(s) experience in related skills in ArcGIS such as cartography, geodatabase, editing and COGO as well in CAD environment.
4. Experience in Oil and Gas and programming i.e .NET, JAVA will be extra advantage
5. If you think that you're suitable for above requirement, please send your CV to me ASAP to dsug.uitm@gmail.com

Thursday, January 31, 2013

New: ArcGIS 10 tutorials


This page provides a set of various ArcGIS tutorials used to perform a number of common tasks in ArcGIS. Find the tutorial that you would like to work through by clicking the links below. These are Esri tutorials
To work through the ArcGIS Desktop tutorials, you need to install the tutorial data from the ArcGIS Desktop Tutorial Data setup, which is part of the ArcGIS Desktop installation download or media. If the tutorial data has been installed on your system, look for it in C:\arcgis\ArcTutor (the default installation location). In many cases, you will need write access to that location to perform the tutorial.
The ArcGIS Server Installation does not include tutorial data. Most of the ArcGIS Server tutorials are written in a generic way so that you can follow the steps using your own datasets.
These tutorials are published by ESRI:

Database servers:

This tutorial shows you how to use ArcGIS Desktop to use database servers (instances of SQL Server Express) and the geodatabases you create on the database servers to store, access, and edit GIS data. An ArcEditor or ArcInfo license is required to complete the tutorial.
Editing:
In this tutorial, you'll learn the basics of the editing environment in ArcMap, including creating new features on the map; updating attribute values; utilizing snapping while editing, creating, and editing annotation; using topology to maintain spatial integrity; and performing spatial adjustments on your data.

Geodatabases
In this tutorial, you'll learn to build geodatabases that include relationship classes, subtypes, attribute domains, topology, geometric networks, and feature-linked annotation. An ArcEditor or ArcInfo license is required to complete the tutorial.




Friday, October 26, 2012

GIS Training with QGIS - Exercise 2: Editing


1. OpenStreetMap plugin
 a) Start a new empty QGIS project, set projection again to WGS84.
 b) Click Plugins->Fetch Python Plugins. When the list has refreshed, find the
OpenStreetMap plugin and click install.
 c) On the OpenStreetMap toolbar click Load OSM from file. Browse to the directory
Geodata\vector\OSM and load the file sarajevo.osm
 2. Point layer from a table
 a) Now load the shapefile traps from the Geodata\fruitfly directory. Symbolize as red triangles.
 b) Locate the CSV file trap_locations.csv in the Geodata\fruitfly directory.
 c) Import the CVS file using the Delimited Text plugin. Choose ',' (comma) as the delimiter.
 d) Convert the trap locations to a shapefile (right-click on the layer name). Name it traps_tbl.shp
and save in the Geodata\fruitfly directory. Now load the new shapefile (“Add Vector Layer”
button).
 3. Digitize new point layer
 a) Zoom in to the traps layer.
 b) Click on the “New vector layer” button to create a new vector layer within QGIS, as a point layer
with two columns: Trap_ID as Whole Number, and TrapType as String. Call the layer
traps_digitize.shp in the Geodata\fruitfly directory.
 c) Start editing this new layer and digitize ten new points south of Sarajevo. Give the points Trap_ID
numbers 201, 202,...210.
 d) Save the layer. Save the project  in Geodata\exercises as fruitfly.qgs
 4. Merge three point layers into one
 a) Start editing the traps.shp layer
 b) Copy all points from traps_tbl into traps by activating the traps_tbl layer, and selecting all
traps in that layer. Click the copy button. Then activate the traps layer and use the paste buttons to
insert all the points from traps_tbl into traps.
 c) In the same way, copy all points from traps_digitize into traps.
 d) Move some of the points to make a better distribution of traps.
 e) Save changes.
 5. Edit attribute table
 a) Open the attribute table of traps, and begin editing
 b) Enter an appropriate value for each trap in the column “TrapType”.
 c) Save the edits and save the project.