| bio | website | |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 8 months |
| seen | 21 hours ago | |
| stats | profile views | 24 |
|
Apr 15 |
comment |
What does 'projected bounds' and 'WGS84 bounds' mean in the definition of a CRS (on spatialreference.org)? @iant I investigated epsg.org/polygons/main.html. I now understand what the purpose and the source of the ‘bounds’ are. Thanks very much. |
|
Apr 15 |
comment |
What does 'projected bounds' and 'WGS84 bounds' mean in the definition of a CRS (on spatialreference.org)? Thanks for the information. UTM 32 is the official CRS for Germany. The N/S range of Germany is 55 to 47 degree. So why is Germany not included in the "well defined" range? Who defines the "bounds" in spatialreference.org? Is the a (official) source who defines the bounds? |
|
Apr 15 |
asked | What does 'projected bounds' and 'WGS84 bounds' mean in the definition of a CRS (on spatialreference.org)? |
|
Apr 10 |
answered | How to interact layers with a nested loop? |
|
Apr 10 |
answered | Remove Points that Overlay |
|
Apr 10 |
answered | Point to Polyline |
|
Apr 9 |
answered | Intersection of two lines tool |
|
Apr 8 |
answered | How to save ArcGIS process output to variable? |
|
Mar 27 |
comment |
Display raster outlines is not a simple export as TIFF sufficient for you? Menue File > Export |
|
Mar 27 |
comment |
Automated way to join Perhaps an other approach: buffer red lines. erase all blue lines in buffer. edgematch blue lines to red lines. |
|
Mar 26 |
comment |
How to rasterize a vector map? If all shape files have the same geometry type (e.g. lines) you can use Merge tool before Feature To Raster. |
|
Mar 26 |
comment |
ArcMap - cartographic representation and labels Maybe for you Annotations are an alternative to Lables? You can move Annotations individual. |
|
Mar 26 |
answered | Automated way to join |
|
Mar 26 |
answered | Automated way to join |
|
Mar 25 |
comment |
Overlapping lines representation Try to use symbol level drawing. In the Advanced View you can change the symbol drawing order. |
|
Mar 25 |
answered | Arcmap [ArcView License only] 10 labels at different scales |
|
Mar 19 |
comment |
How can I get shape filename in attribute field using field calculator with VBA? @Juan SER. In 9.3 "field calculator" only supports VBA. Instead use the tool Calculate Field (Data Management) because this tool supports Python. Then you can use the Python code Devdatta Tengshe has proposed. |
|
Mar 18 |
comment |
Zonal Statistics-Weighting If I understand your problem correctly: use an equal-area projection. Then you do not have to "weight you statistic". |
|
Mar 18 |
revised |
Adding multiple relative hyperlinks to a single point feature class in ArcMap add summary of workarounds |
|
Mar 15 |
comment |
Adding multiple relative hyperlinks to a single point feature class in ArcMap No, there not standard way. A field based hyperlinks only support ONE hyperlink. Workarounds: since a hyperlink can also open a macro, you could program a macro (or search for it) whitch uses multiple hyperlinks. You can also try to use a relationship (relate): Create a relate 1:N form your points to a second table with the hyperlinks. |