نتائج البحث

  1. ا

    How to force a Python tool to brake loop and do cleanup when user clicks "Close"?

    How to force a Python tool to brake loop and do cleanup when user clicks "Close"? I am writing a Python tool that perform heavy tasks in a loop. When the user clicks "Close" I want to break the loop, perform some cleanup, and then finish. Consider this example tool that counts down from ten...
  2. ا

    GeoServer WMS: Retrieved GeoTIFF band contains integer values instead of floats

    I am using gdal_translate to import a GeoTIFF into an oracle database. The import as well as the layer creation in GeoServer works without errors. GeoServer correctly recognizes the band data type as "Real 32 bits". Unfortunately when I try to retrieve the layer via WMS as GeoTIFF and analyse...
  3. ا

    how to get the geometry type FIELD value of attribute table?

    The problem is: I need to copy every cell's value of attribute table of some feature to string array. I do it assigning cell's value to string variable StrBuf one by one. To check the result the MsgBox will show StrBuf value. Below is a part of code and result MsgBox window: But when I...
  4. ا

    How to apply the same style to different columns?

    For many of my datasets I have the same imported data duplicated numerous times, each iteration displaying the data values for a different column (in my case it's fish catch weight per gridded cell per year, so lots of iterations of the same grid, with a different pattern of values per year)...
  5. ا

    [ArcGIS 10.x] Créer des niveaus de zoom

    Rq: je travaille sur arcGis Question Simple j'ai une couche du type ponctuel appelé "points d'intérêts" ce sont des points d'intérêts (650000 points) dans ma région d'étude . ces points sont classés avec un champ "type" Exemple: entreprise télécom> type: 7050 Ville...> Type: 7000... أكثر...
  6. ا

    سوال درمورد پروژه؟؟؟

    با سلام خدمت دوستان گرام أكثر...
  7. ا

    Openlayers3 code developed with Angular JS

    I a tried to run Openlayer application developed with Angular JS. I am getting following error . Code reference code is https://jsbin.com/fonorokoba/edit?html,output أكثر...
  8. ا

    How to change and display the plugins icon in the menu in QGIS

    I want to add multiple icons in the same file to display the pluins icons in the menu. def initGui(self): action = self.add_action( ':/plugins/Example/icons\icon1.png', text=self.tr(u'Example')...
  9. ا

    sld applying not working in open layers 3

    my code is as below and I want to apply custom sld to layer which is working for all codes in project except this one. function cusMap(strSld_body,talukaName){ alert(strSld_body); var query = new ol.layer.Tile({ source : new ol.source.TileWMS({ url ...
  10. ا

    Python Gdal ERROR 6: GEOS support not enabled

    I installed GDAL from here (https://pypi.python.org/pypi/GDAL/1.9.1) Before attempting the python GDAL I installed the prerequisite gdal libraries using Kyngchaos's description some time ago (http://www.kyngchaos.com/software/frameworks). I have verified that gdal is running on at least the...
  11. ا

    How can I move a polygon to a different place on the globe, while maintaining its tru

    I'm trying to do something similar to the Greenland vs Africa comparison -- superimpose one country over another, showing how their true sizes compare (the example on the right). Thought this would be a simple thing to do, but now that I am trying to do it, I'm having a hard time figuring it...
  12. ا

    ElasticSearch behaving different between cities

    I'm experiencing some very strange behavior from Elasticsearch. I am using geo_bounding_box to search the area visible in Google Maps. I have data in New York and San Fransisco. New York behaves as expected. San Fransisco does not, which is confusing the shit out of me. When searching in San...
  13. ا

    Clipping raster with polygon for band-by-band output using ArcGIS Desktop?

    How do you clip a raster image with a polygon shapefile so that the output is multiple clipped rasters, each one a band (i.e., clipped raster band 1, band 2, and so on)? I've tried the clip tool for raster, but that doesn't output each individual band. أكثر...
  14. ا

    converted longitude and latitude in Openlayer

    I have longitude and latitude of a point But longitude and latitude are big so ScaleLine is wrong. I thinks I am wrong in data conversion. How to fix it? أكثر...
  15. ا

    How to use a layer to remove from another layer [on hold]

    I'm making a grad student making a deductive habitat, and I'm trying to figure out how can I go about removing roads from my habitat layer that I've constructed. What I'm saying is that I have a raster layer I've generated through various variables of potential habitat. I have another lines...
  16. ا

    ArcPy function for changing data source server properties inside mxds?

    Is it possible to change the parameters highlighted in the screenshot below? If so which ArcPy function would do this? I know about and do not want to use the function that references .sde files on C:\In the example below AUWEISQL1 will change I want to AUWEISQL3. أكثر...
  17. ا

    Unable to use MapBox basemap in CartoDB

    I am trying to embed a MapBox basemap that was created in the new studio (just came out a couple weeks ago) and when entering the MapID/URL and the Access Token in the CartoDB interface I get an error that says the URL is invalid. I am copying the URL that MapBox provides for sharing styles...
  18. ا

    Labeling Count values from Arcgis attribute field

    Today at work I was facing some challenges to Label the count values from attribute tables of the feature class. We have all the data stored in geodatabase that is server based. I wrote python code in label expression that did not work out. Challenge is I have a field whose value are...
  19. ا

    Why won't my hyperlinks work in the CartoDB infowindow?

    I've been setting up a map of project locations for my company, and I want the infowindow to include a link to the more detailed project description page on our website. I have checked several of the other questions related to URLs in CartoDB infowindows, but none seem to cover the same issue...
  20. ا

    CSV to Polygon.SHP with Python

    I'm looking for a way to convert CSV file to polygons shapefile.I need to make polygons with defined size. In the CSV file, The first row is the length of each polygon and the first column is the width of each polygons. and then I have filled the cells with polygons ID, and the ones that don't...
أعلى