Calculate Field and Convert Time Field Tools
Calculate Field
أداة حساب حقل
ArcMap ArcGIS
How to Calculate Field Tool in ArcToolbox ArcMap ArcGIS??
كيفية استخدام أداة حساب حقل ArcToolbox ArcMap
ArcGIS ؟؟
Path
to access the toolمسار الوصول الى الأداة
:
Calculate
Field Tool, Fields Toolset, Data
Management Tools Toolbox
Calculate Field
Calculates the values of
a field for a feature class, feature layer, or raster.
تحسب قيم الحقل لفئة المعالم أو طبقة المعالم أو
البيانات النقطية.
1. Input Table جدول الإدخال
The table containing the
field that will be updated with the new calculation.
الجدول الذي يحتوي على الحقل الذي سيتم تحديثه
بالحساب الجديد.
2. Field Name اسم الحقل
The field that will be
updated with the new calculation.
الحقل الذي سيتم تحديثه بالحساب الجديد.
3. Expression تعبير
The simple calculation
expression used to create a value that will populate the selected rows.
تعبير الحساب البسيط المستخدم لإنشاء قيمة تملأ
الصفوف المحددة.
4. Expression Type (optional) نوع
التعبير (اختياري)
Specifies the type of
expression that will be used.
·
VB—The expression will be written in a standard VB format. This is
the default.
·
PYTHON—The expression will be written in a standard Python format.
Use of geoprocessor methods and properties is the same as creating a 9.2
version geoprocessor.
·
PYTHON_9.3—The expression will be written in a standard Python
format. Use of geoprocessor methods and properties is the same as creating a
9.3 version geoprocessor.
Field calculations with
a VB Expression type are not supported on 64-bit products, including ArcGIS
Pro, ArcGIS Desktop—Background Geoprocessing (64-bit)—and ArcGIS Server. To
successfully use Calculate Field in these products, expressions should be
converted to Python, or in the case of Background Geoprocessing (64-bit),
background processing can alternatively be disabled.
يحدد نوع التعبير الذي سيتم استخدامه.
• VB— سيتم
كتابة التعبير بتنسيق VB قياسي. هذا هو
الافتراضي.
• PYTHON -
سيتم كتابة التعبير بتنسيق Python
القياسي. استخدام طرق وخصائص المعالجات الجيولوجية هو نفسه إنشاء معالج جغرافي
إصدار 9.2.
• PYTHON_9.3 - ستتم كتابة التعبير بتنسيق Python
القياسي. استخدام طرق وخصائص المعالجات الجيولوجية هو نفسه إنشاء معالج جغرافي
إصدار 9.3.
لا يتم دعم العمليات الحسابية الميدانية باستخدام
نوع VB Expression في منتجات 64 بت ، بما
في ذلك ArcGIS Pro و ArcGIS Desktop— المعالجة الجغرافية في الخلفية (64 بت) —و ArcGIS Server. لاستخدام Calculate Field بنجاح
في هذه المنتجات ، يجب تحويل التعبيرات إلى Python ، أو
في حالة المعالجة الجغرافية في الخلفية (64 بت) ، يمكن بدلاً من ذلك تعطيل معالجة
الخلفية.
5. Code Block (optional) كتلة
التعليمات البرمجية (اختياري)
A block of code that
will be entered for complex expressions.
كتلة من التعليمات البرمجية التي سيتم إدخالها للتعبيرات المعقدة.
Convert Time Field
أداة حقل تحويل
الوقت
ArcMap ArcGIS
How to Convert Time Field Tool in ArcToolbox ArcMap ArcGIS??
كيفية استخدام أداة حقل تحويل الوقت ArcToolbox ArcMap ArcGIS ؟؟
Path
to access the toolمسار الوصول الى الأداة
:
Convert
Time Field Tool, Fields Toolset, Data Management Tools Toolbox
Convert Time Field
Converts time values
stored in a string or numeric field to a date field. The tool can also be used
to convert time values stored in string, numeric, or date fields into custom
formats such as day of the week and month of the year.
يحول قيم الوقت المخزنة في سلسلة أو حقل رقمي إلى
حقل تاريخ. يمكن أيضًا استخدام الأداة لتحويل قيم الوقت المخزنة في حقول سلسلة أو
رقمية أو تاريخ إلى تنسيقات مخصصة مثل يوم الأسبوع وشهر السنة.
1. Input Table جدول الإدخال
The layer or table that
contains the field containing the time values that need to be converted.
الطبقة أو الجدول الذي
يحتوي على الحقل الذي يحتوي على قيم الوقت التي يجب تحويلها.
2. Input Time Field حقل الوقت المدخل
The field containing the
time values. May be of type short, long, float, double, text, or date.
الحقل الذي يحتوي على قيم الوقت. قد يكون من النوع
قصير أو طويل أو عائم أو مزدوج أو نص أو تاريخ.
3. input Time Format تنسيق الوقت
المدخل
The format in which the
time values were stored in the input time field. Either a standard time format
can be selected from the drop-down list or a custom format can be entered.
The format strings are
case sensitive.
·
If the data type of the time field is date, no time format is
required.
·
If the data type of the time field is numeric (Short, Long, Float,
or Double), a list of standard numeric time formats is provided in the
drop-down list.
·
If the data type of the time field is string, a list of standard string
time formats is provided in the drop-down list. For string fields, you can also
choose to specify a custom time format. For example, the time values may have
been stored in a string field in one of the standard formats such as yyyy/MM/dd
HH:mm:ss or in a custom format such as dd/MM/yyyy HH:mm:ss. For the custom
format, you can also specify the a.m., p.m. designator. Some commonly used
formats are listed below:
oyyyy - Year represented by four digits.
oMM - Month as digits with leading zero for
single-digit months.
oMMM - Month as a three-letter abbreviation.
odd - Day of month as digits with leading zero
for single-digit days.
oddd - Day of week as a three-letter
abbreviation.
ohh - Hours with leading zero for single-digit
hours; 12-hour clock.
oHH - Hours with leading zero for single-digit
hours; 24-hour clock.
omm - Minutes with leading zero for single-digit
minutes.
oss - Seconds with leading zero for single-digit
seconds.
ot - One character time marker string, such as A
or P.
ott - Multicharacter time marker string, such as
AM or PM.
التنسيق الذي تم تخزين قيم الوقت به في حقل وقت
الإدخال. يمكن تحديد تنسيق الوقت القياسي من القائمة المنسدلة أو إدخال تنسيق
مخصص.
سلاسل التنسيق حساسة لحالة الأحرف.
• إذا كان نوع بيانات حقل
الوقت هو التاريخ ، فلا يلزم تنسيق الوقت.
• إذا كان نوع بيانات حقل
الوقت رقمي (قصير أو طويل أو عائم أو مزدوج) ، يتم توفير قائمة بتنسيقات الوقت
الرقمية القياسية في القائمة المنسدلة.
• إذا كان نوع بيانات حقل
الوقت عبارة عن سلسلة ، يتم توفير قائمة بتنسيقات وقت السلسلة القياسية في القائمة
المنسدلة. بالنسبة لحقول السلسلة ، يمكنك أيضًا اختيار تحديد تنسيق وقت مخصص. على
سبيل المثال ، ربما تم تخزين قيم الوقت في حقل سلسلة بأحد التنسيقات القياسية مثل yyyy / MM / dd HH: mm: ss أو بتنسيق مخصص مثل dd / MM / yyyy HH: mm: ss. بالنسبة للتنسيق المخصص ، يمكنك أيضًا تحديد ص ، م. المعين. بعض
التنسيقات شائعة الاستخدام مذكورة أدناه:
o yyyy -
السنة ممثلة بأربعة أرقام.
o MM -
الشهر كأرقام بصفر بادئ للأشهر المكونة من رقم واحد.
o MMM -
الشهر كاختصار مكون من ثلاثة أحرف.
o dd - يوم
من الشهر كأرقام بصفر بادئ للأيام المكونة من رقم واحد.
o ddd - يوم
من الأسبوع كاختصار مكون من ثلاثة أحرف.
o hh -
الساعات بصفر بادئ للساعات المكونة من رقم واحد ؛ تنسيق 12 ساعة.
o HH - الساعات
بصفر بادئ للساعات المكونة من رقم واحد ؛ ساعة بنظام 24 ساعة.
o مم -
الدقائق بصفر بادئ للدقائق المكونة من رقم واحد.
o ss -
الثواني بصفر بادئ للثواني المكونة من رقم واحد.
o t -
سلسلة محدد الوقت ذات الحرف الواحد ، مثل A أو P.
o tt -
سلسلة مُحدِّد زمني متعدد الأحرف ، مثل AM أو PM.
4. Output Time Field حقل الوقت المدخل
The name of the output
field in which the converted time values will be stored.
اسم حقل الإخراج الذي سيتم فيه تخزين قيم الوقت
المحولة.
5. Output Time Type (optional) نوع
الوقت المدخل (اختياري)
The data type of the
output time field.
·
DATE—Date and/or time
·
TEXT—Any string of characters
·
LONG—Whole numbers between -2,147,483,648 and 2,147,483,647
·
SHORT—Whole numbers between -32,768 and 32,767
·
DOUBLE—Fractional numbers between -2.2E308 and 1.8E308
·
FLOAT—Fractional numbers between -3.4E38 and 1.2E38
نوع بيانات حقل وقت الإخراج.
• التاريخ - التاريخ و /
أو الوقت
• نص — أي سلسلة من
الأحرف
• طويل — الأعداد الصحيحة
بين -2،147،483،648 و 2،147،483،647
• SHORT -
الأعداد الصحيحة بين -32768 و 32767
• DOUBLE -
الأعداد الكسرية بين -2.2E308 و 1.8E308
• FLOAT -
الأعداد الكسرية بين -3.4E38 و 1.2E38
6. Output Time Format (optional) تنسيق
الوقت المدخل (اختياري)
- The format in which the output time values will be saved. The list of output time formats depends on the output data type specified for the output time field. A custom format can also be used when the data type of the output time field is not Date. For a list of custom formats, see the explanation of Input Time Format.
- If the data type of the output time field isn't long enough to store the converted time value, the output value will be truncated.
- التنسيق الذي سيتم حفظ قيم وقت الإخراج. تعتمد قائمة تنسيقات وقت الإخراج على نوع بيانات الإخراج المحدد لحقل وقت الإخراج. يمكن أيضًا استخدام تنسيق مخصص عندما لا يكون نوع بيانات حقل وقت الإخراج هو التاريخ. للحصول على قائمة بالتنسيقات المخصصة ، راجع شرح تنسيق وقت الإدخال.
- إذا لم يكن نوع بيانات حقل وقت الإخراج طويلاً بما يكفي لتخزين قيمة الوقت المحول ، فسيتم اقتطاع قيمة الإخراج.
اليك صفحه ومجموعة على الفيس بوك لتعلم أكثر بما يخص نظم المعلومات الجغرافية (GIS) و برنامج ArcGIS Pro من خلال هذه الروابط:
تعليقات
إرسال تعليق