نتائج البحث

  1. ا

    How to request paginated or filtered data from WFS 2.0?

    I want to download a data set from a WFS 2.0 server. The layer is served as GML and contains about 400,000 features. The server limits a response to 100,000 features. CQL is not supported. The GML file contains such a node with each feature: As far as I understand this id cannot be used to...
  2. ا

    Creating a legend when legend icon is not visible [on hold]

    I am trying to create a legend for data I have added to a map, but the legend icon is not visible. How do I make the icon visible or create a legend without the icon? أكثر...
  3. ا

    WFS Request Layer (GML) with Filter

    Is there a solution to request the GML layer from Geoserver with filter like using bbox: http://localhost:8080/geoserver/tiger/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=tiger:poi&maxFeatures=50&bbox=-74.0104611,40.70758763,-74.00153046439813,40.719885123828675The result will be...
  4. ا

    Re: TiledSFMap not displaying map

    Re: TiledSFMap not displaying map The TiledSFMap was written a long time ago and needs a serious update, however you can add a click event handler like so.. Download the source code and look at TileDemo2.aspx and add the following JavaScript code. [code] //add this function to handle t...
  5. ا

    A Satellite View of River Width

    As they prepare for a satellite that will measure the height and areal extent of rivers in unprecedented detail, hydrologists have released a better map of North American river widths. أكثر...
  6. ا

    gdal java API returning different WKT from gdalinfo

    I am running into an interesting bug where the wkt returned from dataset.getProjection() does not match the wkt returned from gdalinfo. (simplified) code: final Dataset dataset = gdal.open(".tif")...String wkt = dataset.getProjection()returns: LOCAL_CS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS...
  7. ا

    Problems with Reclassify and RemapRange in ArcPy?

    I'm having a bit of trouble with a script that uses ArcPy. I keep getting the following error: ExecuteError: ERROR 000622: Failed to execute (Reclassify). Parameters are not valid. ERROR 000628: Cannot set input into parameter remap. This would seem simple to fix, but I've reached the edge...
  8. ا

    Accessing multiple shapefiles in folder using Python and ArcGIS for Desktop?

    I have been asked to create a custom script to reproject shapefiles (different projections) from a folder, but can't contain values such as filenames and path names to access them. I have started with Batch Project script and tried to set the input parameter as 'folder' but get the error...
  9. ا

    Elevation profile geoprocessing service - error 000840

    I am trying to create an Elevation Profile service using the Python code found on the Setting up an on-premise elevation Profile service page: And I followed all the instructions. I am able to run the tool with no errors in ArcGIS and I can publish the geoprocessing service, but when I run the...
  10. ا

    WFS request with CQL_Filter projection

    I have a layer in Geoserver called bln_blocks. The layer is in EPSG:3857. I am doing the follwoing WFS request with a CQL Filter: var geoserverURL = geoserverURL + '/ows?'; var service = 'service=WFS&'; var version = 'version=1.1.0&'; var request = 'request=GetFeature&'; var typeName =...
  11. ا

    AddJoin failing in Python ArcGIS [duplicate]

    This question already has an answer here: ERROR 000840: The value is not a Raster|Raster Catalog|Mosaic Layer from arcpy.AddJoin_management()? 2 answers My AddJoin operation is failing...
  12. ا

    ERROR 000840: The value is not a Raster|Raster Catalog|Mosaic Layer from arcpy.AddJoi

    I am doing some arcpy -functions and afterwards I'm trying to add the calculated results from one table to another table. I'm using the arcpy.AddJoin_management() function. As input table I'm using a table which is stored in a personal geodatabase. The personal geodatabase is not the workspace...
  13. ا

    Why does Add Field to Layer File give "ERROR 000840: The value is not a Feature Layer

    Why does Add Field to Layer File give "ERROR 000840: The value is not a Feature Layer I'm trying to add a field to a layer file, but it always gives an error. What I did was making a closest facility layer and save the result as a layer and after that I tried to add a field, but then it gives...
  14. ا

    Why can't I use a Join in a model?

    I'm trying to build a model using Model Builder in ArcGIS 10.1 that starts off by joining two shapefiles together based on a common field. I would like to make this open ended (not hardcoded) so I can use it repeatedly. Problem is when I go to select my shapefiles when I run it, I can add...
  15. ا

    Writing collector cable optimizer for ArcMap?

    We're going to create an extension within ArcMap that uses python to process information within a shapefile that the user drags into a toolbox. The program is supposed to determine as final output the best routes for laying collector cables. The model will need to account for, among other...
  16. ا

    List Elements or Datasets of a given Layer

    I am sorry of this might sound like a noob question but I cannot find any answer from google. I used arcpy to do batch processing of Network Analyst - Make Service Area layer of thousand of stores. Everything went well except now, I am stuck with layer (.lyr) files and I would like to conduct...
  17. ا

    Use ArcPy to rename MXD layers

    I have a MXD with some layers that have parentheses in them. I'd like to rename them via script. Is this a valid approach? import remap = arcpy.mapping.MapDocument("CURRENT")layers = arcpy.mapping.ListLayers(map)for layer in layers: if re.search("[()]", layer.name): newName =...
  18. ا

    ARCGis LayerToKML Skips Feature Layers and Doesn't Process Layers in Group Layers

    I am using ARCGis desktop and have written a quick conversion program to convert my layers to kml but I ran into some issues. It seems the only layers it can process correctly are group layers. When it processes the group layers I am missing all the feature layers included in the group layer...
  19. ا

    Download High resolution from Google Maps

    Explains how to save large format image file from a satellite or standard map without labels. Only using regular software without extensions or plugins. To separate the labels from the maps image I’ll use Adobe Illustrator. Google doesn’t allow to set off the labels on the new G maps but only if...
  20. ا

    A Property Assessment Survey and the Future of Cleveland's Battered Housing Stock

    Using Esri technology, the goal of the survey is to accumulate current and comprehensive data. أكثر...
أعلى