Jump to content

deepgis

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by deepgis

  1. Respected All, How to establish corelation between NDVI image and LST (Land Surface Temprature) image in Idrisi or Terrset or in ArcMap. Need your help. Grateful to you
  2. Respected All, I am learning online tutorials for webmapping using ArcGIS Runtime SDK for Android. I did all the steps according to the tutorial. I saved the .mmpk file on my sd card. But my device doesn't recognize it. I am not programmer so I think I need to correct the file path in the code. Need help. I am using the same as written below- Add a new method to load the mmpk file into a Map object and then update your MapView to display it. The file path used here may differ depending on how you loaded the file on your device. You may be required to alter the path to the file accordingly. Loading the map package file is an asynchronous process because you do not want to block the device while the file loads. If it fails to load the map package we fall back and show the online map. private void setupMobileMap() { if (mapView == null) { mapView = new MapView(); } String mmpkFile = "devlabs-package.mmpk"; final MobileMapPackage mapPackage = new MobileMapPackage(mmpkFile); mapPackage.addDoneLoadingListener(new Runnable() { @Override public void run() { // Verify the file loaded and there is at least one map if (mapPackage.getLoadStatus() == LoadStatus.LOADED && mapPackage.getMaps().size() > 0) { mapView.setMap(mapPackage.getMaps().get(0)); } else { // Error if the mobile map package fails to load or there are no maps included in the package setupMap(); } } }); mapPackage.loadAsync(); }
  3. Thanks respected hiram. I did as you instructed. Ofcourse, Global mapper converted .dgn file into .shp file. However, I want to add the contour value (that is in point shapefile after conversion) to the polyline shapefile so that I can use it for my analysis purposes. How can I do that. Need Help.
  4. Respected All, I have three sets of .dgn files. These are the files of topomaps of my studyd area. I want to convert these files into esri shape file format. Main issue is with how to convert annotaions into the labels of respecitve shape file i.e. point, polyline, polygon etc. Need help.
  5. Which satellite data are used for mapping surface features despite sky is overcast?
  6. Hello to all respected members, I need your help in writing a python code to solve my problem. I want to convert short suffix into long suffix in ArcMap field Calculator(for example in my .dbf table the street name are written as "REITTEN RD" , "E MEEKER ST" and so on . I want to convert these name in new column as "REITTEN ROAD, E MEEKER STREET and so on. kindly help me in writing the code. The link for .dbf table is here- https://www.mediafire.com/?wgqz4ydctwj31w4 regards in advance
  7. Respected Lurker, You provided the solution, I was looking for. Thanks to you.
  8. Is it possible to create high resolution DEM using CARTOSAT-1 Stereo pair in Agisoft software? If possible I need help from you all.
  9. Dear Zsoooc, The below link would be helpful to you, I think so, http://www.digital-geography.com/using-sentinel-2-for-crop-monitoring/#.V3m4c7h96Uk
  10. Dear imtest33 I use reflectance data for this. I create NDWI using band calc (NIR-SWIR) / (NIR+SWIR) for the refectance data. For SAVI I use band calc (NIR-RED)*(1+0.5)/(NIR+RED+0.5).
  11. NDWI and SAVI indices are very helpful in extraction of buildings. Choose the threshold values of NDWI to classify the buildings and after that use lower values of SAVI indices to remove the bare fields and bare rocks from previously classified building class.
  12. Welcome in this forum. I have been watching your videos on YouTube. Very Informative Tutorials. Thanks for that.
  13. Respected am2, would you like to explain in brief how to download sentnal-2A data using SNAP. with regards
  14. I prepared two web-map of my city. I want to convert both these map into .apk (android application). Is it possible? If yes, how I can I do that?. I need your help in this regard. kindly suggest me how can I do that.
  15. Needing Help. How can we prepare soil type map using Satellite Data.
  16. Respected All, I want to map the hills that are 50m above the relative ground level and having the slope greater than 30 degree. I have DEM of my mapping area. How can I do that. Need your valuable guidance.
  17. Respected Arhanghelul, could you explain me the methodology in brief.
  18. Respected All. I have simulated LULC of my study area for 2031 based on the 1990-2005 and 2005-2015 LULC maps. I also prepared LST maps for May-1990 and May-2015 using LANDSAT-5 and LANSAT-8 DATA. Now I want to simulate LST for 2031 using 2015 LST map. How can I do that. I need your help in this regard.
  19. For Raster Image) Follow the process in sequential order. ARCGIS DESKTOP-Spatial Analyst Extension-Extraction -Extract by Attributes (where Clause= )
  20. (For Raster Image) Follow the process in sequential order. ARCGIS DESKTOP-Spatial Analyst Extension-Extraction -Extract by Values
  21. I have two shapefiles of Roads i.e. A. road shapefile of year 2006 having 1330 records and B. road shapefile of year 2013 having 3212 records. Shapefile B has roads of Shapefile A also. I want to delete Shapfile A roads means 1330 records from shapefile B. Please guide me How I Can I do that. I am using ArcGIS Desktop.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

Disable-Adblock.png

 

If you enjoy our contents, support us by Disable ads Blocker or add GIS-area to your ads blocker whitelist