ArcGIS Server: Difference between revisions
Brian Wilson (talk | contribs) m →Latest |
Brian Wilson (talk | contribs) m →Latest |
||
Line 1: | Line 1: | ||
== Latest == | == Latest == | ||
2013 Jan 14 | === 2013 Jan 21 === | ||
Convert geodatabase... I had an Oregon basemap FGDB that I made with ArcGIS 9.3. | |||
This is no good, I need it to be a 10.1 format FGDB for it to work with GDAL. | |||
Fortunately there is an option to Update in ArcCatalog. | |||
=== 2013 Jan 14 === | |||
Got Christian set with OpenVPN to access the Geo-CEG server (dart). | Got Christian set with OpenVPN to access the Geo-CEG server (dart). | ||
Line 7: | Line 13: | ||
Started work on a map to use (step 1 below) | Started work on a map to use (step 1 below) | ||
2012 Dec 24 | === 2012 Dec 24 === | ||
I am thinking about hosting a Google Hangout to collaboratively learn about it. | I am thinking about hosting a Google Hangout to collaboratively learn about it. |
Revision as of 23:38, 21 January 2013
Latest
2013 Jan 21
Convert geodatabase... I had an Oregon basemap FGDB that I made with ArcGIS 9.3. This is no good, I need it to be a 10.1 format FGDB for it to work with GDAL. Fortunately there is an option to Update in ArcCatalog.
2013 Jan 14
Got Christian set with OpenVPN to access the Geo-CEG server (dart).
Started work on a map to use (step 1 below)
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 Benton County, and I want these layers.
- Centerlines
- Railroads
- Building footprints
- Parcels
- Parks
- Rivers
It would be nice to drop the OregonExplorer air photo in there as a base layer.
Gather together data
For now I am going to drop my random collection of Benton County GIS data into a folder and try to use it.
On dart:
sudo mkdir -p /workspace/OR/BentonCounty sudo chown -R bwilson /workspace/OR
On kilchis:
cd /g/GISData rsync --av -exclude \*.zip OR/BentonCounty/ dart:/workspace/OR/BentonCounty
Now how do I see that in the server?
Instructions: ArcGIS 10.1 for Server Help, "How to publish a service"
Immediately they want me to use an ArcMap document. They also say "About connecting to ArcGIS Server in ArcGIS for Desktop". So far I am not liking this. I don't want to be forced train Geo-CEG clients to be ArcGIS Desktop users. Pressing on. I now have to go set up ArcGIS 10.1 For Desktop in a Virtual Machineand that's all I will have time for today.