Free Essay

Temp

In:

Submitted By shaileshgmail
Words 2483
Pages 10
Process document for updating ICC Centerline and MilePosts MileExits

07/26/2011

Introduction

This process document is to describe what the new ICC centerline, milepost and mile-exits about, how we processed the new data to matching the existing data attributes, how we updated the chartcenterline by appending the new ICC centerline, what methods we used in the whole process.

1. Identify the database update requirements and target

The Intercounty Connctor or ICC (MD 200) route is a partially completed toll freeway which will link existing and proposed development areas between the I-270/I-370 .

In review of exiting ArcGIS service map file ChartBG.mxd (on the “chartdevgis” server C:\arcgisserver\MapDocument\) – a Chart interactive background map, we can know that there is a miss for the ICC route.

To make the background map with a complete required feature route present in the map, we need to update the existing ChartBG geodatabase to make up the missed ICC route (MD 200) by using the new data provided by SHA.

The update requires the three feature classes are available in the existing ChartBG map service file. That means the existing interstates feature classes will be required to append new features from the data below.

1. ICC centerline (MD 200)

2. ICC Milepost

3. ICC MileExits

In brief, the purpose of the geodatabase update is to add the ICC related features into the existing geodatabase by appending them to the corresponding feature class.

2. Describing the new data source about ICC centerline and mileposts and mile-exits

a. Roads (Centerline with ICC)

The SHA provided ICC centerline data is come from the “roads” shape file which is located in the folder called “D:\ICC_Original_DataSource” on the server of “chartdevgis”, the “roads” there are total 328348 features.

The projected coordinate system name for the “roads” is NAD_1983_HARN_StatePlane_Maryland_FIPS_1900 and geograhic coordinate system name is GCS_North_American_1983_HARN.

The Planar Distance Units: meters.

[pic]

MD 200 (ICC) route with label on it

b. Milepost (MD200_INT_FEATURES_LOC)

The milepost feature class (points) on the MD200 (ICC) comes from a personal geodatabase – MD200.mdb which is located in the folder called “D:\ICC_Original_DataSource” on the server of “chartdevgis”, the feature class MD_200INT_FEATURES_LOC has total 62 features

The projected coordinate system name for the “roads” is NAD_1983_HARN_StatePlane_Maryland_FIPS_1900 and geograhic coordinate system name is GCS_North_American_1983_HARN.

The Plana Distance Units: feet

[pic]

Milepost features show on the MD 200 (ICC)

c. Mile Exits (MD200_INT_ROADS_LOC)

The mile exits feature class (points) on the MD200 (ICC) also comes from the same personal geodatabase as above which is located in the folder called “D:\ICC_Original_DataSource” on the server of “chartdevgis”, there are 16 features in the feature class, the mile exits features should be extracted from this feature class.

The projected coordinate system name for the “roads” is NAD_1983_HARN_StatePlane_Maryland_FIPS_1900 and geograhic coordinate system name is GCS_North_American_1983_HARN.

The Plana Distance Units: survey feet

[pic]

Mile Exits features show on the MD 200 (ICC)

[pic]

Highlighted folder for ICC data source location on the CHARTDEVGIS

3. Identify which layers need to be updated

By reviewing the existing ChartBG.mxd service map, you can find there is no an ICC route (MD 200) on the map, the background map file is composed of total 25 feature layers from US roads to States roads and county and state boundary polygons.

MD 200 location

[pic]

After a thorough study of the these feature layers, just the four feature layers related to ICC (MD 200) update, that means we have to update the four feature layers by appending new ICC data. They are as below and data sources are from server: distnode1chart or 10.2.110.10.

Layer Name Layer Source in CHARTBG on server

1. SHA GRID Centerlines (Details) GD_SHAGRIDCENTERLINE

2. MD Interstates (Inventory Direction) GG_MDINTERSTATESINVDIR

3. MD Interstates (Detailed) GD_MDINTERSTATES

4. MD Interstates (Gen) GG_MDINTERSTATESTEST

The corresponding map file is located on the server “Chartdevgis” in folders:

1. C:\arcgisserver\MapDocument\ MD_200_ICC\ChartBG.mxd

2. C:\arcgisserver\MapDocument\DISTNODE1CHART\ChartBG.mxd

4. Comparison between the exiting data attributes and the new data source attributes

a. ChartCenterLine compares to Roads

Before we were going to update the ICC route centerline features in the ArcSDE geodatabase, we have to compare how the data attribute column difference between the new ICC road and the existing chartcenterline. The purpose of the comparison is to match the two data has same attribute columns to help them append together.

