1
0
-1

Hi everyone,

I'm working on a recreation model for which I use OSM Road network data.

I've correctly imported OSM data using the built-in function

Which produces correct outputs in explorer.

But when I try to use infrastructure:Road in other models within my namespace, i get no data outputs.

Here is an example of code for population density (imported from a tiff) and road density (using OSM).

Population density works but road density gives out no data.

Is there something caused by OSM imports that requires some work arounds to be called in other models ?

Entire code: https://codeshare.io/6px8g0


Thanks you for your time,

Best,

Hugo

    CommentAñade tu comentario...

    1 respuesta

    1.  
      1
      0
      -1

      Hi Hugo, try: 

      observing 
       count of infrastructure:Road per km^2 named roaddens

      the thing is that you have a model that resolves im:Density of demography:HumanPopulation

      model 'local:hugothierryp:resnet.aries:popdensproj'
      	as im:Density of demography:HumanPopulation;

      but you don't have it for roads in the same way, 

      instead you have a road instantiator (model each infrastructure:Road...)


      Cheers,

        CommentAñade tu comentario...