Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

[RELEASED] GIS Data Downloader

Discussion in 'Assets and Asset Store' started by UnityGISTech, Jul 8, 2021.

  1. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166


    TerrainStreaming_Icone_1200x630.jpg

    Documentation | Example Data

    Description

    Getting high quality data is essential for any GIS task, for this we developed GIS Data Downloader which is a Unity plugin basically designed to download Real World data for offline using purpose.

    Using of this asset allows us
    • Viewing and downloading high-resolution satellite imagery and conventional maps from multiple services (ArcGIS, Bings Maps , Mapbox .. etc).
    • Downloading Digital Elevation Model that represent a 3D terrain model. It is generated by collecting elevation points from different servers focusing on free high resolution datasets with a spatial resolution of 30 meters and below.
    • Downloading Vector Data baseding on the OSM database that contains all information about streets, building, vegetation, polygons .. etc.
    Easy Download Method

    Open “GIS Data Downloader” Windows, You can customize your area by setting coordinates or select manually an area by bounding box from the world map, Select the download directory and wanted dataset, Hit the “Download ” button and you will see a screen with the Extent of the download appear. All downloaded data will remain on your computer and you will be able to visualise and load them in any GIS software, even without connecting to the internet.

    An Online Extention for GIS Terrain Loader

    All donwloaded data can be loaded directly via GIS terrain loader asset.

    Exported data format
    • DEM : GeoTiff, ESRI ArcGrid ASCII and Unity Raw Files;
    • Raster : Jpg format;
    • Vector : OSM data.
    Providers
    • Elevation providers
    . SRTM30 resolution of 30 meters per pixel..
    . ArcGIS resolution of 10 meters per pixel.
    . SRTM v4.1 resolution of 90 meters per pixel in Both (Ascii and Tiff);
    • Raster providers
    . ArcGIS Maps.
    . Mapbox Maps;
    . Virtual Earth (Bing Maps);.
    • Vector providers
    . OpenStreetMap


    *** FEATURES ***
    • Accurate area Bounds selection (From world maps or by coordinate);
    • Download GIS data ( DEM-Raster-Vector) easily via GIS data downloader GUI interface;
    • Download high-resolution satellite imagery and maps;
    • All downloaded data are automatically geo-referenced, which guaranty a flexibility while importing them into any GIS software;
    • Save/Load Area data to file for future using;
    • Auto/Custom Detection for Rasetr-Vector tiles number;
    • Ability to avoid overwriting downloaded files to save downloading time;
    • Customized GUI interface;
    *** SUPPORT ***

    · Full source code included ;
    · Easy to use with video & documentation;
    · Tested with unity 2018,2019,2020,2021;
    · Active support through emails and forum posts.
    . The package contains the complete source code without dependencies


    Asset Link
    Contact : GISTech2008@gmail.com
     
    Last edited: Aug 20, 2021
    Bartolomeus755 likes this.
  2. Bartolomeus755

    Bartolomeus755

    Joined:
    Jun 20, 2013
    Posts:
    283
    Looking forward, can't wait to try it.
     
  3. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Hi there,
    I'm so sorry unity asset store takes more then one month to finish from pending assets ... it takes a lot of time.
    I will past new thread once the asset is released.
    please contact me if your have any needs or ideas...
    Best Regards
     
  4. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Bartolomeus755 likes this.
  5. GandalfGreyham

    GandalfGreyham

    Joined:
    Oct 25, 2021
    Posts:
    4
    I'm having trouble using this. I keep getting an error code about internet connectivity when I try to Download & Generate following the exact steps in the video. All help would be much appreciated. Thanks
     

    Attached Files:

  6. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Hi there,
    This message appear whel GDD can not connect to the internet, so I would to see your GDD windows and your unity version + your systeme (Windows or mac).
    Best regards
     
  7. GandalfGreyham

    GandalfGreyham

    Joined:
    Oct 25, 2021
    Posts:
    4
    Using Unity version 2021.1.17f1 (it's an education account.. don't know if that matters).
    I tried at first on Mac, but then switched to a Windows and made a new project just to test.
    I attached a screenshot of my GDD window settings. Thanks again.
     

    Attached Files:

  8. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Hi
    Hi Sorry for later,
    GDD Works well without any issue, it just need access to check if your connection is working or not.
    In your case remove this "IsAvailableNetworkActive" function from GISDataDownloaderDownloader.cs:

    - !IsAvailableNetworkActive() && from line number 768
    - && IsAvailableNetworkActive() from Line number 801

    Let me know the result
    Email : GISTech2008@gmail.com
    Best Regards
     
  9. mmghaly

    mmghaly

    Joined:
    Dec 6, 2021
    Posts:
    2
    can anyone know what's the problem here !... it's appear when i try to calculate the optimized inputs by using (Gis Data Downloader) and then it doesn't work to download data. Thanks
     

    Attached Files:

  10. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Hi there,
    You just need to the path where you want to download the data, then set the Zoom to 14 and Tiles count to (1,1), to start downloading click on Download Data button.

    Best Regards
     
  11. mmghaly

    mmghaly

    Joined:
    Dec 6, 2021
    Posts:
    2

    i already did that and still have the issue, i tried to change the Terrain path to another folder and it didn't work. if there is any steps i can follow please can you mention it !. Thanks
     

    Attached Files:

  12. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    Hi there,
    It works well for me i'm not sure why you can not download data, contact me on discord to check the source of that issue.
    Discord Link : https://discord.com/invite/3FhNP7YR54

    Best Regards
     

    Attached Files:

    • GDD.rar
      File size:
      1.5 MB
      Views:
      86
  13. UnityGISTech

    UnityGISTech

    Joined:
    May 6, 2015
    Posts:
    166
    GIS Data Downloader Updated to v1.4

    Released date : 19/05/2022


    -Fixed Geo-Referenced Tab for the large zone preview image;

    -Fixed Error While Extracting DEMs Zip files;

    -Fixed Error While downloading Raster from Mapbox server.

    -Added a New interactive Local Map Helper ;

    -Main Operation (Download-Generate) Removed;

    -New Windows to set a custom Cache path.

    1.JPG upload_2022-5-19_12-41-49.png
     
    Last edited: May 19, 2022
unityunity