We have created a XSL file on the Chardevgis Server the name of the XSL is called “Comprison_ICC_Roads_and_CHARTBG_RelatedLayers.xsl”, it described what different columns between “ChartCenterLine” and “roads”. From the compared result, we can know that there are several columns exist in “ChartCenterLine” without existing in the “Roads” shp file, so we need to add the following columns on the new roads shp file. For more details please refer to the XSL file in the directory:

D:\ICC_Geodatabase_Update_XSL\ on the chartdevgis server.

• CNTYDESC

• DISTRICT

• MP_CO

• MP_ROAD_NA

• STMP_CHART

• STMP_CHART_TO

• T_MEAS

• TEMP_

b. GG_MDINTERSTATESINVDIR compares to Roads

By comparing the “GG_MDINTERSTATESINVDIR” and “Road”, we can know that existing “GG_MDINTERSTATESINVDIR” just has “MP_RTE_NO” , “OBJECTID” and geometry column “Shape”, so we have delete those nonused columns from “Roads” and just keep the “ID_RTE_NO” column which can be mapped to “MP_RTE_NO” column. The details of the comparison can be found the same XSL file above.

Feature Layer GG_MDINTERSTATESINVDIR Roads

Column_Name MP_RTE_NO ========= ID_RTE_NO

c. GD_MDINTERSTATES compares to Roads

The comparison between GD_MDINTERSTATES and Roads has an identical result like the above, that is roads includes many nonused columns, it just needs to mapping the ID_RTE_NO column to the MP_RTE_NO in the GD_MDINTERSTATES.

Feature Layer GD_MDINTERSTATES Roads

Column_Name MP_RTE_NO ========= ID_RTE_NO

d. GG_MDINTERSTATESTEST compares to Roads

The comparison between GG_MDINTERSTATESTEST and Roads also has an identical result like above, that is roads includes many nonuses columns, it just needs to mapping the ID_RTE_NO column to the MP_RTE_NO in the GG_MDINTERSTATESTEST.

Feature Layer GD_MDINTERSTATESTEST Roads

Column_Name MP_RTE_NO ========= ID_RTE_NO

e. GD_SHAGRIDCENTERLINE compares to Roads

The comparison between GD_SHAGRIDCENTERLINE and Roads can be found that there is no attribute column can be matched to the Roads, since there is only one Column “TEXT” in the GD_SHAGRIDCENTERLINE, and Roads doesn’t have a corresponding column name, so we have create a new field name in the Roads

Feature Layer GD_SHAGRIDCENTERLINE Roads

Column_Name TEXT Create new field column (TEXT)

5. Data processing work flow and related major procedures

a. Update the “roads” Column Attributes with ArcGIS Catalog

From the above comparison between existing “ChartCenterline” and “roads”, we can know that the “roads” missing of several attribute columns, such as

• CNTYDESC

• DISTRICT

• MP_CO

• MP_ROAD_NA

• STMP_CHART

• STMP_CHART_TO

• T_MEAS

• TEMP_

So to match the field attributes with existing “ChartCenterline”, we need to add new field columns on the “Roads”, the work can be done from ArcGIS Desktop (ArcCatalog), the screenshots look like below:

[pic]

Firstly, highlighting the shp file “Roads” in the directory and click the “Preview” table tab, then click on the “Options” button on bottom of the table, click the “Add Field…”, you will see the pop-up “Add Field” floating box, entering the field name, and select the data type using the arrow down button, finally click the “OK” button, you will see the new field column is added into the table. Repeating this same process, the “roads” shape file will have identical attribute columns like existing “chartcenterLine”.

[pic]

b. Extracting the “ICC” (MD200) route from the “Roads” shape file

1. The purpose of the whole updating is to add the “ICC” (MD200) route into the existing feature classes, so the most important task is to extract the “ICC” (MD 200) route from the “roads” shape file, then append the extracted “ICC” to the feature layers below. We know that the “ICC” is not only compose of ID_RTE_NO = 200, but also compose of ID_RTE_NO = 370, because the part of 370 are those routes and ramps connected to 200, by putting the “Roads” shape file against the existing map file ChartBG.mxd (C:\arcgisserver\MapDocument\ MD_200_ICC\ChartBG.mxd), the highlighted route is the ICC which queried by using the ArcMap Layer Properties “Definition Query” Query Builder. After query the “roads” with the definition query:

“IDE_RTE_NO” = 200 or “ID_RTE_NO” = 370

Then highlight the query result from the roads table, the screenshot is like below.

[pic]

• GD_MDINTERSTATES

• GG_MDINTERSTATESTEST

• GG_MDINTERSTATESINVDIR

Even though ICC route is extracted from “roads” shp file, however, from the above comparison we can know that the above three feature classes have only one “MP_RTE_NO” field column that the “Roads” can be mapping with “ID_RTE_NO”, so we can shrink (remove) all of the other columns in the extracted “roads” and remain only the “ID_RTE_NO” column, then change the field name to be “MP_RTE_NO”.

