نتائج البحث

  1. ا

    Convert shapefile to WGS84

    I have a shapefile with shapelength and shapearea, and would like to convert to WGS84 to use with ggmap. Eventually, I would like to get plot google map of individual regions of the shapefile, and overlay it with other date What can I use in R program to do this, i.e. convert to WGS84...
  2. ا

    how to remove duplicate values geojson on feature.properties.name?, using leaflet one

    I have duplicate value into select combobox, using oneachfeature and geojson the values are into combobox select, أكثر...
  3. ا

    Submarine Cable Map is one of the best maps of 2015

    Every year TeleGeography – a telecom data research firm, releases a stunning map related to global communications. This year’s map shows global submarine internet cables. We are not aware of it but 99% of all international data is transmitted via this under water network. Without them, the world...
  4. ا

    رؤية إستراتيجية إعلامية لتعزيز ثقافة العمل التطوعي في المجتمع السعودي

    رؤية إستراتيجية إعلامية لتعزيز ثقافة العمل التطوعي في المجتمع السعودي العتيبي، سلطان بن نواف عبدالله مشكلة الدراسة: تكمن مشكلة الدراسة في غياب الرؤى الاستراتيجية الاعلامية التي تسهم في اشاعة ثقافة التطوع في المجتمع السعودي، ولمواجهة ضعف الثقافة التطوعية في المجتمع السعودي فقد صاغ الباحث التساؤل...
  5. ا

    واقع الأمن الوظيفي لرجال الأمن وعلاقته بأدائهم الوظيفي : دراسة تطبيقية على ضباط شرطة

    واقع الأمن الوظيفي لرجال الأمن وعلاقته بأدائهم الوظيفي : دراسة تطبيقية على ضباط شرطة منطقة الباحة الغامدي، عبدالخالق بن إسماعيل عبدالخالق مشكلة الدراسة: تبلورت مشكلة الدراسة ف الإجابة على التساؤل الرئ سٌ التال :- ما واقع الأمن الوظ ٌف لرجال الأمن وما علاقته بأدائهم الوظ فٌ ؟ً أهداف الدراسة...
  6. ا

    Split by Attribute without making separate new feature classes or shapefiles

    I would like to automatically split a featureclass by a specific field. I've seen a few tools online and on XToolsPro, but what it does is create multiple NEW shapefiles or feature classes. What I would like is for a way to make multiple "layers" that show different views based on definition...
  7. ا

    How to iterate through all geometries using a search cursor?

    I would like to use a python add-in which uses a button click to iterate through each selected polygon one by one. The following code manages to zoom only to the first polygon. How can I adapt it to zoom to each selected polygon? mxd = arcpy.mapping.MapDocument('CURRENT') df =...
  8. ا

    Python: how to set a different output folder

    I want to transform some vectors to rasters in my folder but I have difficulties setting the output folder. The following code only allows me to output to the original database. I hope to output all results to the same folder instead of in their original database. Thanks for any help! import...
  9. ا

    Loading geoserver WMS raster layer in QGIS python console

    I am using the following snippet to load a raster layer deployed under wms service using geoserver, in qgis python console. I am getting False output. Any idea? registry = QgsMapLayerRegistry.instance() urlWithParams =...
  10. ا

    Where can I find a list of states, districts and tehsil names in India?

    I need only names for making a chained dropdown list for users to select location correctly and submit the data. Please provide any resources. I emailed censusindia.gov.in but no reply from them. أكثر...
  11. ا

    ArcGIS Python Field Calculation Basics

    Using the ArcGIS field calculator to make Python script calculations: pass a field value to a Python function which returns a modified field value. Basic Python numeric operators. Using % or mod operator to return major contours. أكثر...
  12. ا

    رؤية إستراتيجية إعلامية لتعزيز ثقافة العمل التطوعي في المجتمع السعودي

    رؤية إستراتيجية إعلامية لتعزيز ثقافة العمل التطوعي في المجتمع السعودي العتيبي، سلطان بن نواف عبدالله مشكلة الدراسة: تكمن مشكلة الدراسة في غياب الرؤى الاستراتيجية الاعلامية التي تسهم في اشاعة ثقافة التطوع في المجتمع السعودي، ولمواجهة ضعف الثقافة التطوعية في المجتمع السعودي فقد صاغ الباحث التساؤل...
  13. ا

    واقع الأمن الوظيفي لرجال الأمن وعلاقته بأدائهم الوظيفي : دراسة تطبيقية على ضباط شرطة

    واقع الأمن الوظيفي لرجال الأمن وعلاقته بأدائهم الوظيفي : دراسة تطبيقية على ضباط شرطة منطقة الباحة الغامدي، عبدالخالق بن إسماعيل عبدالخالق مشكلة الدراسة: تبلورت مشكلة الدراسة ف الإجابة على التساؤل الرئ سٌ التال :- ما واقع الأمن الوظ ٌف لرجال الأمن وما علاقته بأدائهم الوظ فٌ ؟ً أهداف الدراسة...
  14. ا

    Esri Maps for Salesforce v1.2 Released

    Esri is pleased to announce the latest release of Esri Maps for Salesforce. This release includes some important improvements based on feedback we’ve received as well as some bug fixes. First, you can now include map center and level parameters in the URL of a map so that you can open an...
  15. ا

    Split by Attribute without making separate new feature classes or shapefiles

    I would like to automatically split a featureclass by a specific field. I've seen a few tools online and on XToolsPro, but what it does is create multiple NEW shapefiles or feature classes. What I would like is for a way to make multiple "layers" that show different views based on definition...
  16. ا

    How to iterate through all geometries using a search cursor?

    I would like to use a python add-in which uses a button click to iterate through each selected polygon one by one. The following code manages to zoom only to the first polygon. How can I adapt it to zoom to each selected polygon? mxd = arcpy.mapping.MapDocument('CURRENT') df =...
  17. ا

    Python: how to set a different output folder

    I want to transform some vectors to rasters in my folder but I have difficulties setting the output folder. The following code only allows me to output to the original database. I hope to output all results to the same folder instead of in their original database. Thanks for any help! import...
  18. ا

    Loading geoserver WMS raster layer in QGIS python console

    I am using the following snippet to load a raster layer deployed under wms service using geoserver, in qgis python console. I am getting False output. Any idea? registry = QgsMapLayerRegistry.instance() urlWithParams =...
  19. ا

    Where can I find a list of states, districts and tehsil names in India?

    I need only names for making a chained dropdown list for users to select location correctly and submit the data. Please provide any resources. I emailed censusindia.gov.in but no reply from them. أكثر...
  20. ا

    Attention: QGIS 2.10 is coming!

    Four months ago QGIS 2.8 was released. The Long Term Release will be suppported for the next 2 years. Besides this LTR version QGIS is updated in a four month cycle. So let’s say hello to QGIS 2.10. QGIS 2.10 “PISA”: changelog QGIS 2.10 “PISA” Splash Screen With the new release we...
أعلى