نتائج البحث

  1. ا

    More pythonic approach to resolution increase of point locations

    Excuse my first question being slightly more Numpy and less actual GIS, but it relates to latitude / longitude so I thought I'd give it a shot. Problem: I have a flat file with latitude and longitude and I'm asked to increase the resolution of these individual points. Currently I'm given a...
  2. ا

    Spatial Join Points Vector with Raster Dataset using Arcmap

    So I have a points file of taxi drop off locations and a raster file grid. I am trying to get a count of each point on a raster cell. How do I go about doing that? It is like I am doing a spatial join with two vectors but rather with a raster data set. I am doing this so I can create a taxi...
  3. ا

    ArcGIS Python Script Tool Field Name Drop Down

    I have a python script that checks file path names for corresponding files in a drive location. All of the inputs were originally hard coded, and it works well enough: import arcpy import os shp = r"C:\Users\dotwell\Desktop\Locations.shp" fields = ["ZdriveLoc"] f = open...
  4. ا

    Invalid Topology [Topoengine error] ArcGIS 10.1

    I'm trying to run the Identity function on two large data sets but it fails every time. I don't think it is a lack of hardware as I can run other processes on the same data sets. I've already updated software, and added the 64 bit geoprocessing add-in, checked and repaired geometry, and done...
  5. ا

    Online GIS Education – The Next Generation

    Many changes have taken place in Online GIS and geospatial course offerings over the past year, since we first covered the topic on GISCafe. The range of topics has increased to include even courses for high schoolers, and the ever popular drone classes and Geodesign. The popularity of “Massive...
  6. ا

    Giving time – randomised experiments on volunteering and citizen social science

    As the event blurb explained *“the Giving Time experiments were led by a team from four UK universities, who wanted to know whether sharing information about how others have volunteered could help to improve volunteering…*this was about giving time – and whether volunteers can be nudged. The...
  7. ا

    ArcGIS Spatial Join - "contains part of" match option

    I would like to performs a spatial join using a (non-existent) "contains part of" match option. i.e. I want the join to include any and all polygons that overlap. None of the match options available produces satisfactory results. To clarify, using the ESRI graphics ("Select polygon using...
  8. ا

    Python code help for ArcGIS Field Calculator tool

    Is there any python code that: 1st, sort a column (example name by alphabet) 2nd, grab the first cell of sorted column and assigned it to a variable like A=.. I need all of this to be done in field calculator and inside show block. Please give me a sample or help. Thx أكثر...
  9. ا

    Viewshed Analysis - use DSM or DTM?

    I need to run a Viewshed analysis (ESRI 10.2 spatial analyst tool) to answer this: what areas will be able to see a proposed 30m high structure. I have the choice of a DSM or a DTM to use as the input elevation model. I am thinking that the DSM will be better as it will be the tops of...
  10. ا

    geoserver kml reflector in cesium viewer

    Is there any way to use the geoserver kml reflector in cesium viewer? I have millions of features with height value. The geoserver kml reflector works in google earths, but not in cesium. أكثر...
  11. ا

    Using the reclassify tool in ArcMap

    Using the reclassify tool in ArcMap أكثر...
  12. ا

    Can I legally share this map? Copyrights of maps.

    A map is worth a thousand words, every map lover knows that. Many of us share maps on Twitter, Facebook or Instagram and blogs like Geoaweosmeness write about them. But are we allowed to do that? Maps should be treaded like any other intellectual property or a piece of art.*As a general rule...
  13. ا

    Using gdal_rasterize with a MSSQL Connection, possible?

    I'm a bit new to gdal, I mostly use ogr2ogr for data imports to MS SQL Server -- so I'm a bit out of my tree on gdal_rasterize My goal is to create png raster files 200x200 from a geometry column. I tried something like with no avail. gdal_rasterize -src_datasource...
  14. ا

    How to get a pop up in QGIS when clicking on points on a map

    I have QGIS V 2.12.0 and am an absolute novice, doing some volunteer work for a charity. I have created a map with added Delimited Text Layer. This references Buildings by Latitude and Longitude from an imported CSV file (an Excel file). This all works fine on different maps. I would like to...
  15. ا

    Add pictures to Print Composer from paths in table (QGIS)

    For each feature I want a picture related to that feature. So its obvious to have written a path in the tables attribute. Then I´ll label that attribute somehow by brackets like [%path%]. But it´s not that simple and need some guidance how to write it correctly. Cann you help me out. Thanks...
  16. ا

    Grab set of datapoints for each step for CartoDB torque timeSlider (through JavaScrip

    So I have a regular CartoDB map that has a torque layer with a timeSlider. I know how to access the date for the slider object, but is there a way to access the datapoints for each step as it goes along? What I want to try and do is access the set of datapoints for each 'step' of the...
  17. ا

    Are there Windows-specific GIS proxy like MapProxy for a Windows install?

    For the task of accessing WMS services through proxy and then bringing into OsGeo/ArcGIS, MapProxy seems ideal, but much of the documentation and latest code seems oriented towards linux installs. Is there a Windows equivalent of MapProxy when it comes to free or low cost proxy for GIS on a...
  18. ا

    PostGIS Raster performances

    I ingested two Landsat images into PostGIS database using : raster2pgsql -I -C -s 28356 -M -t 100x100 LS7_20150425_B40.tif public.red | psql -d postgres -U postgresraster2pgsql -I -C -s 28356 -M -t 100x100 LS7_20150425_B50.tif public.nir | psql -d postgres -U postgresIngestion is going fast ...
  19. ا

    How can I draw a polygon with a fixed area in ArcMap

    Is there a way to draw a polygon with a fixed area in ArcMap? For example, I'm trying to create a 40,000 foot boundary around a feature, but the boundary does not have to be any specific length or width. أكثر...
  20. ا

    Reading netcdf sub variables and convert to raster grid in r

    I want the open the fs variable which in under Retrival category and covert that into raster grid. Thanks! library(ncdf4)file
أعلى