As result the “roads” is updated to be a “MD_ICC_UPDATED” intermediate shp file with the only one attribute column and total 70 features. Noted is required that the actual ICC route is not need to have the “Ramps” in the added features, so we deleted those ramp features from the ICC and just keep the major ICC route. So the actual ICC features used to append to the existing feature layers above only 35 features. We will describe how to append the shp file (actual ICC route) to the existing feature classes in ArcSDE Geodatabase using ArcSDE command line in next section.

[pic]

To get the “GG_MDINTERSTATESINVDIR” route, we should query the “roads” to make the two attributes field name equal, “MP_DIRECTI = CAL_DIRECT”, that means the route direction should be same, and the route name should be “INTERCOUNTY CONNECTOR”, the queried result is showed here below, from ArcMap you can see the there is single direction route for the GG_MDINTERSTATESINVDIR.

[pic]

Since the GG_MDINTERSTATESTEST and GG_MDINTERSTATESINVDIR are required to show the route features by using one feature for each route, so we have to dissolve extracted ICC route feature layer with field name “MD_RTE_NO” .

[pic]

The dissolved result table shows here below.

[pic]

You must be notice that the GG_MDINTERSTATESTEST is the double route polyline and GG_MDINTERSTATESINVDIR is a single route polyline.

[pic]

• GD_SHAGRIDCENTERLINE

The similar procedure can be taken to process the “GD_SHAGRIDCENERLINE”, since the “GD_SHAGRIDCENTERLINE” includes all of the 70 ICC features such as ramps and route 370, we just need to create a new attribute column name “TEXT” and remove all of other original column name in the extracted “MD_ICC_Projected”, the result is like the screen shot below.

[pic]

c. Append the result updated to the exiting feature layers

After having the extracted ICC route and updated their attributes column, now we can use them to append to the existing feature layers in CHARTBG. That means the target feature layers to be appended are as below:

• GD_MDINTERSTATES

• GG_MDINTERSTATESTEST

• GG_MDINTERSTATESINVDIR

• GD_SHAGRIDCENTERLINE

The whole appending steps and ArcSDE command line are as following.

1. Uploading the created ICC route shp file to be SDE feature class in the geodatabase by using the command line.

shp2sde -o create -l MD_ICC_NO_RAMP,shape -f MD_ICC_NO_RAMP.shp -a all -c 2000 -v -D CHARTBG -i sde:sqlserver:10.2.110.10 -s 10.2.110.10_chartbg -u dba -p theforce

Here we used the “shp2sde” command line and upload a shape file “MD_ICC_NO_RMP” into ArcSDE geodatabase, the feature class name also called “MD_ICC_NO_RAMP”, the database is called “CHARTBG” in server “10.2.110.10”. The “MD_ICC_NO_RAMP” can be used to append the “GG_MDINTERSTATESTEST” feature class since it is double route feature layer.

Similar process for other ICC route shp file also can be uploaded into the ArcSDE geodatabase, as the result there are 4 feature classes are uploaded into the geodatabase for appending use.

• MD_ICC_INVENTORY a single ICC route – append to GG_MDINTERSTATESINVDIR

• MD_ICC_DISSOLVE a double ICC route – append to GG_MDINTERSTATESTEST

• MD_ICC_NO_RAMP a detailed ICC route – append to GD_MDINTERSTATES

• MD_ICC_SHAGRID a detailed ICC route (include ramps) – append to GD_SHAGRIDCENTERLINE

2. Appending process using ArcToolbox

From the ArcToolbox find the Data Management Tools, then inside of the toolset “General” there is a tool called “Append”, double click the tool “Append” the Append box appears, then browse to the above ICC route feature class for example, the MD_ICC_SHAGRID, then select the Target Dataset in the same geodatabase here is the GG_SHAGRIDCENTERLINE. Finally click “OK” button, the ICC can be appended to the GG_SHAGRIDCENTERLINE feature class. The screen shot can be look as the below.

[pic]

3. Export and import the SDX file for other Geodatabase update use. Since we have created the ICC route feature classes, and successfully append them into the ArcSDE geodatabase, we can use the result for other CHARTBG update in different server for example (distnode1chart and devchart). When we export the MD feature classes to SDX file, the ArcSDE command used here is:

sdeexport -o create -l MD_ICC_INVENTORY,shape -f GG_MDINTERSTATESINVDIR_ICC.sdx -D CHARTBG -i sde:sqlserver:10.2.110.10 -s 10.2.110.10_chartbg -u dba -p theforce

sdeexport -o create -l MC_ICC_SHAGRID,shape -f GD_SHAGRIDCENTERLINE_ICC.sdx -D CHARTBG -i sde:sqlserver:10.2.110.10 -s 10.2.110.10_chartbg -u dba -p theforce

