Opasnet map: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 31: Line 31:


== Rationale ==
== Rationale ==
All pieces of the puzzle exist already.
=== Dependencies ===


=== Calculations ===
=== Calculations ===
Line 79: Line 74:




==== GoogleMaps Sorvi MML TEST ====
==== GoogleMaps Sorvi MML ====


{{attack|#|Something wrong with sorvi.|--[[User:Jouni|Jouni]] ([[User talk:Jouni|talk]]) 12:54, 23 December 2013 (EET)}}
{{attack|#|Something wrong with sorvi.|--[[User:Jouni|Jouni]] ([[User talk:Jouni|talk]]) 12:54, 23 December 2013 (EET)}}
Line 210: Line 205:
</rcode>
</rcode>


==== Static GoogleMaps test ====
==== Static GoogleMaps ====


<rcode name='staticmapstest' graphics=1 embed=1>
<rcode name='staticmapstest' graphics=1 embed=1>

Revision as of 14:37, 23 December 2013



Question

How should GIS data be handled and visualised in Opasnet?

Answer

  • Original GIS data is stored in a PostgreSQL database.
  • Data is accessed by R using the RGDAL package and ?? connection.
  • Data in manipulated in R.
  • Ovariables are converted to SpatialPointsDataFrame objects using ova2spat function.
  • Data is displayed by producing a KML file with ?? package.
    • The KML file is created with MyPointKML function, if pins are shown.
    • The KML file is saved at the R-tools server.
    • Google Maps is used to show the KML file on a web page.

Currently, ova2spat and MyPointKML functions are located in OpasnetUtils/Drafts. Therefore, you need this command:

objects.latest("Op_en6007", code_name = "answer") # OpasnetUtils/Drafts. We need MyPointsKML and ova2spat.

This is the projection that the National Land Survey Finland uses: [1].

Key guidance:


Rationale

Calculations

Kuopio buildings with Google pin map

+ Show code


GoogleMaps Sorvi MML

⇤--#: . Something wrong with sorvi. --Jouni (talk) 12:54, 23 December 2013 (EET) (type: truth; paradigms: science: attack)

+ Show code

Google with shapefiles

+ Show code

Google show data from url on map

+ Show code

Google circles

+ Show code

Static GoogleMaps

+ Show code

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>