نتائج البحث

  1. ا

    Difference between Citrix and PC using ArcGIS 10.2.2

    Does anyone have an advice for me to read about Citrix and ArcGIS ? I have been on PC side for many years and what is the difference between ArcGIS in PC side vs ArcGIS in Citrix ? I appreciate it . What is the pro or con for using in ArcGIS with Citrix ? How does Python works within Citrix ...
  2. ا

    Command-line utility to convert GPX into KML?

    I use Cycle.travel to draw cycling routes. However, the Android application I use on my smartphone only supports KML. As an alternative to GPSVisualizer, I tried the command-line utility GPSBabel, but, besides turning a compact 5K GPX into a much bigger 80K KML, the route is displayed as a long...
  3. ا

    Variations in postal codes

    I was wondering, are there many variations that postal codes can take around the world? For example, in Switzerland, every zip code is a four-digit number, but it can be written as XXXX or CH-XXXX. I would basically like to have a function that makes a postal code canonical, given the country...
  4. ا

    GDAL Truncating/Normalizing Field names

    While creating a ESRI-Shapefile using GDAL, it keeps truncating/normalizing my field names. Any reason why it does this? If the Field name is more than 10 characters it seems to do this. For example OGRFieldDefn("More than 10 chars", OFTString). Becomes More Than_1 instead of More Than 10...
  5. ا

    DotSpatial problems with reprojecting shape files

    I have a shape file with this projection...
  6. ا

    Editing geojson without separating segment endpoints

    I have a few maps of city sidewalks in Geojson format which I need to manually edit to make corrections. However, in the tools that I've tried, geojson.io and QGIS, segments that share an endpoint are not treated as connected but rather as four separate segments. So when I drag a shared...
  7. ا

    How do I find a layer based on source name using ArcObjects?

    I am relatively new at creating tools with ArcObjects and I am having trouble finding a layer based on the layer's source name by looping through all layers. I've seen here that it is possible, but I am unable to get it to work. Am I missing something simple or is there another approach that I...
  8. ا

    Why is my toolbar showing all "Missing" tools/buttons?

    I am horribly new to coding with python. I made a toolbar using the wizard and old bits of VBA code. I created a button to search by map number, a tool to calculate area from UI and a second tool that would clear the area selected. I get the following icons when I install the add in to...
  9. ا

    Search Table of Contents in MXD

    This is probably a very straightforward question, but I can't see if this is at all possible. I often work with MXDs that have a large number of group layers, and would like to find a specific layer by name (either TOC given name or an original file name) in the Table of Contents. I tried Ctrl+F...
  10. ا

    برنامج نظم المعلومات الجغرافي - الاكاديمية العربية للعلوم والتكنولوجيا والنقل البحرى

    برنامج نظم المعلومات الجغرافي الاكاديمية العربية للعلوم والتكنولوجيا والنقل البحرى مساهمة من الاكاديمية العربية للعلوم والتكنولوجيا والنقل البحرى ادارة برامج خدمه المجتمع والتعليم المستمر فى تاهيل الخرجين للحصول على فرص عمل افضل تنظم الاكاديمية البرامج الاتية : البرنامج الاول : #‏المحاسب...
  11. ا

    Qgis 2.8: How to define a custom function that returns value of a field in an unsaved

    Filter expression builder in QGIS allows us to define custom functions using python. I'm intrested would it be possible to define a function which returns a value of a field in an unsaved form that is currently being filled. I would like to use this output in a filter expression for value...
  12. ا

    Is there a way to get offline tile data for Cesium?

    I would like to work with Cesium (www.cesiumjs.org) without any internet connection. The documentation provide a guide for working offline and prvides a way to import tiles (see https://github.com/AnalyticalGraphicsInc/cesium/wiki/Offline-Guide). However this way does not import data to be used...
  13. ا

    Raster map source for desktop, commercial application

    We develop desktop, commercial application for Architects (c++). In a future update, we would like to provide our customerswith the option to automatically create a 3D terrain with appropriatesatellite imagery based on a user-defined location. For that to work, we would need to: 1) Download a...
  14. ا

    Sort related objects in Identify window of ArcMap 10.2?

    I have a table Points related to a table Events. The event table contains the fields Point-ID, Event type and Year. The two tables are related to each other. If I choose a number of points with the identify tool and expand the tree in the identify window I can see all the events that are...
  15. ا

    finding the nearest point along the edge of a polygon

    I have a polygon shapefile which represents a study area (island). I also have a point shapefile representing some villages. What I am after is to locate for each village point the nearest point along the shoreline (the latter being represented by the edge of the polygon shapefile). Is there any...
  16. ا

    What is difference between openstreetmap and openlayers?

    What is difference between openlayers & openstreetmaps ?is openlayers made on openstreetmap or vice versa ? أكثر...
  17. ا

    Attribute Table Column to Python List (QGIS 2.0)

    I have a column of strings in my attribute table and I want to create a list out of this column. How can I do this?my attribute column of interest (CompanyNam) looks like this: Eva Ela REW Scot Jan.... and I want to end up with a list looking like this: CompanyNam = ['Eva' 'Ela' 'REW'...
  18. ا

    Focal Statistics for Special Neighborhood

    I'm looking to calculate focal statistics for each cell of a raster, within a neighborhood of a specified criteria. Background - I have three binary rasters, each representing a single vegetation type of interest. I'd like to calculate the percent coverage of each vegetation type within (e.g.)...
  19. ا

    Calculating intersection between points and polygon in shapefile

    I want accomplish the following using command line python tools only (shapely + fiona) I was wondering if there was a straightforward way for me to do the following: Read in a shapefile (all counties in the UK) Read in a csv with a list of lat / lon (this I know how to do) Spit out a csv...
أعلى