Could one .shp (ArcGIS) shape file be loaded twice?

View: New views
13 Messages — Rating Filter:   Alert me  

Could one .shp (ArcGIS) shape file be loaded twice?

by farheart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no problem to do such a loading definition.

but when initializing the model, the program complains, saying: some duplicated attributes existing...

Any suggestion? Thanks,


Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Justin York :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by farheart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi, Justin:
 
Just found it, you may try this:
 
1. create the 1st GIS view, adding the agent you'd like to display, in the wizard, adding the .shp as well.
2. create the 2nd GIS view, only add the agent.
3. in the scenario tree view, right-click on the 2nd GIS view and modify, add the same .shp file to the view.
 
Initializing and run, it works for me, now...
 
Hope that can help you also.
 
 
----- Original Message -----
Sent: Tuesday, October 13, 2009 11:10 AM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Nick Collier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick
On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Justin York :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Nick Collier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest




------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Justin York :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest





------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by farheart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I have the same question with York, could you please give us a more detail explanation?
 
Thanks,
----- Original Message -----
Sent: Wednesday, October 21, 2009 12:49 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest





------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Tatara, Eric R. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
To check out the source code from SVN, you will need to install and configure a development environment as described here http://repast.sourceforge.net/docs/development.html.  In this process, you will have the Repast source code in projects in your workspace and will need to run your simulations as a regular java project dependent on the Repast projects.  Unless you are fairly experienced with java and Eclipse, I would reccommend against this, since it requires checking out and compiling the code, and either creating a new project for your simulation code or modifying your existing code to work with this setup.
 
eric
 

Eric Tatara, Ph.D.
Assistant Software Engineer
Center for Complex Adaptive Agent Systems Simulation
Decision and Information Sciences Division
Argonne National Laboratory

 


From: Yu Wang [mailto:farheart@...]
Sent: Wednesday, October 21, 2009 12:42 PM
To: Justin York; Collier, Hugh N.
Cc: repast-interest@...
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I have the same question with York, could you please give us a more detail explanation?
 
Thanks,
----- Original Message -----
Sent: Wednesday, October 21, 2009 12:49 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest





------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Nick Collier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Justin & Yu,

I've attached the fixed file. If you put this with your project files in a repast.simphony.space.gis package it might work. If not, please send me the details of the error -- compilation problems and any errors if it compiles and you still see the error when it runs.

Nick

On Oct 21, 2009, at 1:42 PM, Yu Wang wrote:



I have the same question with York, could you please give us a more detail explanation?
 
Thanks,
----- Original Message -----
Sent: Wednesday, October 21, 2009 12:49 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest







------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

FeatureAgentFactoryFinder.java (3K) Download Attachment

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Nick Collier-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just a clarification so people know what the fix is for, in case its not clear.

Unfortunately, no. That fix is for a crash a UI itself.

should read -- That fix is for a crash in the UI itself.

Nick
On Oct 21, 2009, at 12:49 PM, Justin York wrote:

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest






------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice?

by Justin York :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You're a genius. Thanks Nick. Worked perfectly. Though I did have to rename the old .class file in the RepastSimphony-1.2.0\eclipse\plugins\repast.simphony.core_1.2.0\bin\repast\simphony\space\gis directory. Boy that took a while to find.

BTW, that fix was just in time for us to finish a presentation. Thanks again for the help.

On Thu, Oct 22, 2009 at 6:46 AM, Nick Collier <nick.collier@...> wrote:
Justin & Yu,

I've attached the fixed file. If you put this with your project files in a repast.simphony.space.gis package it might work. If not, please send me the details of the error -- compilation problems and any errors if it compiles and you still see the error when it runs.

Nick

On Oct 21, 2009, at 1:42 PM, Yu Wang wrote:


I have the same question with York, could you please give us a more detail explanation?
 
Thanks,
----- Original Message -----
Sent: Wednesday, October 21, 2009 12:49 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest









------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

Re: Could one .shp (ArcGIS) shape file be loaded twice -- Successfully Solved

by farheart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Justin, you are a genius, too!
 
I got the fixed file from Nick, compiled it, and put it under src/repast.simphony.space.gis package -- did not work.
 
Then I found the      repast.simphony.bin_and_src.jar    and thought it is the library used for compiling and running,
so I updated the     FeatureAgentFactoryFinder.java & FeatureAgentFactoryFinder.class  inside the jar file  -- Still not work.
 
Until I got the hint from Justin, updated the corresponding .class under
RepastSimphony-1.2.0\eclipse\plugins\repast.simphony.core_1.2.0\bin\repast\simphony\space\gis
 
Yes it works very well ! Many thanks to you guys, Nick and Justin.
 
BTW: Nick, why you did not use   repast.simphony.bin_and_src.jar   for both compiling and running, but keep two copies instead.
Is this necessary for plugin in Eclipse?
 
 
 
----- Original Message -----
Sent: Friday, October 23, 2009 1:55 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

You're a genius. Thanks Nick. Worked perfectly. Though I did have to rename the old .class file in the RepastSimphony-1.2.0\eclipse\plugins\repast.simphony.core_1.2.0\bin\repast\simphony\space\gis directory. Boy that took a while to find.

BTW, that fix was just in time for us to finish a presentation. Thanks again for the help.

On Thu, Oct 22, 2009 at 6:46 AM, Nick Collier <nick.collier@...> wrote:
Justin & Yu,

I've attached the fixed file. If you put this with your project files in a repast.simphony.space.gis package it might work. If not, please send me the details of the error -- compilation problems and any errors if it compiles and you still see the error when it runs.

Nick

On Oct 21, 2009, at 1:42 PM, Yu Wang wrote:


I have the same question with York, could you please give us a more detail explanation?
 
Thanks,
----- Original Message -----
Sent: Wednesday, October 21, 2009 12:49 PM
Subject: Re: [Repast-interest] Could one .shp (ArcGIS) shape file be loaded twice?

I don't have much experience with SVN. Would that require me to download and compile everything myself?

On Wed, Oct 21, 2009 at 6:57 AM, Nick Collier <nick.collier@...> wrote:
Unfortunately, no. That fix is for a crash a UI itself.

Nick

On Oct 20, 2009, at 8:58 PM, Justin York wrote:

Is that what the Repast_1.2_UI_fix is?

On Wed, Oct 14, 2009 at 6:43 AM, Nick Collier <nick.collier@...> wrote:
Just a note that I think this issue (duplicate attributes) has been fixed in SVN.

Nick

On Oct 13, 2009, at 11:10 AM, Justin York wrote:

I have run into the same problem, as well as someone else before me (check the archives on Jul 24; I would give you a link but the archives site is going VERY slow). Someone said they would look into it but we haven't heard anything since. I must note that I managed to get two GIS displays to show together -- once. It was the first time I tried and it failed either the second time I ran it or right after I modified one of the displays. I haven't been able to use two GIS displays since.

On Tue, Oct 13, 2009 at 8:53 AM, farheart <farheart@...> wrote:

For example, in a transportation model with 2 GIS view: GIS-A, and GIS-B

GIS-A: display the vehicle moving along the road (roads from .shp file)
GIS-B: display the location of passengers, also want to have the road
network displayed as a background.

I tried to let two GIS views to load the same road.shp simultanously, no
problem to do such a loading definition.

but when initializing the model, the program complains, saying: some
duplicated attributes existing...

Any suggestion? Thanks,


--
View this message in context: http://www.nabble.com/Could-one-.shp-%28ArcGIS%29-shape-file-be-loaded-twice--tp25874446p25874446.html
Sent from the repast-interest mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest









------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest