ArcGIS Server: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
== Overview == | == Overview == | ||
* I am working with ArcGIS For Server 10.1 | * I am working with ArcGIS For Server 10.1 | ||
Line 14: | Line 12: | ||
* I am using an EDN developer license. | * I am using an EDN developer license. | ||
== | == The to-do list == | ||
I will probably use the Benton [[Solar Map]] as a test project here. Funny since it was just Winter Solstice and it's very dark and rainy today! | I will probably use the Benton [[Solar Map]] as a test project here. Funny since it was just Winter Solstice and it's very dark and rainy today! | ||
Line 27: | Line 25: | ||
## What about just running Python scripts without invoking the evil Model Builder? | ## What about just running Python scripts without invoking the evil Model Builder? | ||
# Can I use PostGIS and ArcGIS Server together smoothly? Or are the rough edges just not worth it? | # Can I use PostGIS and ArcGIS Server together smoothly? Or are the rough edges just not worth it? | ||
== Basic Web map === | |||
2012 DEC 24 | |||
Let's say I want a map of Corvallis, and I want these layers. | |||
* Centerlines | |||
* Railroads | |||
* Building footprints | |||
* Parcels | |||
* Parks | |||
* Hydro | |||
It would be nice to drop the OregonExplorer air photo in there as a base layer. | |||
I happen to have all this in PostGIS. Instead of trying to move it all to FGDB format I think I will | |||
try using WMS as a start today. |
Revision as of 00:43, 25 December 2012
Latest
2012 Dec 24
I am thinking about hosting a Google Hangout to collaboratively learn about it. It will be 4-5pm PST Mondays if it happens. I have the Hangout open right now as a test.
Overview
- I am working with ArcGIS For Server 10.1
- I have installed it on a CentOS 6.2 server.
- I am using an EDN developer license.
The to-do list
I will probably use the Benton Solar Map as a test project here. Funny since it was just Winter Solstice and it's very dark and rainy today!
- Put together a basic web map.
- Add a marker layer.
- Allow updates to the marker layer.
- I know there used to be several options ie Flex vs Javascript. What are the options now?
- ESRI suggests that File Geodatabases are good enough for many applications and may even perform better than ArcSDE based geodatabases. COMPARE
- Can I do real GIS work on an ArcGIS Server?
- For example, can I upload and run models to do geoprocessing jobs? I mean, does it really work?
- What about just running Python scripts without invoking the evil Model Builder?
- Can I use PostGIS and ArcGIS Server together smoothly? Or are the rough edges just not worth it?
Basic Web map =
2012 DEC 24
Let's say I want a map of Corvallis, and I want these layers.
- Centerlines
- Railroads
- Building footprints
- Parcels
- Parks
- Hydro
It would be nice to drop the OregonExplorer air photo in there as a base layer.
I happen to have all this in PostGIS. Instead of trying to move it all to FGDB format I think I will try using WMS as a start today.