sdeexport -o create -l MD_ICC_NO_RAMP,shape -f GD_MDINTERSTATES_ICC.sdx -D CHARTBG -i sde:sqlserver:10.2.110.10 -s 10.2.110.10_chartbg -u dba -p theforce

sdeexport -o create -l MD_ICC_DISSOLVE,shape -f GG_MDINTERSTATESTEST_ICC.sdx -D CHARTBG -i sde:sqlserver:10.2.110.10 -s 10.2.110.10_chartbg -u dba -p theforce

The exported SDX results are located in the directory D:\ICC_Shailesh\SDE_Export folder on the ChartDevGIS server.

[pic]

When we use these SDX file to append other CHARTBG geodatabase, we have to use the ArcSDE import command like the below:

sdeimport -o append -l GD_MDINTERSTATES,shape -f GD_MDINTERSTATES_ICC.sdx -D CHARTBG -i sde:sqlserver:distnode1chart -s distnode1chart -u dba -p theforce

sdeimport -o append -l GD_SHAGRIDCENTERLINE,shape -f GD_SHAGRIDCENTERLINE_ICC.sdx -D CHARTBG -i sde:sqlserver:distnode1chart -s distnode1chart -u dba -p theforce

sdeimport -o append -l GG_MDINTERSTATESINVDIR,shape -f GG_MDINTERSTATESINVDIR_ICC.sdx -D CHARTBG -i sde:sqlserver:distnode1chart -s distnode1chart -u dba -p theforce

sdeimport -o append -l GG_MDINTERSTATESTEST,shape -f GG_MDINTERSTATESTEST_ICC.sdx -D CHARTBG -i sde:sqlserver:distnode1chart -s distnode1chart -u dba -p theforce

6. Update the exiting Map document with ICC labeling shows in different scales

After the existing Feature Classes were updated with ICC route features, we have to update the existing ArcGIS service used Map file for example ChartBG.mxd. (C:\arcgisserver\MapDocument\ MD_200_ICC\ChartBG.mxd)

In the ChartBG.mxd, we need to update these feature class labeling to show the ICC route. [200]

[pic]

a. Update the MD Interstates (Inventory Direction) labeling by using the VB script, in the Label Expression, we check the “Advanced” expression box and fill the script below. Then the label will be show on the ICC route like the map here.

Function FindLabel ( [MP_RTE_NO] )

IF [MP_RTE_NO] = 200 then

FindLabel = [MP_RTE_NO]

End IF

End Function

[pic]

b. Update the MD Interstates (Gen) labeling by using VB script, like the process above, we add a VB script, the purpose of the VB script is to show other interstates route label without showing the MD 200. The screen shot can be presented below

Function FindLabel ( [MP_RTE_NO] )

IF [MP_RTE_NO] 200 then

FindLabel = [MP_RTE_NO]

END IF

End Function

[pic]

[pic]

6. Update ArcGIS Service cache based on the Map document updated feature layers and labeling

7. Test the whole geodatabase feature layer update in production application

Similar Documents

Free Essay

Les Enfants Passent Trop de Temps Devant La Télé. Etes – Vous D’accord?

...Nombreux sont ceux qui disent que les enfants passent trop de temps devant la télévision, et pour beaucoup d’enfants – c’est le cas. Selon les chiffres officielles, il y a des enfants qui passent jusqu'à trente-deux heures par semaine devant des écrans, soit en jouant des jeux vidéo, soit en regardant des émissions – qui n’est pas bien pour le développement du cerveau. Aussi, apart les risques pour la santé associé avec la télévision – comme l’effet sur la durée de la concentration – un enfant pourrait faire du sport au lieu de regarder la télé, donc en plus la télé est lié avec un grand problème de l'obésité en Angleterre. D’autre part c’est une déclaration très generalisé de dire que chaque enfant est la même, parce qu’il y a beaucoup d’enfants qui ne regardent la télé aussi souvent. Dans mon école primaire, j’ai eu quelques amis qui n’avais pas la permission de regarder la television du tout. Chez–moi, ma mere l’a interdit, sauf que pendant le weekend, parce qu'elle a pensé que la television a affecté notre travaille scolaire. Si j'étais permit de me reposer devant une émission, normalement je choisirais une documentaire au une chose comme ça, donc la télé peut avoir un effet positif ainsi que negatif. Donc pour faire le point de l'affaire: d’une part je connais des enfants qui ne regardent jamais la télé, mais d’autre part il y a des enfants à l’autre extrême. Selon moi dans l'avenir c'est important d’assurer que les enfants qui regardent trop de la télé, regarderont...

Words: 257 - Pages: 2

