نتائج البحث

  1. ا

    point to raster conversion works as a tool in arcmap but fails when attempted with id

    I'm working on a script that will automate a stream delineation protocol given a DEM and a culvert layer. I was having difficulty troubleshooting problems with the point to raster conversion tool so I ran the tool in arcmap (succesfully) and copied the python snippet from the results. I then...
  2. ا

    How can I*create a QGIS plugin that needs an external Python library?

    I’m trying to enhance QGIS's Profiletool plugin by adding DXF export functionnality. For this, I need to to import dxfwrite library. As it's installed on my computer, i added the following lines to plugin code: import sys sys.path.append("C:\Python27\Lib\site-packages") With those short...
  3. ا

    My QGIS plugin shows GUI but not Works. How to get Error log?

    I am new to PyQgis. I made a simple calculator with PyQt4, now I am trying to run it under QGIS. I connected calculator as plugin, and tested it, its GUI works without error but it does not calculates anything. How can I get error log? Thank you. calculator.py: # -*- coding: utf-8 -*-from...
  4. ا

    LAStools (3D Analyst) scale factor application

    I'm trying to use the las2las(transform) module from the LASTools toolset to apply a scale factor to an LAS dataset. The problem is that the client wants us to apply the scale factor from a known XY coordinate. Does anyone know of a good workflow to incorporate an origin point in LAStools...
  5. ا

    ImportError: No module named mapnik on CentOS 7

    The problem: I've installed mapnik 3.0.1 successfully by running the typical source code install: ./configuremake && make installldconfig -vHowever.... When I import mapnik into python I get the following: Python 2.7.5 (default, Jun 24 2015, 00:41:19) [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]...
  6. ا

    Import shapefiles into PostGIS using Python with psycopg2

    I want to import shapefiles to PostGIS using Python with arcpy & psycopg2 to connect to PostGIS.I don't want to use the existing shapefile loader nor ogr, just write my own import tool. My steps and where I got stuck: Define shapefile Select column names from shapefile into a list Create SQL...
  7. ا

    How to refresh display for newly added labels with ArcObjects

    I've added a shapefile to an MXD and Edited the symbolization of it with ArcObjects. Now I'm trying to edit the labeling with ArcObjects. I've successfully been able to edit the default class in the IAnnotateLayerPropertiesCollection2 object. I've also successfully added two more label...
  8. ا

    How to import ArcGIS 10.1 File geodatabase to MS SQL Server 2012?

    I would like to import my File Geodatabase from ArcGIS 10.1 into MS SQL Server 2012. I have never done it before, so I expect to do the import the same way as import data from excel table. Problem is when I open MS SQL Server Import wizard and as a data source I choose Esri geodatabse OLE DB...
  9. ا

    Launch process user interface using python command

    I am trying to launch the user interface of a processing algorithm using Python script but I cannot find a simple way for it (aside double clicking on it in the process toolbox of course). The plugin is a water network simulator and I just want to launch it's pr-eprocessing user interface...
  10. ا

    python script for splitting a polygon feature into equal parts

    Is there a python script for splitting a polygon feature into equal parts in arcgis 10.1 . I know arcgis 10.3 has a segmentalongline function but I m looking for Arcgis 10.1 functionality. THis is what I need to automate. ->...
  11. ا

    Determining the area of each polygon within a polygon boundary?

    I have a series of maps representing a 1000m diameter around a point. These maps contain 40 different types of polygons that represent a land use (ex. Corn crop, Pasture). I want to select all polygons that are within the 1000m boundary and find out each of their areas. I've attempted to...
  12. ا

    Leica Absolute Tracker Developments and Applications

    Laser Trackers are not new to the world of large scale metrology, perhaps you have heard the term, or seen one of these machines in action, but that doesn’t mean you know the whole story. Join us for an opportunity to learn about how laser trackers are changing the landscape of both large part...
  13. ا

    How to save Result File from command line arcpy?

    What do I need to do in order to get a custom arcpy script to save an execution run into the Results window, and/or just straight to an .rlt file directly? The script is run from the command line and isn't in a toolbox. Motivation: I use results as documentation, to see what has been done in...
  14. ا

    Using Leaflet: How do I get it to display one popup based on a condition?

    Using Leaflet: How do I get it to display one popup based on a condition. See below. basemap_0.addTo(map); var layerOrder=new Array(); function pop_thunder(feature, layer) { if (feature.properties.CODE = 0) { var popupContent = feature.properties.html1_exp...
  15. ا

    More Activity at Raung

    Ash continues to trail from one of Java’s most active volcanoes. أكثر...
  16. ا

    Burn Scars around Tanana, Alaska

    After an intense start, Alaska’s wildfires season has mellowed a bit. أكثر...
  17. ا

    How to integrate a New Coordinate System as Default in ArcGIS 10.2

    I have a database in Postgres whose Coordinate System is a local one. I mean it is not defined as default in ArcGIS. On the other hand I have ArcGIS with SDE working over Oracle. Obviously, in ArcGIS I do not have de Postgres Coordinta System. So I defined it in ArcGIS 10.2, but I can only...
  18. ا

    I cannot find osr after installing OSGeo4W package

    I wanted to be able to import OSR from GDAL on my Python 2.7 (Anaconda) Windows 7 64-bit. I installed OSGeo4W after reading this post and eventually I'd like to import osr from osgeo import osrHowever, I cannot find any osgeo or osr after installing osgeo. The other option would be installing...
  19. ا

    Looking for geometries defining the boundaries of Canadian Location Code regions used

    To be clear I have looked into the GADM datasets. The problem is that Canada has a very non-standardized level-2 Administrative Zone identification across the various Territories and Provinces. As a result, their Meteorological Weather Forecasting uses a unique system of boundaries they created...
  20. ا

    Prevent Overlapping Features in QGIS from Being Faded

    I have multiple layers in QGIS that I've set as transparent so I can see their respective features. However, I would like one layer (showing proportionally sized points) to NOT fade when it overlaps with a block group layer. In other words I'd like to move my points on top and have UNfaded color...
أعلى