Supervised classification in parts
Hiking & ActivitiesWhat are the methods of supervised classification? The most common supervised classification methods include: Maximum likelihood. Iso cluster. Class probability. Principal components. Support vector machine (SVM) What is supervision classification? Supervised classification is the technique most often used for the quantitative analysis of remote sensing image data. At its core is the concept of
Optimal ArcGIS PDF export compression settings for raster topographic basemaps
Hiking & ActivitiesHow do I Export high resolution images from ArcMap? When exporting, click File > Export. Click the Options triangle to expand the Export Options panel if it is not already visible. Move the Output Image Quality slider left or right to increase or decrease the output image quality, or type a 1 into the x
Segmentation Fault (segfault) when using OGR CreateField() in Python
Hiking & ActivitiesHow do I fix a segmentation fault in Python? You can trace it in following ways. Add sys. settrace at the very first line of the code. Use gdb as described by Mark in this answer.. At the command prompt gdb python (gdb) run /path/to/script.py ## wait for segfault ## (gdb) backtrace ## stack trace
Concatenate geospatial pdfs
Hiking & ActivitiesHow do I combine multiple PDFs into one PDF? Open Acrobat to combine files: Open the Tools tab and select “Combine files.” Add files: Click “Add Files” and select the files you want to include in your PDF. You can merge PDFs or a mix of PDF documents and other files. How do I add
Are US Census tracts GEOID the same across different years?
Hiking & ActivitiesIs geoid the same as FIPS? The full GEOID for many levels of geography combines both the FIPS codes and Census Bureau codes. For example, census tracts, block groups and census blocks nest within state and county; therefore, the GEOIDs for each of these geographic areas contains both the state and county FIPS codes, in
Using ArcGIS Feature Compare in ArcPy?
Hiking & ActivitiesWhat is the difference between feature class and feature layer in ArcPy? The feature class contains geographic features, such as buildings, parcels, cities, roads, and earthquake epicenters, and attribute information about the features. The feature layer is a part of the map or scene, and the map or scene is stored in the project. How