Premium Essay

Temp

...BOX 1: Mumbai Mobile Crèches - MMC The MMC is a corporate body registered under S-25 of the Indian Companies Act 1956 with the objective of serving the needs of ‘children on construction sites’. It undertakes extensive activities on a large scale to develop the children of construction workers who, left to themselves are poor, uneducated and vulnerable. . Their main flagship activity is to cater to the educational needs of children right from the day they are born. It runs crèches for children of the 0-3 year age group, Balwadis for children belonging to the age group of 3-5 years, and school for children of the age group of 6 years and above. The organization helps its school children to move to mainstream education by helping the children to enroll in nearby municipal schools. Children from all parts of the country take advantage of its schemes. The children are also given the enjoyment of field trips and educational outings. It brings children, parents, and teachers together on a common platform. It also trains women belonging to the families of construction workers to become teachers. It also attends to the needs of preventive health and nutrition of the children who normally have little access to these services. The MMC draws on extensive sources for fund raising and resource mobilization. It contacts builders, government bodies, academic institutions, industrialists and other civil society organizations to get donations in cash and kind. Reputed...

Words: 894 - Pages: 4

Premium Essay

Temp

...Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp Temp Temp temp temp temp temp temp temp temp temp temp temp temp temp temp temp...

Words: 289 - Pages: 2

Free Essay

Mon Ordinateur Et Moi

...J’utilise mon ordinateur pour écrire de courrier électronique à mes parents et mes professeurs. Pour moi, mon ordi c’est mon supermarché virtuel parce que je fais beaucoup des achats en ligne, comme des vêtments ou des lunettes de soleil. Je n’ai jamais acheté la nairriture sur L’ordinateur parce que c’est bizarre. Des pages d’internet/Des sites WEB comme la wikipedia et Google sont utilisées fréquemment et le plus pour faire mes travaux scolaires. De temps en temps je télécharge de la musique. Je l’aime pour organiser des voyages pour cette raison je planifie et je réserve les hotels et les vols sur mon ordinateur. Depuis le nouveau mes parents j’utilise l’ordinateur. Depuis le nouveau mes parents j’utilise l’ordinateur pour le skype. Deux raisons pourqoui un ordinateur est nécessaire. Avec obtenir l’ordinateur des ressources dans le monde entier. Le deuxième raison pour avoir un ordinateur c’est pour gagner du temps pour autre chose. Par exemple, on ne doit plus faire aucun achat peut sortir avec des amis dans un bar. Les avantages des ordinateurs ont. On communique avec toutes les personnes à travers le monde. C’est possible pour télécharge de tout quantité de matière. Avec l’ordinateur j’ai l’accès à internet. Un ordinateur fait la vie plus facile. Cependant il y a des inconvénients avec l’usage de l’ordinateur. Le premier inconvénient est qu’un ordinateur est cher. L’ordinateur est plus grand, plus lourd et plus cher qu’iPad ou le téléphone mobile avec fonctions comme...

Words: 332 - Pages: 2

Premium Essay

Temp

...14/02/2013 ZeeNews BSE | NSE | World DNA Biz Bollywood Current Account Deficit could exceed 4.2% in current fiscal: Rangarajan TV & Videos Travel Cars Cricket Health Colleges Career Advice Mobile Property Free Mail NSE Prices Search... Quotes Go February 14, 2013 HOME In-Focus NEWS Bullion SHARE BAZAAR Personal Finance COMPANY WATCH Property Plus MUTUAL FUND Gadgets & More DERIVATIVES Wheelocity IPO Pics MANDI FOREX BUDGET 2013 Press Releases Slideshows Videos SENSEX 19497 -110.90 NIFTY 5897 -36.00 PORTFOLIO TOP NEWS MOST READ MOST VIEWED Budget 2013: Congress leaders ask FM to raise IT exemption limit 2G: SC dismisses curative petitions of telcos and Raja GST panel to frame model GST law; 3 committees to address issues No loans to troubled Sahara companies; has Rs 800 crore in deposits: SBI Samsung takes on Nokia with 'smarter' Rex series; price starts at Rs 4,000 Current Account Deficit could exceed 4.2% in current fiscal: Rangarajan Last Updated: Thursday, February 14, 2013, 14:46 0 Tw eet Like 0 Tags: India's current account deficit , India's economy , India's GDP grow th , C Rangarajan New Delhi: Amid widening trade gap, the Current Account Deficit (CAD) this year is likely to exceed 4.2 percent of GDP recorded in 2011-12, said Prime Minister's Economic Advisory Council (PMEAC) Chairman C Rangarajan said. "The CAD will be higher than last year's level. We expect the third quarter figures will...

Words: 652 - Pages: 3

Free Essay

Temp

...Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk lajd ajdkfj kajdfkl kfjgkfjg akjdkfjfgkf kjfg; alsdjf ad kjdfkj kjdsfkjd Urafkd Sdkfj kjkd eiukjfks as a dfjf eiujf ajasdkjsf kjdfkj sghuj asfdsfj Abcdef Asjdkajsk Sjdkfds ;safjkldjf kjsdfk...

Words: 297 - Pages: 2

Free Essay

Hermes International

...Hermès, les fruits d’une stratégie internationale conservatrice Introduction Groupe mondial qui a vu le jour en 1837, Hermès constitue un cas atypique dans l'univers du luxe. Cette société, que beaucoup d'observateurs et de clients considèrent comme une icône, est en effet cotée en bourse mais par ailleurs toujours détenue à 72% par la famille du fondateur, Thierry Hermès. Elle cultive son particularisme avec une approche du temps, des risques, des acquisitions ou encore de la croissance qui lui sont propres. D'aucuns parlent de frilosité. D'autres d'une stratégie cohérente, axée sur le long terme, inhérente à une entreprise en mains de la même famille depuis près de deux siècles. Une politique qui porte ses fruits puisque le groupe dégage des ventes de près de deux milliards d'euros, avec une marge de plus de 25%. La prestigieuse maison vise des ventes stables en 2015, alors que d'autres groupes s'étiolent. Hermès poursuivra sa stratégie à long terme fondée sur la créativité, la maitrise des savoir-faire, le développement de son réseau de distribution, le renforcement de ses capacités de production et la sécurisation de ses approvisionnements. Le groupe refuse toute association à une « industrie du luxe » (dont font partie ses concurrents majeurs comme Kering ou LVMH) et joue ainsi « cavalier seul » sur un marché du luxe saturé. Cela inclut donc la qualité et la durabilité des produits, plus qu’une approche industrielle du savoir-faire Hermès. Toutefois, il convient de...

Words: 9320 - Pages: 38

Free Essay

Uhgfvh

...Le teT- essous concerne les préts bancaires aux étudiants. Compiétez-le avec trois cies cinq phrases a. e. proposées. -. a. Far conséquent, les banques ne prétent pas facilernent aux jeunes. b. Ainsi, les élves des grandes écoles sorit particulirement favorisés. c. II faut parfos aller voir un banquíer. d. lis proposent tous des préts aux étudiants. e. En revanche, les taux d’intérét sont peu élevés. Étudiant aujourd’hui, client demain Selon une enquete recente de I lnsee cnq années d’études supéríeures en dehors dU domicile familial coűtent en moyenne 47 750 euros. Pour régler une telle somme, l’aide des parents, les bourses d’études et les petits boulots ne suffisent pas toujours. [1 premier compte bancaire » explique Jean Marc Noir, directeur d’une agence bancaire parisienne. . - ] Les établissements financiers le Mais les étudiants ne sorit pas traités sur un pied d’égalité plus la formation sulvie est Iongue et prestigleuse, plus le montant prété est important et moins le taux est élevé. « savent bien. [2 ] Car les étudiants cons« Un. tituent une cible prioritaire. Ii est plus facile de conquenr une personne non bancarísee que de ravir un client a la concurrence C est a I age des etudes supeneures, entre 16 et 21 ans, que 60 Y des jeunes ouvrent leur étudiant nous intéresse d’autant plus.qué son avenír professionnel est prometteur »‚ recon naTt Florence Cheutin, chef de prodütt dun banque belge [3 .. .- ] - 7 6. VOCABULAIRE Q Compiétez avec les verbes suivants:...

Words: 14946 - Pages: 60

Free Essay

Gestion Des Risques

...La gestion des risques dans les entreprises françaises : état des lieux et émergence d’une approche cognitive et organisationnelle Caroline Aubry Maître de conférences Université Toulouse III - Laboratoire Gestion et Cognition (LGC) (EA 2043) IUT A Paul Sabatier , Département Techniques de Commercialisation, 115 F route de Narbonne, BP 67601, 31.077 Toulouse Cedex 04 Tél : 05.62.25.81.50 / Fax : 05.62.25.81.70 E-mail : caroline.aubry@iut-tlse3.fr Résumé Les objectifs de cette communication sont de savoir où en sont les entreprises françaises face aux risques et leur gestion, d’en proposer une approche globale intégrant la dimension cognitive. La vision des entreprises face au concept de risque, leur démarche de gestion des risques, les bénéfices attendus, les obstacles rencontrés sont analysés. Mots-clés : cognition, gestion gestionnaire de risques, risque. des risques, Abstract The objectives of this paper are to know which position the French firms have in front of risks and their management and to propose a global approach of risks including a cognitive perspective. We investigate the firms view on the risk, the way they manage theirs risks, the expected advantages, the encountered impediments. Key-words : knowledge, risk, risk-management, risk manager. 1 « Le risk-management : tout le monde en parle mais que fait-on ? », tel est le titre d’une table ronde organisée par le CREFIGE1 en 2003. Propulsée sur le devant de la scène dans un environnement marqué par la complexité...

