Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|

Superoverlay Pro include Scheduler application for run of background processes. In Scheduler you can add Superoverlay project file as task, select launch date/time and scheduling type.
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|
Forkboy2
Cartographer
Reged: 07/16/05
Posts: 438
|
|
Is there anyway to fix the out of memory problem that happens when I try to load too many maps at the same time?
If I have 20 or 30 maps to process, I can only do them in groups of 5-6 at a time because the application runs out of memory and won't add anymore to the batch.
Is it necessary to load the entire image into memory before it is time for it to be processed?? That seems to be the problem.
Thanks.
-------------------- Matt
Google Earth Library
|
Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|
Thanks, Matt
1. With Superoverlay Pro Scheduler you can use many of processes. You can distribute project by tasks.
2. Optimizations by memory, by speed of works with ftp etc connections we begin make in next time. Now we extend functions of this application. Next steps it is user-password functions, log file, additional events in Scheduler.
Also users write about good results with new ArcGIS and Explorer versions.
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|
Forkboy2
Cartographer
Reged: 07/16/05
Posts: 438
|
|
Thanks Valery. It does work very well. I'm trying the Scheduler right now. I can see that being very useful for online maps that get updated regularly.
Here is what I just finished doing with SuperOverlay. About 40,000 tiles alltogether.
http://www.fox-fam.com/gefiles/maps/Sectionals/SectionalCharts.kml
Matt
-------------------- Matt
Google Earth Library
|
Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|
Great dataset! Maybe you public Network link in http://bbs.keyhole.com/ubb/postlist.php/Cat/0/Board/EarthExternalData also?
We make before near vector project for AIS. My friend Jeffrey Johnson compare vector and raster datasets near LAX: http://gisplanet.blogspot.com/2006/12/aeronautical-sectional-charts-global_23.html
Enjoy!
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|
Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|
Next 1.5.1 version.
New features: - 'Load/Save' task list as XML file in Scheduler is available - Custom scheduling type (Launch every hh/mm) is available
Example of task list file:
<?xml version="1.0" encoding="utf-8"?> <TaskDocument> <DocumentName>shedulermodis</DocumentName> <Task id="0"> <name>modis7</name> <path>C:\Documents and Settings\Valery\...\work\superoverlay\modis\modis7.xml</path> <launch>26.12.2006 20:08:16</launch> <type>Custom</type> <period>10800000</period> </Task> <Task id="1"> <name>modis8</name> <path>C:\Documents and Settings\Valery\...\work\superoverlay\modis\modis8.xml</path> <launch>26.12.2006 20:09:42</launch> <type>Custom</type> <period>10800000</period> </Task> </TaskDocument>
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|
Forkboy2
Cartographer
Reged: 07/16/05
Posts: 438
|
|
I have a suggestion for image output format that is optimized for transparency.
Can you add an option to output a mix of PNG and JPG with the following rules:
- Tiles that are 100% transparent color get skipped completely. - Tiles that have 0% transparent color get saved as JPG - Tiles that have >0% and <100% transparent color are saved as PNG with transparency.
This will help because PNG supports transparency but isn't lossy. JPG is lossy but doesn't support transparency. So a mix of the two formats will create the smallest possible SuperOverlay and still have transparency.
Thanks.
|
Forkboy2
Cartographer
Reged: 07/16/05
Posts: 438
|
|
Quote:
I have a suggestion for image output format that is optimized for transparency.
Thanks.
Actually, after doing some more experimenting, I found a way to have lossy compression AND transparency at the same time with 8-bit GIF files. That seems to do what I need. So nevermind 
In case any others are interested, here are the file sizes for my little experiment.
Original JPG - 14.7 KB Regular GIF - 28.5 KB Lossy (80% quality) GIF with transparency- 12.8 KB PNG (with PNGOut) - 25.4 KB
Matt
|
Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|
Next version 1.5.2. New features: 1. "Recent projects" menu item is added 2. "FTP-connections" functions is added (storing your connection properties to FTP-servers). You can store User/Password strings.
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|
Valery35
Master Craftsman
Reged: 09/02/05
Posts: 2252
Loc: Russia, Perm, Sun
|
|
New features: Full FTP upload - user/password - create of folders
Bug with "one pixel" fixed. Check please this! Bug with Out of memory for small images fixed. Check please also!
-------------------- Blog | Geoblog(ru) | Software | Spreadsheets | Photos | History | Pict'Earth
|