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
OpenLayers transform EPSG 27700 coordinate to Google 900913
Hiking & ActivitiesWhat projection is 900913? Answer. 900913 is used as a well-known ID (WKID) by some Web services for the spherical Mercator-based coordinate system used by Bing maps and Google maps. The 900913 value is a representation of the Google name and originated in the blog entry, Google Projection: 900913. How do I get XYZ coordinates