Words: 8301 - Pages: 34

Free Essay

Is Globalization the End of State Sovereignty

...déterminer leur localisation, leurs approvisionnements, leur financement, leurs circuits de commercialisation, leurs recrutements, voire leurs débouchés à l'échelle mondiale, en comparant les coûts et les avantages que leur procure chacune des solutions nationales envisageables.» (Alternatives Économiques, 22 janvier 2010). Comme le prouve cette définition, avec une omission intentionnée de l’État dans le processus, on peut suggérer que ce dernier perd sa souveraineté au profit de la mondialisation. Mais comment exactement les États perdent leur souveraineté? Nous allons essayer de répondre à cette question par le biais d’une analyse approfondie des différents facteurs qui jouent un rôle dans cette perte de souveraineté. Dans un premier temps nous allons parler de la Banque mondiale et du FMI et leurs ajustements structurels, comment les ajustements structurels et réformes économiques mis en place par la banque mondiale et le FMI poussent les États à perdre leur...

Words: 3071 - Pages: 13

Free Essay

Orleans1

...Le marché de la communication par l’événement sportif Essai de systématique 1ère partie Alain SCHOENY Responsable de la Licence Professionnelle en Management des Organisations « Gestion et Organisation des Spectacles, Manifestations et Evénements sportifs » à l’UFR STAPS de l’Université d’Orléans Correspondant local pour la RFMS La communication par l’événement sportif est présentée aujourd’hui par les spécialistes du marketing et de la communication comme un média tout à fait spécifique, lui offrant une place légitime dans les plans stratégiques des organisations1. Les enjeux grandissants du marketing de communauté trouvent notamment dans ce processus de communication des éléments favorisant la proximité, l’interactivité et l’implication entre les différents acteurs exposés. Cependant ce récent moyen de communication souffre d’un manque de définition provoquant une source de confusion et une relative perte de sens. Dans le secteur sportif, il en est de même. A travers la notion de « sport-spectacle » développée par Sobry (2003), on discerne une réelle modification dans l’organisation et le déroulement des rencontres sportives. Ce mélange des genres, comme le note Loret (1995), amène certaines pratiques sportives à être perçu plus comme des spectacles que des sports. Dans le secteur de l’événementiel, il en est tout autant avec le développement des pratiques sportives hors stades, out-doors et les pratiques sportives d’expression comme la danse sportive et sur glace par...

Words: 1309 - Pages: 6

Free Essay

Les Idées Philosophiques Qui Sous-Tendent La Pensée Constitutionnaliste Moderne

...Les écrits du philosophe Jean-Jacques Rousseau a eu une influence profonde sur l'idée de créer un nouveau peuple et une nouvelle nation à l'èpoque de la France révolutionnaire. Ses principes sont refletés dans le raisonnement politique autrefois et actuellement. Au cours de sa durée de vie il avait eté approché à rédiger les Constitutions pour l'île de Corse et de la Pologne, et ses convictions dans ses écrits ont entraîné à l'élaboration des structures gouvernmentales modernes et méthodes juridiques actuelles. Évidemment, Rousseau a bien sûr cotisé à la pensée constitutionaliste moderne. En examinant les écrits philosophiques de Rousseau, les plus influents sur l'éruption de la Révolution Française et sur la pensée politique moderne sont ''Discours sur l'Origine et les Fondements de l'Inégalité'' et ''Du Contrat Social''. Rousseau commence son ''Discours sur l'Inégalité'' avec le concept qu'il y a deux catégories de l'inégalité chez les hommes; la première étant les différences entre la qualité de l'homme, comme les caractéristiques de force ou d'intelligence, la deuxième étant les inégalités qui se surviennent des conventions qui gouvernent notre société. Rousseau blâme celui-ci, ce dernier pour l'élaboration de corruption parmi les hommes.1 Selon Rousseau, l'homme initial n'était pas un caractère social, et il était content; suivant l'introduction des sociétés civiles, dans le but d'avantages mutuels pour le peuple, leur état satisfait a été interrompu comme ils aspiraient...

Words: 1574 - Pages: 7

Free Essay

French Writers

