نتائج البحث

  1. ا

    Bellerby's Hand-Painted Globes

    Bellerby & Co. produces gorgeous hand-made, hand-painted globes. Peter Bellerby started the company six years ago -- he wanted to make a globe for his father for his birthday, but got a bit carried away. Very much a luxury product: the least expensive item I could find in their catalogue was...
  2. ا

    New Sea-Level Rise Handbook Highlights Science and Models for Non-Scientists

    Summary: Coastal managers and planners now have access to a new U.S. Geological Survey handbook that, for the first time, comprehensively describes the various models used to study and predict sea-level rise and its potential impacts on coasts Contact Information: Tom...
  3. ا

    Geoserver automatic histogram manipulation for WMS requests?

    I'm having this weird thing when making two different WMs requests. The requests differ by the requested BBOX, meaning two different image-regions, yet the requested regions do overlap.And now for the weird part; It seems that the resulting images have been through some kind of an histogram...
  4. ا

    Custom data source for GeoServer raster image

    I'm working on a project where a custom binary data file contains latitude, longitude, and temperature data. I'm interested in creating a DataStoreFactory plugin to enable GeoServer to load this information, and then use its own layers capabilities to create a coverage raster image. I've spent...
  5. ا

    OGR: Converting unicode fields into texts

    I have a shapefile (.shp) with field names wriiten in Japanese language.I wanted to read the field names in Japanese language using the program below: infile = r"E:\shp\test.shp"ds = ogr.Open(infile,0); slayer = ds.GetLayer(0)fieldNames = [slayer.GetLayerDefn().GetFieldDefn(i).GetName() for i...
  6. ا

    How to make a polygon and point shape file line up to do a spatial join?

    I have a polygon with a North_America_Lambert_Conformal_Conic coordinate system and a point shape file which had a WGS 1984(DD) coordinate system. I defined projection and projected both of them to North_America_Lambert_Conformal_Conic coordinate system. The two shapefiles do not overlay. If...
  7. ا

    How to define a projection for a file with geo points?

    I have a HDF file that I want to convert to tif or ENVI file withSo I used: I know the the +Proj of the original file is:"+proj=cea +lon_0=0 +lat_ts=30 +ellps=WGS84 +units=m" so: gdal_translate -of "ENVI" -a_srs "+proj=cea +lon_0=0 +lat_ts=30 +ellps=WGS84 +units=m" HDF5 file.h5...
  8. ا

    Javascript + ESRI + Dropdown menu with layers

    Dear people of stackoverflow, I have a script that generates a basemap with a layer that I have put on top of it. I am trying to create a dropdown menu in which the user of my HTML5 page can select the layer he wants on the basemap. I have both components: a dropdown list and a function that...
  9. ا

    Smooth hillshade in all scales in ArcGIS Server 10.2.1

    I publish relief map on server and view his on arcgis.com map. But in export i can change dpi from 96 to 300 and result smooth Any ideas how i can do so that the hillshade was smooth in all scales? Maybe not change dpi... أكثر...
  10. ا

    QGIS Quick Tip – Spline Curves

    Creating true “curves” in QGIS is not yet supported.*You can however use a Spline Plug-In to simulate curves. أكثر...
  11. ا

    ArcPad 10 - VBScript Error 800A0046

    Good day, A colleague asked me to install ArcPad 10 on his Trimble JUNO 3B. He runs an application with scripts that produce messages when the GPS is turned off. The script works fine on his Trimble Nomad - but on the new Juno he gets the following error: VBScript runtime error 800A0046...
  12. ا

    OGC webservice engine like geoserver in .NET

    In java there are a lots of third part libraries which can used to create OGC webserivce like wcs/wfs/wms etc. However I have not found anything similar in .NET. We are currently using ArcGIS Engine, but it ArcGIS Engine does not support web applications. Is there a alternative...
  13. ا

    Arcmap 10 Dot Net SDK Installation Issues

    We have had Arcmap 10 installed on our machines for about a month now and all seems to be well. I ran into an issue yesterday when I tried to install the Developer SDK for .NET. An error message shows up stating that I need to have a supported version of Visual Studio installed before the...
  14. ا

    Pure JavaScript Library for Geometry Operations

    Does anyone know of a pure JavaScript library for doing geometry operations such as buffer, union, intersects, etc? I want to play with doing these operations in the browser. It looks like GeoScriptJS has some dependencies. أكثر...
  15. ا

    [QGIS 2.x] Intégration des données MAGIC 2

    Bonjour a tous, Je travail sur QGis et MapInfo. On a besoin dans le cadre d'un de nos projets, des données sur les propriétaires et sur le foncier du cadastre. J'ai demandé un devis au service des impôts. En fond de plan je dispose de la BD Parcellaire de l'IGN. Ma problématique est que je...
  16. ا

    How do you enable HTTP GET for submitJob for a GPService?

    I published a GPService to ArcGIS Server 10.2--the service is a copy of an existing service with a different name. I receive no errors during publishing, however I get 404 errors when attempting to submit a job via HTTP GET. HTTP Post works fine--job is successfully submitted and it completes...
  17. ا

    Are there any DLLs or examples out there that can support writing a shp, shx, dbf fil

    I'm trying to read/write shapefiles for a web service for an azure website and I do not have the luxury of accessing the local file storage (which means that reading/writing from/to disk is out of the question as many of the DLLs read and write via local disk). I've come across libaries such as...
  18. ا

    Map Package or Relative Paths for ArcMap MXD export

    Is there a way to use Map Packaging so that multiple mxds draw data from the same geodatabase when unpacked? We've broken our project area into 14 divisions. Each division has it's own geodatabase and there are about 30 mxds per division drawing data from that geodatabase. I've been asked to...
  19. ا

    show polygon from database in browser in geodjango

    I tried to retrieve the polygon which I saved into postgis database. (all polygons)Here is my code: models.py from django.contrib.gis.db import modelsclass MyMap(models.Model): name = models.CharField(max_length=50, blank=True, null=True) timestamp =...
  20. ا

    how to rotate a symbol

    I am working in c++/python/QT 4.5 with the api qgis 2.8.2 My application receive data from a communication port that indicate the change of position of an object diplayed on the map and represented by a svg ( an arrow )the data received contains new position x and y and the rotation in degree...
أعلى