Re: [JPP-Devel] Update GDAL binaries in OJ+
there you go ;) http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ happy tinkering ..ede On 16.02.2014 21:58, Rahkonen Jukka (Tike) wrote: > Hi, > > No automatic support at all. But you have decided to include so feature rich > GDAL package that Windows users can open a command window, go to > \OpenJUMP-20131225-r3855-PLUS\lib\native\gdal-win-x64\ or corresponding > 32-bit directory and run the "sdkshell.bat" command. After that it is > possible to use "ogr2ogr" utility program and convert vector data from/to all > the formats supported by that GDAL. That happens totally outside OpenJUMP but > because all the binaries are included in OJ Plus install why not to utilize > them? Current list of supported format is this: > > Supported Formats: > -> "OCI" (read/write) > -> "FileGDB" (read/write) > -> "ESRI Shapefile" (read/write) > -> "MapInfo File" (read/write) > -> "UK .NTF" (readonly) > -> "SDTS" (readonly) > -> "TIGER" (read/write) > -> "S57" (read/write) > -> "DGN" (read/write) > -> "VRT" (readonly) > -> "REC" (readonly) > -> "Memory" (read/write) > -> "BNA" (read/write) > -> "CSV" (read/write) > -> "NAS" (readonly) > -> "GML" (read/write) > -> "GPX" (read/write) > -> "LIBKML" (read/write) > -> "KML" (read/write) > -> "GeoJSON" (read/write) > -> "Interlis 1" (read/write) > -> "Interlis 2" (read/write) > -> "GMT" (read/write) > -> "GPKG" (read/write) > -> "SQLite" (read/write) > -> "ODBC" (read/write) > -> "PGeo" (readonly) > -> "MSSQLSpatial" (read/write) > -> "PostgreSQL" (read/write) > -> "MySQL" (read/write) > -> "PCIDSK" (read/write) > -> "OpenFileGDB" (readonly) > -> "XPlane" (readonly) > -> "AVCBin" (readonly) > -> "AVCE00" (readonly) > -> "DXF" (read/write) > -> "Geoconcept" (read/write) > -> "GeoRSS" (read/write) > -> "GPSTrackMaker" (read/write) > -> "VFK" (readonly) > -> "PGDump" (read/write) > -> "OSM" (readonly) > -> "GPSBabel" (read/write) > -> "SUA" (readonly) > -> "OpenAir" (readonly) > -> "PDS" (readonly) > -> "WFS" (readonly) > -> "HTF" (readonly) > -> "AeronavFAA" (readonly) > -> "Geomedia" (readonly) > -> "EDIGEO" (readonly) > -> "GFT" (read/write) > -> "SVG" (readonly) > -> "CouchDB" (read/write) > -> "Idrisi" (readonly) > -> "ARCGEN" (readonly) > -> "SEGUKOOA" (readonly) > -> "SEGY" (readonly) > -> "ODS" (read/write) > -> "XLSX" (read/write) > -> "ElasticSearch" (read/write) > -> "PDF" (read/write) > -> "Walk" (readonly) > -> "CartoDB" (readonly) > -> "SXF" (readonly) > > > > -Jukka- > >> -Alkuperäinen viesti- >> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] >> Lähetetty: 16. helmikuuta 2014 22:12 >> Vastaanottaja: OpenJump develop and use >> Aihe: Re: [JPP-Devel] Update GDAL binaries in OJ+ >> >> easily done for windows at least. >> >> but gdal is currently only used for raster reading. how do you figure it'd >> automatically enable OJ to support geopackage format? >> >> ..ede >> >> >> On 16.02.2014 20:35, Rahkonen Jukka (Tike) wrote: >>> Hi, >>> >>> I think this goes to Ede. >>> The OGC Geopackage standard was accepted on Thursday. On the other hand, >> the latest GDAL dev versions support writing vectors into geopackage format. >> Could it be possible to put new GDAL-dev binaries from gisinternals into >> OpenJUMP Plus? That way by downloading OJ Plus users would get also tools for >> creating geopackages and I could base the OpenJUMP blog post that I plan to >> write on that. >>> >>> -Jukka Rahkonen- >>> >>> -- >>> >>> Android apps run on BlackBerry 10 >>> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. >>> Now with support for Jelly Bean, Bluetooth, Mapview and more. >>> Get your Android app in front of a whole new audience. Start now. >>> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg. >>> clktrk ___ >>> Jump-pilot-devel mailing list >>> Jump-pilot-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>> >> >> -- >> Android apps run on BlackBerry 10 >> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. >> Now with support for Jelly Bean, Bluetooth, Mapview and more. >> Get your Android app in front of a whole new audience. Start now. >> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktr >> k >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support
Re: [JPP-Devel] [openjump-users] gdal image read support for windows
just a follow up. as far i am concerned i will drop the issue for now. afaiu both Kosmo and GvSig CE use native gdal bindings to achieve this kind of performance. as we are an outspoken crossplatform project i do not want to follow a path which is dedicatedly based on native code. i could imagine a workaround solution using ogr2ogr though. it'd would work similarily to the current MrSid code. it simply gives an envelope and tasks the native command line binaries to produce a temporary image file, which then is loaded and presented on every drag and zoom in OJ. advantage is that command line binaries are easy to replace and work nearly identical (from an API point of view) on every platform. additionally this will never kill our jre on some error ;) ..ede On 24.09.2013 13:37, Jukka Rahkonen wrote: > Hi, > > We have more supported image formats and more drivers now. What we still > miss is speed. > > I was testing with this image: > http://datastore.hri.fi/Helsinki/kuvat/Helsinki_orto_1943.zip > Kosmo 3.0 opens this image in a second and zoom in/out and panning is > stable and fast. Kosmo was installed from > http://www.opengis.es/index.php?option=com_docman&task=doc_download&gid=95&Itemid=42 > open this image in a second and zoom in/out and panning is stable and > fast. > > OpenJUMP with the same jre 1.6 (32 bit) as Kosmo and with ImageIO[ext],jai > driver opens this image in 80 seconds. Zoom in is fast as well as panning > when zoomed in. However, zoom to layer takes again about a minute. After > playing some time by panning, zooming, closing and opening images OJ gets > so slow that it takes a minute or two to open the syntax menu with mouse > right click. > > Perhaps we have not yet found the perfect driver for images even we have > now more of those than any known GIS program. I think that Kosmo is using > JGDAL boundings from gvSIG project but I was reading that gvSIG CE is > using yet another solution, native GDAL java bindings as mentioned here > http://gvsigce.blogspot.fi/2013/09/sqlite-support.html > > -Jukka Rahkonen- > > edgar.sol...@web.de wrote: >> there we go, >> >> for everyone who wants to try the new support of GDAL image formats > (e.g. >> ECW, MRSID) >> https://github.com/geosolutions-it/imageio-ext/wiki/ImageIOExt#gdal-supported-formats >> >> please download an OJ PLUS snapshot rev.3729 or newer >> http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ >> >> and the packaging of the needed native libraries (x86 and x64) needed > can >> be found here (installation instructions inside the zip file) >> >> http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/GDAL-win-x86x64-1.11dev-20130918.zip >> >> regards.. ede >> >> >> Original Message >> Subject: [openjump-users] enhanced image support >> Date: Tue, 17 Sep 2013 21:20:05 +0200 >> From: edgar.sol...@web.de >> Reply-To: openjump-us...@googlegroups.com >> To: openjump-us...@googlegroups.com >> >> dear OpenJUMPers, >> >> i just committed a major change (rev.3727) to the raster support in OJ. > main changes were >> >> - new "Referenced Image" reader (geoimg.GeoImage), based on GeoTIFF > reader >> but heavily enhanced >> * support for ImageIO[-ext] and JAI but still referenced via JAI * > image rereferencing via geometry manipulation >> * support for layer transparency >> - GeoTiff reader renamed to "Referenced Image [legacy]" >> - new "Buffered Image (Commons)" reader supporting transparency >> - properly dispose referenced/buffered image layers now, incl. native > ecw >> and mrsid loaders >> - reuse OpenFileWizard limited to > ReferencedImageFactoryFileLayerLoader's >> in ImageManager, Add button >> - layer tree icon for Referenced Image layers indicate if there is more > than one image in that layer now >> - statusbar: doubleclick on memory label starts garbage collection - > Referenced Image layers can now be saved and opened as JML, in theory > they can be saved in any format where the feature attributes are kept > intact >> - Dummy Reader now only appears in SelectFileLoaderPanel (second panel > on >> OpenFileWizard) >> - DropDown list in SelectFileLoaderPanel is sorted by priorities and > alphabetically, Dummy Reader is always the second entry after the loader > with the highest priority >> - LayerPropertiesPlugIn, Styles transparency panel slider labels are > signed now to indicate more or less opacity >> >> if you are using and/or generally interested in OJ's raster support > please >> read the changes above and try (some of) the new features. HINT: the > SelectFileLoaderPanel will allow you enforce specific readers, in case a > specific one fails. >> >> the snapshots are as usual avail here >> https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ >> >> as usual, please come back with praise or criticism! ..ede >> >> PS: the gdal support still lacks the modification to the start scripts. > so >> imageio-ext gdal formats will not work out of
Re: [JPP-Devel] Update GDAL binaries in OJ+
Hi, Thank you. I was remembering that binaries come automatically with OJ PLUS but I had them just installed on my own machine. It does not matter, it is good to have it this way and let users install them separately but I will need to edit the blog post a bit. I hope I will have it ready tomorrow. Those who have rights to Blogger project can have a preliminary look already. As a side effect I have created three new GDAL tickets, two for the GeoPackage driver and one for ogr2ogr tool. -Jukka- edgar soldin wrote: >there you go ;) > http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ > happy tinkering ..ede On 16.02.2014 21:58, Rahkonen Jukka (Tike) wrote: > Hi, > > No automatic support at all. But you have decided to include so feature rich > GDAL package that Windows users can open a command window, go to > \OpenJUMP-20131225-r3855-PLUS\lib\native\gdal-win-x64\ or corresponding > 32-bit directory and run the "sdkshell.bat" command. After that it is > possible to use "ogr2ogr" utility program and convert vector data from/to all > the formats supported by that GDAL. That happens totally outside OpenJUMP but > because all the binaries are included in OJ Plus install why not to utilize > them? Current list of supported format is this: > > Supported Formats: > -> "OCI" (read/write) > -> "FileGDB" (read/write) > -> "ESRI Shapefile" (read/write) > -> "MapInfo File" (read/write) > -> "UK .NTF" (readonly) > -> "SDTS" (readonly) > -> "TIGER" (read/write) > -> "S57" (read/write) > -> "DGN" (read/write) > -> "VRT" (readonly) > -> "REC" (readonly) > -> "Memory" (read/write) > -> "BNA" (read/write) > -> "CSV" (read/write) > -> "NAS" (readonly) > -> "GML" (read/write) > -> "GPX" (read/write) > -> "LIBKML" (read/write) > -> "KML" (read/write) > -> "GeoJSON" (read/write) > -> "Interlis 1" (read/write) > -> "Interlis 2" (read/write) > -> "GMT" (read/write) > -> "GPKG" (read/write) > -> "SQLite" (read/write) > -> "ODBC" (read/write) > -> "PGeo" (readonly) > -> "MSSQLSpatial" (read/write) > -> "PostgreSQL" (read/write) > -> "MySQL" (read/write) > -> "PCIDSK" (read/write) > -> "OpenFileGDB" (readonly) > -> "XPlane" (readonly) > -> "AVCBin" (readonly) > -> "AVCE00" (readonly) > -> "DXF" (read/write) > -> "Geoconcept" (read/write) > -> "GeoRSS" (read/write) > -> "GPSTrackMaker" (read/write) > -> "VFK" (readonly) > -> "PGDump" (read/write) > -> "OSM" (readonly) > -> "GPSBabel" (read/write) > -> "SUA" (readonly) > -> "OpenAir" (readonly) > -> "PDS" (readonly) > -> "WFS" (readonly) > -> "HTF" (readonly) > -> "AeronavFAA" (readonly) > -> "Geomedia" (readonly) > -> "EDIGEO" (readonly) > -> "GFT" (read/write) > -> "SVG" (readonly) > -> "CouchDB" (read/write) > -> "Idrisi" (readonly) > -> "ARCGEN" (readonly) > -> "SEGUKOOA" (readonly) > -> "SEGY" (readonly) > -> "ODS" (read/write) > -> "XLSX" (read/write) > -> "ElasticSearch" (read/write) > -> "PDF" (read/write) > -> "Walk" (readonly) > -> "CartoDB" (readonly) > -> "SXF" (readonly) > > > > -Jukka- > >> -Alkuperäinen viesti- >> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] >> Lähetetty: 16. helmikuuta 2014 22:12 >> Vastaanottaja: OpenJump develop and use >> Aihe: Re: [JPP-Devel] Update GDAL binaries in OJ+ >> >> easily done for windows at least. >> >> but gdal is currently only used for raster reading. how do you figure it'd >> automatically enable OJ to support geopackage format? >> >> ..ede >> >> >> On 16.02.2014 20:35, Rahkonen Jukka (Tike) wrote: >>> Hi, >>> >>> I think this goes to Ede. >>> The OGC Geopackage standard was accepted on Thursday. On the other hand, >> the latest GDAL dev versions support writing vectors into geopackage format. >> Could it be possible to put new GDAL-dev binaries from gisinternals into >> OpenJUMP Plus? That way by downloading OJ Plus users would get also tools for >> creating geopackages and I could base the OpenJUMP blog post that I plan to >> write on that. >>> >>> -Jukka Rahkonen- >>> >>> -- >>> >>> Android apps run on BlackBerry 10 >>> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. >>> Now with support for Jelly Bean, Bluetooth, Mapview and more. >>> Get your Android app in front of a whole new audience. Start now. >>> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg. >>> clktrk ___ >>> Jump-pilot-devel mailing list >>> Jump-pilot-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>> >> >> -- >> Android apps run on BlackBerry 10 >> Introducing the new BlackBerry 10.2.1 Runtime for Android apps. >> Now with support for Jelly Bean, Bluetooth,
Re: [JPP-Devel] Update GDAL binaries in OJ+
welcome. yeah, unfortunately gdal, even stripped down, would bloat our distro's at least to 150% of their current size. good to know you keep the gdal devs busy ;).. ede On 18.02.2014 16:56, Rahkonen Jukka (Tike) wrote: > Hi, > > Thank you. I was remembering that binaries come automatically with OJ PLUS > but I had them just installed on my own machine. It does not matter, it is > good to have it this way and let users install them separately but I will > need to edit the blog post a bit. I hope I will have it ready tomorrow. Those > who have rights to Blogger project can have a preliminary look already. As a > side effect I have created three new GDAL tickets, two for the GeoPackage > driver and one for ogr2ogr tool. > > -Jukka- > > edgar soldin wrote: > >> there you go ;) >> http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ > >> happy tinkering ..ede > > On 16.02.2014 21:58, Rahkonen Jukka (Tike) wrote: >> Hi, >> >> No automatic support at all. But you have decided to include so feature >> rich GDAL package that Windows users can open a command window, go to >> \OpenJUMP-20131225-r3855-PLUS\lib\native\gdal-win-x64\ or corresponding >> 32-bit directory and run the "sdkshell.bat" command. After that it is >> possible to use "ogr2ogr" utility program and convert vector data from/to >> all the formats supported by that GDAL. That happens totally outside >> OpenJUMP but because all the binaries are included in OJ Plus install why >> not to utilize them? Current list of supported format is this: >> >> Supported Formats: >> -> "OCI" (read/write) >> -> "FileGDB" (read/write) >> -> "ESRI Shapefile" (read/write) >> -> "MapInfo File" (read/write) >> -> "UK .NTF" (readonly) >> -> "SDTS" (readonly) >> -> "TIGER" (read/write) >> -> "S57" (read/write) >> -> "DGN" (read/write) >> -> "VRT" (readonly) >> -> "REC" (readonly) >> -> "Memory" (read/write) >> -> "BNA" (read/write) >> -> "CSV" (read/write) >> -> "NAS" (readonly) >> -> "GML" (read/write) >> -> "GPX" (read/write) >> -> "LIBKML" (read/write) >> -> "KML" (read/write) >> -> "GeoJSON" (read/write) >> -> "Interlis 1" (read/write) >> -> "Interlis 2" (read/write) >> -> "GMT" (read/write) >> -> "GPKG" (read/write) >> -> "SQLite" (read/write) >> -> "ODBC" (read/write) >> -> "PGeo" (readonly) >> -> "MSSQLSpatial" (read/write) >> -> "PostgreSQL" (read/write) >> -> "MySQL" (read/write) >> -> "PCIDSK" (read/write) >> -> "OpenFileGDB" (readonly) >> -> "XPlane" (readonly) >> -> "AVCBin" (readonly) >> -> "AVCE00" (readonly) >> -> "DXF" (read/write) >> -> "Geoconcept" (read/write) >> -> "GeoRSS" (read/write) >> -> "GPSTrackMaker" (read/write) >> -> "VFK" (readonly) >> -> "PGDump" (read/write) >> -> "OSM" (readonly) >> -> "GPSBabel" (read/write) >> -> "SUA" (readonly) >> -> "OpenAir" (readonly) >> -> "PDS" (readonly) >> -> "WFS" (readonly) >> -> "HTF" (readonly) >> -> "AeronavFAA" (readonly) >> -> "Geomedia" (readonly) >> -> "EDIGEO" (readonly) >> -> "GFT" (read/write) >> -> "SVG" (readonly) >> -> "CouchDB" (read/write) >> -> "Idrisi" (readonly) >> -> "ARCGEN" (readonly) >> -> "SEGUKOOA" (readonly) >> -> "SEGY" (readonly) >> -> "ODS" (read/write) >> -> "XLSX" (read/write) >> -> "ElasticSearch" (read/write) >> -> "PDF" (read/write) >> -> "Walk" (readonly) >> -> "CartoDB" (readonly) >> -> "SXF" (readonly) >> >> >> >> -Jukka- >> >>> -Alkuperäinen viesti- >>> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] >>> Lähetetty: 16. helmikuuta 2014 22:12 >>> Vastaanottaja: OpenJump develop and use >>> Aihe: Re: [JPP-Devel] Update GDAL binaries in OJ+ >>> >>> easily done for windows at least. >>> >>> but gdal is currently only used for raster reading. how do you figure it'd >>> automatically enable OJ to support geopackage format? >>> >>> ..ede >>> >>> >>> On 16.02.2014 20:35, Rahkonen Jukka (Tike) wrote: Hi, I think this goes to Ede. The OGC Geopackage standard was accepted on Thursday. On the other hand, >>> the latest GDAL dev versions support writing vectors into geopackage format. >>> Could it be possible to put new GDAL-dev binaries from gisinternals into >>> OpenJUMP Plus? That way by downloading OJ Plus users would get also tools >>> for >>> creating geopackages and I could base the OpenJUMP blog post that I plan to >>> write on that. -Jukka Rahkonen- -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg. clktrk ___