نتائج البحث

  1. ا

    Multipolygon From Multilinestring PostGis

    I have been looking for a answer for days. I dont even know if its possible. Tried: ST_AsGeoJson(ST_MakePolygon(ST_transform(geom,4326))) ERROR: Shell is not a line ST_Polygonize(ST_LineMerge(ST_transform(geom,4326))) This returns one big polygon with all the multilinestrings, but i want...
  2. ا

    Layouts in ArcGIS Pro 1.1

    In ArcGIS Pro, you can create maps and layouts separately allowing you to design the page specifically for your needs. You can also have multiple layouts in your project. The Layout gallery provides you with a variety of presets of varying page dimensions and options to customize page size to...
  3. ا

    Converting a CSV with a WKT column to a Shapefile

    Using ogr2ogr in Python, I am trying to convert a CSV to a shapefile. One column in the CSV, named "Polygon", contains WKT like this: POLYGON((long lat, long lat, long lat, etc.)) Currently, I can make a polygon shapefile with the correct projection, but the geometry is empty. How can I modify...
  4. ا

    Projected coordinates for Well-known ID 5232 cannot be found in ArcMap 10.3

    Projected coordinates for SLD99(WKID- 5232) cannot be found in ArcMap Coordinate system. Is there any built in procedure to find that original coordinate system in ArcMap? If not what is the procedure to define that coordinate system. أكثر...
  5. ا

    Unknown Error? - A Column was specified that does not exist

    shps = [(shp1,"field1"), (shp2,"field2")] for item in shps: shp = item[0] field = item[1] for row in arcpy.SearchCursor(shp, fields='"{0}"'.format(field)): if row == MyInVariable: sql = '"{0}" = \'{1}\''.format(field,MyInVariable) if...
  6. ا

    Using GNSS Receivers with Collector for ArcGIS

    Collector for ArcGIS extends the reach of ArcGIS into the field so that you can improve the accuracy and currency of your data. Using your mobile device you can collect and update spatial and tabular data managed inside of your GIS. Collector is available today in the*iTunes App Store, Google...
  7. ا

    Search for hillshade for Colorado

    I'm looking for a hillshade for the state of Colorado...Prefer less than 10 meters. Prefer they come from either image server or arcgisonline.com that I can download to my computer. Prefer it be black/grey color. أكثر...
  8. ا

    Layered world map

    First off I just want to say that I am NOT sure if this is the correct place to ask this question; So if it is not, please direct me to the correct exchange. So for the question: I am looking for a layered image of the world (preferably a vector-image), where continents are handled as layers...
  9. ا

    ArcGIS 10 : Final Map Preparation

    ArcGIS 10 : Final Map Preparation أكثر...
  10. ا

    Visibility study with ArcGIS - 2013

    أكثر...
  11. ا

    Calculate driving distance and time from 2 lat/lon points

    I'm researching a way to calculate driving time and distance for 2 latitude and longitude points? I'm unable to use any 3rd party controls or maps. If possible it has to all be generated locally to my machine. I'm working with very restricted data. Can ArcGIS do this and if so what do I need...
  12. ا

    Auto increment field that begins with text in ArcGIS

    I am searching for a way to auto increment an ArcGIS field which begins with text and followed by numbers. Ex. SWCL0000. I have tried the auto increment code in the field calculator but once I added text and a starting number, I kept on getting errors.Any ideas are well appreciated. Thank...
  13. ا

    CartoCSS: labels along inside of polygon boundary

    I'm using CartoCSS to render maps that include large polygons (like national parks). At higher zoom levels I want labels along the inside of the polygon boundaries, like in OpenStreetMap: I reviewed the openstreetmap-carto stylesheets but could not find how this is done. Using text-placement...
  14. ا

    Quick Tip – fromJSON() in ArcGIS JS API

    I just wanted to give you a quick tip on a new little feature in the ArcGIS API for JavaScript 4.beta1 that may have gone unnoticed if you haven’t gotten too deep into the beta. That would be the fromJSON method that you’ll find sprinkled throughout the API. Any modules that has a fromJSON...
  15. ا

    Geologic Map of Baranof Island, Southeastern Alaska Now Online

    Summary: In the 20th century, Baranof Island in Southeastern Alaska has drawn attention for its gold, chrome and nickel deposits, timber industry, potential activity of the dormant Mount Edgecumbe volcano, and for numerous commercially developed hot springs. In addition, Baranof Island is known...
  16. ا

    arcpy.da.UpdateCursor error: RuntimeError: create cursor has failed

    I'm trying to delete a few rows in the output table that is created using the Compare Table tool (anything that has an ObjectID < 0). My script was working fine (i.e. it produced the table compare output), until I inserted this Update Cursor code. It's throwing me a RuntimeError: create cursor...
  17. ا

    Problem using ENVI/IDL ENVITask('BuildBandStack')

    I am trying to stack 2 bands together from 2 different landsat images using ENVITask('BuildBandStack'). These are landsat images from two different years, and Band 1 in both years. When I run my code though a debugging arrow pops up at the ENVITask('BuildBandStack') line of code shown below...
  18. ا

    RuntimeError: Layer "MyDynamicService": Unable to connect to map server at (my GIS se

    RuntimeError: Layer "MyDynamicService": Unable to connect to map server at (my GIS se I had issues publishing a printing widget and so I ran through this tutorial to try to understand more about what was going on behind the scenes. I'm using this tutorial: Advanced web map printing/exporting...
  19. ا

    Trying to map Arcgis as a plugin to sisense

    I am trying to use ArcGIS code and create a custom plugin on sisense which is based on angular js. I am so confused and having so many problems, can anyone please help me. أكثر...
أعلى