
bdsmolla
Inactive Members-
Content Count
104 -
Joined
-
Last visited
-
Days Won
2
bdsmolla last won the day on November 6 2013
bdsmolla had the most liked content!
Community Reputation
16 GoodAbout bdsmolla
-
Rank
Lecturer
Profile Information
-
Gender
Male
-
Interests
LUV GeoInformatics
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
good for non-programmers as well as programmers?!
-
Help creating random polygons of circles and rectangles using ArcPy
bdsmolla replied to GISnewb's topic in Cartography Design
Did you find solution or you need it till date? -
HELP - Exporting Multiple Data Driven MXDs to PDFs using Python
bdsmolla replied to anay's topic in Spatial Programming
Hello Anay The following link could be useful for you. http://blogs.esri.com/esri/arcgis/2010/12/14/combining-data-driven-pages-with-python-and-arcpy-mapping/ The easiest way to keep all your mxd files into you a single folder and in the script use the folder path as input and get list of mxd files for loop to make pdf. Thanks S. Molla -
In ArcGIS ArcMap use dissolve tool based on class field not merge.
-
How to write an algorithm in Erdas Imagine Model maker ?
bdsmolla replied to zoarder's topic in Remote Sensing
What is your output file type? it should be float, not 8 or 16 bit signed/unsigned integer...- 3 replies
-
- LST
- Monowindow
-
(and 1 more)
Tagged with:
-
Nice questions! Just tested Desktop questions. It is indeed good one. I tested myself and 194(82%) got correct answer out of 236.
-
Good luck! you will be always with us with your contributions
-
Hi Lurker Do you have any idea of pricing of these devices?
-
I think darksabersan not asked anything related to Esri Enterprise Geodatabase which is in fact refer to ArcSDE, he probably likes to configure the following thing: http://www.esri.com/library/whitepapers/pdfs/how-to-set-up-geoportal-server-122.pdf interesting notes are below: http://northredoubt.com/n/2013/08/22/postgresqlpostgis-and-arcgis-arcmap-10-2/
-
Interesting topic. I also like to learn it!
-
So far my understanding, you cannot do it using any single tool/action. You may need to use python and use the the following hints: use search cursor (descending order by shape area), since you said 90% or more area contain means, your one polygon's 5-10% buffer will cover 100% contain, and selected small polygon can marge/delete with the larger one. this way the all polygon loop to solve .... Funny, but might interest you.
-
Aster GDEM 30 m to 5 meters in ArcGIS 10.2
bdsmolla replied to dexgeo's topic in Analysis and Geoprocessing
This kind of resampling is meaning less however if you really need to do that just follow the steps below: 1. Add 30m DEM to ArcMap 2. Right click on the added layer, place your mouse to 'Data' then click to 'Export Data' 3. From the Export Raster Data - dialog box, just change the Cell Size (as you wanted to 5m) (Don't forget to change No Data value as well if needed to change) Hope, this process will be simple for you.- 11 replies
-
- Aster GDEM
- interpolate
-
(and 1 more)
Tagged with:
-
Java enable opportunity for all platforms (means not 'only windows') Dot Net technology - you will get huge examples (mostly C# now a days) Means you can go for either Java or C#
-
Is there any version difference between your mentioned 8.9 and the version we are using from this site?!