...Hippolyte Jean GiraudouxN 1 est un écrivain1 et un diplomate français, né le29 octobre 1882 à Bellac en Haute-Vienne et mort le 31 janvier 1944 à Paris. Brillant étudiant et soldat décoré pendant la Première Guerre mondiale, il occupe des fonctions diplomatiques et administratives tout en écrivant des romans(Suzanne et le Pacifique en 1921, Siegfried et le Limousin en 1922) avant de se diriger vers le théâtre après sa rencontre avec le comédien Louis Jouvet qui mettra en scène et interprétera ses œuvres principales. Il est aujourd'hui surtout connu pour son théâtre qui compte des pièces célèbres comme Amphitryon 38 (1929), La guerre de Troie n'aura pas lieu (1935), Électre(1937) ou Ondine (1939) ou La Folle de Chaillot jouée en 1945 après sa mort. Jean Giraudoux a participé comme d'autres dramaturges des années 1930-1940(Cocteau, Anouilh, Sartre, Camus par exemple) à la réécriture des mythesantiques éclairés par les mentalités modernes. Il a su allier fantaisie poétique et goût pour les images insolites et également associer le tragique et le léger dans une langue élégante et fine, parfois même poétique Jean Giraudoux meurt à Paris le 31 janvier 1944, à l'âge de soixante et un ans, à la suite d'un empoisonnement alimentaire ou d'une inflammation du pancréas. la guerre de Troie n'aura pas lieu Hector et Ulysse restent en tête-à-tête. Ni l'un ni l'autre ne veut la guerre. Mais ils sentent que le destin semble en décider autrement. Ulysse accepte de partir le plus rapidement...

Words: 1280 - Pages: 6

Free Essay

Droit

...LE NOUVEAU CODE DE LA FAMILLE MAROCAIN RAPPORT ETABLI PAR DES MAGISTRATS FRANÇAIS A L’ISSUE D’UN VOYAGE D’ETUDE (du 19 au 29 juin 2007) SUR L’APPLICATION DE CETTE LEGISLATION Voyage organisé conjointement par le Ministère de la Justice du Royaume du Maroc et l’Ambassade de France, avec le concours de l’Ecole Nationale de la Magistrature. composition du groupe : - Joseph Taillefer, président de chambre à la Cour d’Appel de Rennes, - Jean-Paul Eichler, président de chambre à la Cour d’Appel de Colmar, - Marie-Christine Leroy, conseillère à la Cour d’Appel d’Aix en Provence, - Dominique Nolet, conseillère à la Cour d’Appel de Pau, - Martine Escolano, première vice-président du tribunal de grande instance de Nancy - Dominique Avon, conseillère à la Cour d’Appel de Montpellier, - Alfred Birgert, vice-président du tribunal de grande instance de Nancy, - Chantal Giraud, vice-présidente du tribunal de grande instance de Besançon, - Michel Blanc, président du tribunal de grande instance de Blois, - Dominique Martin Saint Léon, président du tribunal de grande instance de Bonneville. INTRODUCTION Le nouveau Code de la Famille marocain est entré en vigueur le 5 février 2004. Selon la convention bilatérale du 10 août 1981 relative au droit de la famille, il est applicable aux marocains résidant en France, devant les juridictions françaises. Il s'agit d'une oeuvre considérable, qui englobe tous les aspects du Droit des personnes: le mariage, la filiation, la capacité, les testaments et les...

Words: 11056 - Pages: 45

Premium Essay

Temp

...KANGEN WATER Lower than 2.7 Strong Acidic Water Not suitable as drinking water Sanitary water/ Disinfect & clean - Hand Sanitizer! -Put in spray bottle & mist on -Washing hands -Wash, then rinse with Strong Acidic Water to disinfect -Clean cuts & scrapes/ skinSpray on burns -Soak feet to resolve fungal toenails & athlete’s foot -Dab on cold sores, pimples/ skin -for bacteria & viruses -Disinfect tooth brushes -Brush teeth with -Gargle for 1 min to kill bacteria. Also provides safe bleaching of the teeth. Rinse acid water off teeth when thru gargling and brushing -Water acid- loving plants -Use 3 times during growing Season for growth & blossoms -For cleaning foods -Keep water running as do it, to ensure continuous disinfection. Short time only -To disinfect utensils, dish cloths, towels & containers -Use separate container when washing. Rinse & allow to dry thoroughly -Washing metal objects -Wash with Strong Acidic water, then rinse with tap water- allow tap water to clean out drain. -Spray on counters/ surfaces -Remove stains from clothes -Use as insecticidal Ph 4.0-Ph 6.5 Acidic Water Water for Beauty For cleaning various things -Washing dishes -come out sparkling clean -Polishing -Mirrors, eyeglasses, glass objects, windows, & knife sharpeners -Housecleaning -Hardwood floors, ceramic tiles/ no sticky residue -Add to bath water -Keeps tub free of bathtub rings. Bathing in this water warms the body & keeps skin beautiful -Washing your face -Astringent...

Words: 635 - Pages: 3