61 datasets found
  1. 5. André Oliveira

    • hub.arcgis.com
    Updated Apr 2, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri Portugal - Educação (2020). 5. André Oliveira [Dataset]. https://hub.arcgis.com/documents/aa3734f37eaa4311ac17fd31645c5722
    Explore at:
    Dataset updated
    Apr 2, 2020
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri Portugal - Educação
    License

    Attribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
    License information was derived automatically

    Description

    The goal of this project is to create a map of the planet Mars, by using ESRI software. For this, a 3D project was developed using ArcGIS Pro, considering a global scene, to be published in an online platform. All the various data from Mars will be available in a single website, where everyone can visualize and interact. The Red Planet has been studied for many decades and this year marks the launch of a new rover, Mars2020, which will happen on the 17th of July. This new rover will be continuing the on-going work of the Curiosity Rover, launched in 2012. The main objective for these rovers is to determine if Mars could have supported life, by studying its water, climate and geology. Currently, the only operational rover in Mars is Curiosity and with that in mind, this project will have a strong focus on the path taken by this rover, during almost 8 years of exploration. In the web application, the user will be able to see the course taken by Curiosity in Mars’ Gale Crater, from its landing until January 2020. The map highlights several points of interest, such as the location after each year passed on MarsEarth year and every kilometer, which can be interacted with as well as browse through photos taken at each of the locations, through a pop-up window. Additionally, the application also supports global data of Mars. The two main pieces, used as basemaps, are the global imagery, with a pixel size of 925 meters and the Digital Elevation Model (DEM), with 200 meters per pixel. The DEM represents the topography of Mars and was also used to develop Relief and Slope Maps. Furthermore, the application also includes data regarding the geology of the planet and nomenclature to identify regions, areas of interest and craters of Mars. This project wouldn’t have been possible without NASA’s open-source philosophy, working alongside other entities, such as the European Space Agency, the International Astronomical Union and the Working Group for Planetary System Nomenclature. All the data related to Imagery, DEM raster files, Mars geology and nomenclature was obtained on USGS Astrogeology Science Center database. Finally, the data related to the Curiosity Rover was obtained on the portal of The Planetary Society. Working with global datasets means working with very large files, so selecting the right approach is crucial and there isn’t much margin for experiments. In fact, a wrong step means losing several hours of computing time. All the data that was downloaded came in Mars Coordinate Reference Systems (CRS) and luckily, ESRI handles that format well. This not only allowed the development of accurate analysis of the planet, but also modelling the data around a globe. One limitation, however, is that ESRI only has the celestial body for planet Earth, so this meant that the Mars imagery and elevation was wrapped around Earth. ArcGIS Pro allows CRS transformation on the fly, but rendering times were not efficient, so the workaround was to project all data into WGS84. The slope map and respective reclassification and hillshading was developed in the original CRS. This process was done twice: one globally and another considering the Gale Crater. The results show that the crater’s slope characteristics are quite different from the global panorama of Mars. The crater has a depression that is approximately 5000 meters deep, but at the top it’s possible to identify an elevation of 750 meters, according to the altitude system of Mars. These discrepancies in a relatively small area result in very high slope values. Globally, 88% of the area has slopes less than 2 degrees, while in the Gale Crater this value is only 36%. Slopes between 2 and 10 degrees represent almost 60% of the area of the crater. On the other hand, they only represent 10% of the area globally. A considerable area with more than 10 degrees of slope can also be found within the crater, but globally the value is less than 1%. By combining Curiosity’s track path with the DEM, a profile graph of the path was obtained. It is possible to observe that Curiosity landed in a flat area and has been exploring in a “steady path”. However, in the last few years (since the 12th km), the rover has been more adventurous and is starting to climb the crater. In the last 10 km of its journey, Curiosity “climbed” around 300 meters, whereas in the first 11 km it never went above 100 meters. With the data processed in the WGS84 system, all was ready to start modelling Mars, which was firstly done in ArcGIS Pro. When the data was loaded, symbology and pop-ups configured, the project was exported to ArcGIS Online. Both the imagery and elevation layer were exported as “hosted tile service”. This was a key step, since keeping the same level of detail online and offline would have a steep increase in imagery size, to hundreds of Terabytes, thus a lot of work was put into balancing tile cache size and the intended quality of imagery. For the remaining data, it was a straight-forward step, exporting these files as vectors. Once all the data was in the Online Portal, a Global Web Scene was developed. This is an on-going project with an outlook to develop the global scene into an application with ESRI’s AppBuilder, allowing the addition of more information. In the future, there is also interest to increment the displayed data, like adding the paths taken by other rovers in the past, alongside detailed imagery of other areas beyond the Gale Crater. Finally, with 2021 being the year when the new rover Mars2020 will land on the Red Planet, we might be looking into adding it to this project.https://arcg.is/KuS4r

  2. Geospatial Deep Learning Seminar Online Course

    • ckan.americaview.org
    Updated Nov 2, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2021). Geospatial Deep Learning Seminar Online Course [Dataset]. https://ckan.americaview.org/dataset/geospatial-deep-learning-seminar-online-course
    Explore at:
    Dataset updated
    Nov 2, 2021
    Dataset provided by
    CKANhttps://ckan.org/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This seminar is an applied study of deep learning methods for extracting information from geospatial data, such as aerial imagery, multispectral imagery, digital terrain data, and other digital cartographic representations. We first provide an introduction and conceptualization of artificial neural networks (ANNs). Next, we explore appropriate loss and assessment metrics for different use cases followed by the tensor data model, which is central to applying deep learning methods. Convolutional neural networks (CNNs) are then conceptualized with scene classification use cases. Lastly, we explore semantic segmentation, object detection, and instance segmentation. The primary focus of this course is semantic segmenation for pixel-level classification. The associated GitHub repo provides a series of applied examples. We hope to continue to add examples as methods and technologies further develop. These examples make use of a vareity of datasets (e.g., SAT-6, topoDL, Inria, LandCover.ai, vfillDL, and wvlcDL). Please see the repo for links to the data and associated papers. All examples have associated videos that walk through the process, which are also linked to the repo. A variety of deep learning architectures are explored including UNet, UNet++, DeepLabv3+, and Mask R-CNN. Currenlty, two examples use ArcGIS Pro and require no coding. The remaining five examples require coding and make use of PyTorch, Python, and R within the RStudio IDE. It is assumed that you have prior knowledge of coding in the Python and R enviroinments. If you do not have experience coding, please take a look at our Open-Source GIScience and Open-Source Spatial Analytics (R) courses, which explore coding in Python and R, respectively. After completing this seminar you will be able to: explain how ANNs work including weights, bias, activation, and optimization. describe and explain different loss and assessment metrics and determine appropriate use cases. use the tensor data model to represent data as input for deep learning. explain how CNNs work including convolutional operations/layers, kernel size, stride, padding, max pooling, activation, and batch normalization. use PyTorch, Python, and R to prepare data, produce and assess scene classification models, and infer to new data. explain common semantic segmentation architectures and how these methods allow for pixel-level classification and how they are different from traditional CNNs. use PyTorch, Python, and R (or ArcGIS Pro) to prepare data, produce and assess semantic segmentation models, and infer to new data.

  3. a

    Data from: Google Earth Engine (GEE)

    • hub.arcgis.com
    • data.amerigeoss.org
    • +5more
    Updated Nov 28, 2018
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AmeriGEOSS (2018). Google Earth Engine (GEE) [Dataset]. https://hub.arcgis.com/items/bb1b131beda24006881d1ab019205277
    Explore at:
    Dataset updated
    Nov 28, 2018
    Dataset authored and provided by
    AmeriGEOSS
    Description

    Meet Earth EngineGoogle Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with planetary-scale analysis capabilities and makes it available for scientists, researchers, and developers to detect changes, map trends, and quantify differences on the Earth's surface.SATELLITE IMAGERY+YOUR ALGORITHMS+REAL WORLD APPLICATIONSLEARN MOREGLOBAL-SCALE INSIGHTExplore our interactive timelapse viewer to travel back in time and see how the world has changed over the past twenty-nine years. Timelapse is one example of how Earth Engine can help gain insight into petabyte-scale datasets.EXPLORE TIMELAPSEREADY-TO-USE DATASETSThe public data archive includes more than thirty years of historical imagery and scientific datasets, updated and expanded daily. It contains over twenty petabytes of geospatial data instantly available for analysis.EXPLORE DATASETSSIMPLE, YET POWERFUL APIThe Earth Engine API is available in Python and JavaScript, making it easy to harness the power of Google’s cloud for your own geospatial analysis.EXPLORE THE APIGoogle Earth Engine has made it possible for the first time in history to rapidly and accurately process vast amounts of satellite imagery, identifying where and when tree cover change has occurred at high resolution. Global Forest Watch would not exist without it. For those who care about the future of the planet Google Earth Engine is a great blessing!-Dr. Andrew Steer, President and CEO of the World Resources Institute.CONVENIENT TOOLSUse our web-based code editor for fast, interactive algorithm development with instant access to petabytes of data.LEARN ABOUT THE CODE EDITORSCIENTIFIC AND HUMANITARIAN IMPACTScientists and non-profits use Earth Engine for remote sensing research, predicting disease outbreaks, natural resource management, and more.SEE CASE STUDIESREADY TO BE PART OF THE SOLUTION?SIGN UP NOWTERMS OF SERVICE PRIVACY ABOUT GOOGLE

  4. Multispectral Landsat

    • eo-for-disaster-management-amerigeoss.hub.arcgis.com
    • esriaustraliahub.com.au
    • +4more
    Updated Mar 19, 2015
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2015). Multispectral Landsat [Dataset]. https://eo-for-disaster-management-amerigeoss.hub.arcgis.com/datasets/d9b466d6a9e647ce8d1dd5fe12eb434b
    Explore at:
    Dataset updated
    Mar 19, 2015
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    This layer includes Landsat GLS, Landsat 8, and Landsat 9 imagery for use in visualization and analysis. This layer is time enabled and includes a number band combinations and indices rendered on demand. The Landsat 8 and 9 imagery includes nine multispectral bands from the Operational Land Imager (OLI) and two bands from the Thermal Infrared Sensor (TIRS). It is updated daily with new imagery directly sourced from the USGS Landsat collection on AWS.Geographic CoverageGlobal Land Surface.Polar regions are available in polar-projected Imagery Layers: Landsat Arctic Views and Landsat Antarctic Views.Temporal CoverageThis layer is updated daily with new imagery.Working in tandem, Landsat 8 and 9 revisit each point on Earth's land surface every 8 days.Most images collected from January 2015 to present are included.Approximately 5 images for each path/row from 2013 and 2014 are also included.This layer also includes imagery from the Global Land Survey* (circa 2010, 2005, 2000, 1990, 1975).Product LevelThe Landsat 8 and 9 imagery in this layer is comprised of Collection 2 Level-1 data.The imagery has Top of Atmosphere (TOA) correction applied.TOA is applied using the radiometric rescaling coefficients provided the USGS.The TOA reflectance values (ranging 0 – 1 by default) are scaled using a range of 0 – 10,000.Image Selection/FilteringA number of fields are available for filtering, including Acquisition Date, Estimated Cloud Cover, and Product ID.To isolate and work with specific images, either use the ‘Image Filter’ to create custom layers or add a ‘Layer Filter’ to restrict the default layer display to a specified image or group of images.To isolate a specific mission, use the Layer Filter and the dataset_id or SensorName fields.Visual RenderingThe default rendering in this layer is Agriculture (bands 6,5,2) with Dynamic Range Adjustment (DRA). Brighter green indicates more vigorous vegetation.The DRA version of each layer enables visualization of the full dynamic range of the images.Rendering (or display) of band combinations and calculated indices is done on-the-fly from the source images via Raster Functions.Various pre-defined Raster Functions can be selected or custom functions can be created.Pre-defined functions: Natural Color with DRA, Agriculture with DRA, Geology with DRA, Color Infrared with DRA, Bathymetric with DRA, Short-wave Infrared with DRA, Normalized Difference Moisture Index Colorized, NDVI Raw, NDVI Colorized, NBR Raw15 meter Landsat Imagery Layers are also available: Panchromatic and Pansharpened.Multispectral Bands

    Band

    Description

    Wavelength (µm)

    Spatial Resolution (m)

    1

    Coastal aerosol

    0.43 - 0.45

    30

    2

    Blue

    0.45 - 0.51

    30

    3

    Green

    0.53 - 0.59

    30

    4

    Red

    0.64 - 0.67

    30

    5

    Near Infrared (NIR)

    0.85 - 0.88

    30

    6

    SWIR 1

    1.57 - 1.65

    30

    7

    SWIR 2

    2.11 - 2.29

    30

    8

    Cirrus (in OLI this is band 9)

    1.36 - 1.38

    30

    9

    QA Band (available with Collection 1)*

    NA

    30

    *More about the Quality Assessment BandTIRS Bands

    Band

    Description

    Wavelength (µm)

    Spatial Resolution (m)

    10

    TIRS1

    10.60 - 11.19

    100 * (30)

    11

    TIRS2

    11.50 - 12.51

    100 * (30)

    *TIRS bands are acquired at 100 meter resolution, but are resampled to 30 meter in delivered data product.Additional Usage NotesImage exports are limited to 4,000 columns x 4,000 rows per request.This dynamic imagery layer can be used in Web Maps and ArcGIS Pro as well as web and mobile applications using the ArcGIS REST APIs.WCS and WMS compatibility means this imagery layer can be consumed as WCS or WMS services.The Landsat Explorer App is another way to access and explore the imagery.Data SourceLandsat imagery is sourced from the U.S. Geological Survey (USGS) and the National Aeronautics and Space Administration (NASA). Data is hosted in Amazon Web Services as part of their Public Data Sets program.For information, see Landsat 8 and Landsat 9.*The Global Land Survey includes images from Landsat 1 through Landsat 7. Band numbers and band combinations differ from those of Landsat 8, but have been mapped to the most appropriate band as in the above table. For more information about the Global Land Survey, visit GLS.

  5. a

    ACS Travel Time To Work Variables - Tract

    • hub.arcgis.com
    • hub.scag.ca.gov
    Updated Feb 3, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    rdpgisadmin (2022). ACS Travel Time To Work Variables - Tract [Dataset]. https://hub.arcgis.com/datasets/3341ca03b6044fc6bc474765f6f1eac7
    Explore at:
    Dataset updated
    Feb 3, 2022
    Dataset authored and provided by
    rdpgisadmin
    Area covered
    Description

    This layer shows workers' place of residence by commute length. This is shown by tract, county, and state boundaries. This service is updated annually to contain the most currently released American Community Survey (ACS) 5-year data, and contains estimates and margins of error. There are also additional calculated attributes related to this topic, which can be mapped or used within analysis. This layer is symbolized to show the percentage of commuters whose commute is 90 minutes or more. To see the full list of attributes available in this service, go to the "Data" tab, and choose "Fields" at the top right. Current Vintage: 2015-2019ACS Table(s): B08303Data downloaded from: Census Bureau's API for American Community Survey Date of API call: December 10, 2020National Figures: data.census.govThe United States Census Bureau's American Community Survey (ACS):About the SurveyGeography & ACSTechnical DocumentationNews & UpdatesThis ready-to-use layer can be used within ArcGIS Pro, ArcGIS Online, its configurable apps, dashboards, Story Maps, custom apps, and mobile apps. Data can also be exported for offline workflows. For more information about ACS layers, visit the FAQ. Please cite the Census and ACS when using this data.Data Note from the Census:Data are based on a sample and are subject to sampling variability. The degree of uncertainty for an estimate arising from sampling variability is represented through the use of a margin of error. The value shown here is the 90 percent margin of error. The margin of error can be interpreted as providing a 90 percent probability that the interval defined by the estimate minus the margin of error and the estimate plus the margin of error (the lower and upper confidence bounds) contains the true value. In addition to sampling variability, the ACS estimates are subject to nonsampling error (for a discussion of nonsampling variability, see Accuracy of the Data). The effect of nonsampling error is not represented in these tables.Data Processing Notes:This layer is updated automatically when the most current vintage of ACS data is released each year, usually in December. The layer always contains the latest available ACS 5-year estimates. It is updated annually within days of the Census Bureau's release schedule. Click here to learn more about ACS data releases.Boundaries come from the US Census TIGER geodatabases. Boundaries are updated at the same time as the data updates (annually), and the boundary vintage appropriately matches the data vintage as specified by the Census. These are Census boundaries with water and/or coastlines clipped for cartographic purposes. For census tracts, the water cutouts are derived from a subset of the 2010 AWATER (Area Water) boundaries offered by TIGER. For state and county boundaries, the water and coastlines are derived from the coastlines of the 500k TIGER Cartographic Boundary Shapefiles. The original AWATER and ALAND fields are still available as attributes within the data table (units are square meters). The States layer contains 52 records - all US states, Washington D.C., and Puerto RicoCensus tracts with no population that occur in areas of water, such as oceans, are removed from this data service (Census Tracts beginning with 99).Percentages and derived counts, and associated margins of error, are calculated values (that can be identified by the "_calc_" stub in the field name), and abide by the specifications defined by the American Community Survey.Field alias names were created based on the Table Shells file available from the American Community Survey Summary File Documentation page.Negative values (e.g., -4444...) have been set to null, with the exception of -5555... which has been set to zero. These negative values exist in the raw API data to indicate the following situations:The margin of error column indicates that either no sample observations or too few sample observations were available to compute a standard error and thus the margin of error. A statistical test is not appropriate.Either no sample observations or too few sample observations were available to compute an estimate, or a ratio of medians cannot be calculated because one or both of the median estimates falls in the lowest interval or upper interval of an open-ended distribution.The median falls in the lowest interval of an open-ended distribution, or in the upper interval of an open-ended distribution. A statistical test is not appropriate.The estimate is controlled. A statistical test for sampling variability is not appropriate.The data for this geographic area cannot be displayed because the number of sample cases is too small.

  6. p

    Fire Response Distance (Kilometres) - Station 201

    • open.penticton.ca
    • hub.arcgis.com
    • +1more
    Updated Jun 1, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CityOfPenticton (2023). Fire Response Distance (Kilometres) - Station 201 [Dataset]. https://open.penticton.ca/datasets/dbdf3748929d4766a5add5621677344c
    Explore at:
    Dataset updated
    Jun 1, 2023
    Dataset authored and provided by
    CityOfPenticton
    Area covered
    Description

    Travel Distance, in kilometres (KM), from Fire Station 201.

    This dataset was create in ArcGIS Pro using Generate Service Areas (Ready To Use) to determine distance away from the two fire halls.

  7. Pansharpened Landsat

    • cacgeoportal.com
    • afrigeo.africageoportal.com
    • +5more
    Updated Mar 19, 2015
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2015). Pansharpened Landsat [Dataset]. https://www.cacgeoportal.com/datasets/a7412d0c33be4de698ad981c8ba471e6
    Explore at:
    Dataset updated
    Mar 19, 2015
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    This layer includes Landsat 8 and 9 imagery for use in visualization and analysis. This layer is time enabled and includes a number of pansharpened renderings on demand. The layer includes 15m imagery rendered on-the-fly as Natural Color with DRA. It is updated daily with new imagery directly sourced from the USGS Landsat collection on AWS.Geographic CoverageGlobal Land Surface.Polar regions are available in polar-projected Imagery Layers: Landsat Arctic Views and Landsat Antarctic Views.Temporal CoverageThis layer is updated daily with new imagery.Working in tandem, Landsat 8 and 9 revisit each point on Earth's land surface every 8 days.Most images collected from January 2015 to present are included.Approximately 5 images for each path/row from 2013 and 2014 are also included.Product LevelThe Landsat 8 and 9 imagery in this layer is comprised of Collection 2 Level-1 data.The imagery has Top of Atmosphere (TOA) correction applied.TOA is applied using the radiometric rescaling coefficients provided the USGS.The TOA reflectance values (ranging 0 – 1 by default) are scaled using a range of 0 – 10,000.Image Selection/FilteringA number of fields are available for filtering, including Acquisition Date, Estimated Cloud Cover, and Product ID.To isolate and work with specific images, either use the ‘Image Filter’ to create custom layers or add a ‘Query Filter’ to restrict the default layer display to a specified image or group of images.Visual RenderingDefault rendering is PanSharpened Natural Color images.Raster Functions enable on-the-fly rendering of band combinations and calculated indices from the source imagery.The DRA version of each layer enables visualization of the full dynamic range of the images.Other pre-defined Raster Functions can be selected via the renderer drop-down or custom functions can be created.This layer is part of a larger collection of Landsat Imagery Layers that you can use to perform a variety of mapping analysis tasks.Additional Usage NotesImage exports are limited to 4,000 columns x 4,000 rows per request.This dynamic imagery layer can be used in Web Maps and ArcGIS Pro as well as web and mobile applications using the ArcGIS REST APIs.WCS and WMS compatibility means this imagery layer can be consumed as WCS or WMS services.The Landsat Explorer App is another way to access and explore the imagery.Data SourceLandsat imagery is sourced from the U.S. Geological Survey (USGS) and the National Aeronautics and Space Administration (NASA). Data is hosted in Amazon Web Services as part of their Public Data Sets program.For information, see Landsat 8 and Landsat 9.

  8. Panchromatic Landsat

    • uneca.africageoportal.com
    • cacgeoportal.com
    • +1more
    Updated Mar 20, 2015
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2015). Panchromatic Landsat [Dataset]. https://uneca.africageoportal.com/datasets/6b003010cbe64d5d8fd3ce00332593bf
    Explore at:
    Dataset updated
    Mar 20, 2015
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    This layer includes Landsat 8 and 9 imagery for use in visualization and analysis. This layer is time enabled and includes the panchromatic band from the Operational Land Imager (OLI). It is updated daily with new imagery directly sourced from the USGS Landsat collection on AWS.Geographic CoverageGlobal Land SurfacePolar regions are available in polar-projected Imagery Layers: Landsat Arctic Views and Landsat Antarctic Views.Temporal CoverageThis layer is updated daily with new imagery.Working in tandem, Landsat 8 and 9 revisit each point on Earth's land surface every 8 days.Most images collected from January 2015 to present are included.Approximately 5 images for each path/row from 2013 and 2014 are also included.Product LevelThe Landsat 8 and 9 imagery in this layer is comprised of Collection 2 Level-1 data.The imagery has Top of Atmosphere (TOA) correction applied.TOA is applied using the radiometric rescaling coefficients provided the USGS.The TOA reflectance values (ranging 0 – 1 by default) are scaled using a range of 0 – 10,000.Image Selection/FilteringA number of fields are available for filtering, including Acquisition Date, Estimated Cloud Cover, and Product ID.To isolate and work with specific images, either use the ‘Image Filter’ to create custom layers or add a ‘Query Filter’ to restrict the default layer display to a specified image or group of images.Visual RenderingDefault rendering is Panchromatic (0.5-0.68 µm).Raster Functions enable on-the-fly rendering of band combinations and calculated indices from the source imagery.The DRA version of each layer enables visualization of the full dynamic range of the images.Other pre-defined Raster Functions can be selected via the renderer drop-down or custom functions can be created.This layer is part of a larger collection of Landsat Imagery Layers that you can use to perform a variety of mapping analysis tasks.Additional Usage NotesImage exports are limited to 4,000 columns x 4,000 rows per request.This dynamic imagery layer can be used in Web Maps and ArcGIS Pro as well as web and mobile applications using the ArcGIS REST APIs.WCS and WMS compatibility means this imagery layer can be consumed as WCS or WMS services.The Landsat Explorer App is another way to access and explore the imagery.Data SourceLandsat imagery is sourced from the U.S. Geological Survey (USGS) and the National Aeronautics and Space Administration (NASA). Data is hosted in Amazon Web Services as part of their Public Data Sets program.For information, see Landsat 8 and Landsat 9.

  9. Landsat Arctic Imagery: Short-wave Infrared with DRA

    • hub.arcgis.com
    • open-data-pittsylvania.hub.arcgis.com
    Updated Jun 23, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2016). Landsat Arctic Imagery: Short-wave Infrared with DRA [Dataset]. https://hub.arcgis.com/datasets/fa5e07d865284f41ac5b548e7cec45b6
    Explore at:
    Dataset updated
    Jun 23, 2016
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    This dynamic imagery layer features Landsat 8 and Landsat GLS imagery, rendered on-the-fly as Short-wave Infrared with DRA, for use in visualization and analysis. This layer is time enabled and includes a number of band combinations and indices rendered on demand. The imagery includes eight multispectral bands from the Operational Land Imager (OLI) and two bands from the Thermal Infrared Sensor (TIRS). It is updated daily with new imagery directly sourced from the USGS Landsat collection on AWS.To view this imagery layer, you'll want to add it to a map that is using the Polar projection of WGS_1984_EPSG_Alaska_Polar_Stereographic, for example the Arctic Ocean Basemap or the Arctic Imagery basemap. Other polar projections may be used within their useful limits. There is no imagery above 82°30’N due to the orbit of the satellite.

    Geographic CoverageArctic RegionTemporal CoverageThis layer is updated daily with new imagery.Landsat 8 revisits each point on Earth's land surface every 16 days.Most images collected from January 2015 to present are included.Approximately 5 images for each path/row from 2013 and 2014 are also included.This layer also includes imagery from the Global Land Survey* (circa 2010, 2005, 2000, 1990, 1975).Product LevelThe Landsat 8 imagery in this layer is comprised of Collection 2 Level-1 data.The imagery has Top of Atmosphere (TOA) correction applied.TOA is applied using the radiometric rescaling coefficients provided the USGS.The TOA reflectance values (ranging 0 – 1 by default) are scaled using a range of 0 – 10,000.Image Selection/FilteringA number of fields are available for filtering, including Acquisition Date, Estimated Cloud Cover, and Product ID.To isolate and work with specific images, either use the ‘Image Filter’ to create custom layers or add a ‘Query Filter’ to restrict the default layer display to a specified image or group of images.Visual RenderingDefault rendering is Short-wave Infrared (bands 7,6,4) with Dynamic Range Adjustment (DRA).Raster Functions enable on-the-fly rendering of band combinations and calculated indices from the source imagery.The DRA version of each layer enables visualization of the full dynamic range of the images.Other pre-defined Raster Functions can be selected via the renderer drop-down or custom functions can be created.This layer is part of a larger collection of Landsat Imagery Layers that you can use to perform a variety of mapping analysis tasks.Multispectral BandsThe table below lists all available multispectral OLI bands. Short-wave Infrared with DRA consumes bands 7,6,4.BandDescriptionWavelength (µm)Spatial Resolution (m)1Coastal aerosol0.43 - 0.45302Blue0.45 - 0.51303Green0.53 - 0.59304Red0.64 - 0.67305Near Infrared (NIR)0.85 - 0.88306SWIR 11.57 - 1.65307SWIR 22.11 - 2.29308Cirrus (in OLI this is band 9)1.36 - 1.38309QA Band (available with Collection 1)*NA30*More about the Quality Assessment BandTIRS BandsBandDescriptionWavelength (µm)Spatial Resolution (m)10TIRS110.60 - 11.19100 * (30)11TIRS211.50 - 12.51100 * (30)*TIRS bands are acquired at 100 meter resolution, but are resampled to 30 meter in delivered data product.Additional Usage NotesImage exports are limited to 4,000 columns x 4,000 rows per request.This dynamic imagery layer can be used in Web Maps and ArcGIS Pro as well as web and mobile applications using the ArcGIS REST APIs.WCS and WMS compatibility means this imagery layer can be consumed as WCS or WMS services.The Unlocking Landsat in the Arctic app is another way to access and explore the imagery.This layer is part of a larger collection of Landsat Imagery Layers.Data SourceLandsat imagery is sourced from the U.S. Geological Survey (USGS) and the National Aeronautics and Space Administration (NASA). Data is hosted by the Amazon Web Services as part of their Public Data Sets program.For information on Landsat 8 images, see Landsat8.

    *The Global Land Survey includes images from Landsat 1 through Landsat 7. Band numbers and band combinations differ from those of Landsat 8, but have been mapped to the most appropriate band as in the above table. For more information about the Global Land Survey, visit GLS.

  10. o

    RGB UAV plants imge dataset

    • explore.openaire.eu
    Updated Sep 5, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Girma Tariku (2023). RGB UAV plants imge dataset [Dataset]. http://doi.org/10.5281/zenodo.8297802
    Explore at:
    Dataset updated
    Sep 5, 2023
    Authors
    Girma Tariku
    Description

    Dataset Overview: Plant Species UAV Image Dataset (PSUID) The Plant Species UAV Image Dataset (PSUID) is a comprehensive collection of high-resolution RGB images captured by an unmanned aerial vehicle (UAV) to facilitate the accurate identification and classification of plant species in heterogeneous plant areas. The dataset was meticulously collected and processed as part of a study conducted at Parco delle Cave in Brescia, Italy. Dataset Highlights: Title: Plant Species UAV Image Dataset (PSUID) Focus Area: Parco delle Cave, Brescia, Italy Data Source: UAV-collected RGB images Classes and Descriptions: Agropyron repens Ailanthus altissima Arrhenatherum elatius Artemisia verlotiorum Populus nigra Rubus caesius Ulmus minor Methodology: Study Area: The study focuses on a one-hectare agricultural property within Parco delle Cave in Brescia, Lombardy, Italy. Data Acquisition: UAV flight on May 30, 2022, using a Mavic 2 Pro equipped with a Hasselblad L1D-20MP camera. Flight parameters: 30 meters above ground, 4 ground control points, 319 images captured. Image Processing: Orthomosaic and digital surface model (DSM) generated using Agisoft Metashape. Segmentation using eCognition software with multi-resolution and spatial difference segmentation. Supervised Learning: Training samples selected using color indicators for accurate species identification. Classification using the K-nearest neighbor (KNN) algorithm in eCognition software. Data Extraction and Preparation: Plant species images extracted using ArcGIS software. Creation of a comprehensive dataset with 782 images across seven plant species classes. The data is published at https://www.mdpi.com/2504-446X/7/10/599

  11. a

    Fire Response Distance (Kilometres) - Station 202

    • arc-gis-hub-home-arcgishub.hub.arcgis.com
    Updated Jun 1, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    The citation is currently not available for this dataset.
    Explore at:
    Dataset updated
    Jun 1, 2023
    Dataset authored and provided by
    CityOfPenticton
    Area covered
    Description

    Travel Distance, in kilometres (KM), from Fire Station 202.

    This dataset was create in ArcGIS Pro using Generate Service Areas (Ready To Use) to determine distance away from the two fire halls.

  12. d

    Datasets for Computational Methods and GIS Applications in Social Science

    • search.dataone.org
    Updated Sep 25, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Fahui Wang; Lingbo Liu (2024). Datasets for Computational Methods and GIS Applications in Social Science [Dataset]. http://doi.org/10.7910/DVN/4CM7V4
    Explore at:
    Dataset updated
    Sep 25, 2024
    Dataset provided by
    Harvard Dataverse
    Authors
    Fahui Wang; Lingbo Liu
    Description

    Dataset for the textbook Computational Methods and GIS Applications in Social Science (3rd Edition), 2023 Fahui Wang, Lingbo Liu Main Book Citation: Wang, F., & Liu, L. (2023). Computational Methods and GIS Applications in Social Science (3rd ed.). CRC Press. https://doi.org/10.1201/9781003292302 KNIME Lab Manual Citation: Liu, L., & Wang, F. (2023). Computational Methods and GIS Applications in Social Science - KNIME Lab Manual (1st ed.). CRC Press. https://doi.org/10.1201/9781003304357 Update Log the dataset and tool for ABM Crime Simulation were updated on August 3, 2023, the toolkits in CMGIS-V3-Tools was updated on August 3rd,2023. Report Issues on GitHub https://github.com/UrbanGISer/Computational-Methods-and-GIS-Applications-in-Social-Science Following the website of Fahui Wang : http://faculty.lsu.edu/fahui Contents Chapter 1. Getting Started with ArcGIS: Data Management and Basic Spatial Analysis Tools Case Study 1: Mapping and Analyzing Population Density Pattern in Baton Rouge, Louisiana Chapter 2. Measuring Distance and Travel Time and Analyzing Distance Decay Behavior Case Study 2A: Estimating Drive Time and Transit Time in Baton Rouge, Louisiana Case Study 2B: Analyzing Distance Decay Behavior for Hospitalization in Florida Chapter 3. Spatial Smoothing and Spatial Interpolation Case Study 3A: Mapping Place Names in Guangxi, China Case Study 3B: Area-Based Interpolations of Population in Baton Rouge, Louisiana Case Study 3C: Detecting Spatiotemporal Crime Hotspots in Baton Rouge, Louisiana Chapter 4. Delineating Functional Regions and Applications in Health Geography Case Study 4A: Defining Service Areas of Acute Hospitals in Baton Rouge, Louisiana Case Study 4B: Automated Delineation of Hospital Service Areas in Florida Chapter 5. GIS-Based Measures of Spatial Accessibility and Application in Examining Healthcare Disparity Case Study 5: Measuring Accessibility of Primary Care Physicians in Baton Rouge Chapter 6. Function Fittings by Regressions and Application in Analyzing Urban Density Patterns Case Study 6: Analyzing Population Density Patterns in Chicago Urban Area >Chapter 7. Principal Components, Factor and Cluster Analyses and Application in Social Area Analysis Case Study 7: Social Area Analysis in Beijing Chapter 8. Spatial Statistics and Applications in Cultural and Crime Geography Case Study 8A: Spatial Distribution and Clusters of Place Names in Yunnan, China Case Study 8B: Detecting Colocation Between Crime Incidents and Facilities Case Study 8C: Spatial Cluster and Regression Analyses of Homicide Patterns in Chicago Chapter 9. Regionalization Methods and Application in Analysis of Cancer Data Case Study 9: Constructing Geographical Areas for Mapping Cancer Rates in Louisiana Chapter 10. System of Linear Equations and Application of Garin-Lowry in Simulating Urban Population and Employment Patterns Case Study 10: Simulating Population and Service Employment Distributions in a Hypothetical City Chapter 11. Linear and Quadratic Programming and Applications in Examining Wasteful Commuting and Allocating Healthcare Providers Case Study 11A: Measuring Wasteful Commuting in Columbus, Ohio Case Study 11B: Location-Allocation Analysis of Hospitals in Rural China Chapter 12. Monte Carlo Method and Applications in Urban Population and Traffic Simulations Case Study 12A. Examining Zonal Effect on Urban Population Density Functions in Chicago by Monte Carlo Simulation Case Study 12B: Monte Carlo-Based Traffic Simulation in Baton Rouge, Louisiana Chapter 13. Agent-Based Model and Application in Crime Simulation Case Study 13: Agent-Based Crime Simulation in Baton Rouge, Louisiana Chapter 14. Spatiotemporal Big Data Analytics and Application in Urban Studies Case Study 14A: Exploring Taxi Trajectory in ArcGIS Case Study 14B: Identifying High Traffic Corridors and Destinations in Shanghai Dataset File Structure 1 BatonRouge Census.gdb BR.gdb 2A BatonRouge BR_Road.gdb Hosp_Address.csv TransitNetworkTemplate.xml BR_GTFS Google API Pro.tbx 2B Florida FL_HSA.gdb R_ArcGIS_Tools.tbx (RegressionR) 3A China_GX GX.gdb 3B BatonRouge BR.gdb 3C BatonRouge BRcrime R_ArcGIS_Tools.tbx (STKDE) 4A BatonRouge BRRoad.gdb 4B Florida FL_HSA.gdb HSA Delineation Pro.tbx Huff Model Pro.tbx FLplgnAdjAppend.csv 5 BRMSA BRMSA.gdb Accessibility Pro.tbx 6 Chicago ChiUrArea.gdb R_ArcGIS_Tools.tbx (RegressionR) 7 Beijing BJSA.gdb bjattr.csv R_ArcGIS_Tools.tbx (PCAandFA, BasicClustering) 8A Yunnan YN.gdb R_ArcGIS_Tools.tbx (SaTScanR) 8B Jiangsu JS.gdb 8C Chicago ChiCity.gdb cityattr.csv R_ArcGIS_Tools.tbx (PCAandFA, SpatialRegressionModel) 9 Louisiana Louisiana.gdb MLR Tools Pro.tbx R_ArcGIS_Tools.tbx (RegionalizationR) 10 SimuCity SimuCity.gdb Garin-Lowry.tbx 11A Columbus Columbus.gdb R_ArcGIS_Tools.tbx (WasteCommuteR) 11B Xiantao XT.gdb R_ArcGIS_Tools.tbx (MiniMaxR, MAEP) 12A Chicago ZoneEffect.gdb 12B BRMSA BRMSAmc.gdb MCSimulation.tbx 13 ABMSIM Data ...

  13. a

    Northwest New Jersey Hillshade

    • share-open-data-njtpa.hub.arcgis.com
    Updated Sep 27, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    New Jersey Office of GIS (2019). Northwest New Jersey Hillshade [Dataset]. https://share-open-data-njtpa.hub.arcgis.com/datasets/newjersey::northwest-new-jersey-hillshade/about
    Explore at:
    Dataset updated
    Sep 27, 2019
    Dataset authored and provided by
    New Jersey Office of GIS
    Area covered
    Description

    This Hillshade Image Service has a cell/grid resolution of 186,007 x 154,552. From NJGIN Open Data this system only supports extractions of a maximum cell/grid resolution of 15,000 x 4,100. When downloading the entire dataset at full extent, it will be resampled on the fly by the system resulting in a resolution reduction when displayed at larger scales (zoomed in). If you want to achieve higher levels of detail using the download feature, you can zoom in to a specific area in the map above (using the +/- buttons or shift-click-drag on map) and use the Filtered Dataset option in the Download dropdown. The more zoomed in you are, the greater the detail will be retained. You may also consume the image service (https://maps.nj.gov/arcgis/rest/services/Elevation/NW_HSD/ImageServer) in an a Desktop client, such as ArcMap or ArcGIS Pro, to work with it directly.If you would like to request a copy of the hillshade and other data products from this project on your external hard drive, please see the NJGIN Elevation data page (https://njgin.nj.gov/njgin/edata/elevation/index.html).Explore the AGO Item (https://newjersey.maps.arcgis.com/home/item.html?id=395e9f88e51d402d9d5c821feaf53c97)Product: These lidar data are processed Classified LASv1.4 files, formatted to 2,843 individual 5,000 ft x 5,000 ft tiles; used to create intensity images, 3D breaklines and hydro-flattened DEMs as necessary. Geographic Extent: 6 counties, New Jersey, covering approximately 2,358 square miles. Dataset Description: Sussex, Passaic, Warren, Morris, Hunterdon, Somerset county, New Jersey 2018 Lidar project called for the Planning, Acquisition, processing and derivative products of lidar data to be collected at a nominal pulse spacing (NPS) of 0.7 meter. Project specifications are based on the U.S. Geological Survey National Geospatial Program Base Lidar Specification, Version 1.3. The data was developed based on a horizontal projection/datum of NAD83 (2011), State Plane New Jersey, feet and vertical datum of NAVD88 (GEOID12B), feet. Lidar data was delivered as processed Classified LASv1.4 files, formatted to 2,843 individual 5,000 ft x 5,000 ft tiles, as tiled intensity imagery, and as tiled bare-earth DEMs; all tiled to the same 5,000 ft x 5,000 ft schema. Ground Conditions: Lidar was collected in early 2017 and 2018, while no snow was on the ground and rivers were at or below normal levels. In order to post process the lidar data to meet task order specifications and meet ASPRS vertical accuracy guidelines, The Sanborn Map Company, Inc. established a total of 30 ground control points that were used to calibrate the lidar to known ground locations established throughout the project area. An additional 140 independent accuracy check points, 79 in Open Terrain/Bare-Earth and Urban landcovers (79 NVA points), 61 in Grass, Brush and Trees categories (61 VVA points), were used to assess the vertical accuracy of the data. These check points were not used to calibrate or post process the data.

  14. USA Cropland

    • hub.arcgis.com
    • gisnation-sdi.hub.arcgis.com
    Updated Jun 6, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2019). USA Cropland [Dataset]. https://hub.arcgis.com/datasets/6d9c03213d874def89663afc26189acf
    Explore at:
    Dataset updated
    Jun 6, 2019
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    USA Cropland is a time-enabled imagery layer of the USDA Cropland Data Layer dataset from the National Agricultural Statistics Service (NASS). The time series shows the crop grown during every growing season in the conterminous US since 2008. Use the time slider to select only one year to view or analyze. Press play to see each growing season displayed sequentially in an animated map. The USDA is now serving the Cropland Data Layer in their own application called CroplandCros which allows selection and display of a single product or growing season. This application will eventually replace their popular CropScape application. Dataset SummaryVariable mapped: Crop grown in each pixel since 2008.Data Projection: AlbersMosaic Projection: AlbersExtent: Conterminous USACell Size: 30m in 2008-2023, 10m in 2024Source Type: ThematicVisible Scale: All scales are visibleSource: USDA NASSPublication Date: 2/26/2025 Why USA Cropland living atlas layer masks out NLCD land cover in its default templateUSDA Cropland Data Layer, by default as downloaded from USDA, fills in the non-cultivated areas of the conterminous USA with land cover classes from the MRLC National Land Cover Dataset (NLCD). The default behavior for Esri"s USA Cropland layer is a little bit different. By default the Esri USA Cropland layer uses the analytic renderer, which masks out this NLCD data. Why did we choose to mask out the NLCD land cover classes by default? While crops are updated every year from USDA NASS, the NLCD data changes every several years, and it can be quite a bit older than the crop data beside it. If analysis is conducted to quantify landscape change, the NLCD-derived pixels will skew the results of the analysis because NLCD land cover in a yearly time series may appear to remain the same class for several years in a row. This can be problematic because conclusions drawn from this dataset may underrepresent the amount of change happening to the landscape. To display the most current land cover available from both sources, add both the USA NLCD Land Cover service and USA Cropland time series to your map. Use the analytical template with the USA Cropland service, and draw it on top of the USA NLCD Land Cover service. When a time slider is used with these datasets together, the map user will see the most current land cover from both services in any given year. This layer and the data making up the layer are in the Albers map projection. Albers is an equal area projection, and this allows users of this layer to accurately calculate acreage without additional data preparation steps. This also means it takes a tiny bit longer to project on the fly into web Mercator, if that is the destination projection of the layer. Processing templates available with this layerTo help filter out and display just the crops and land use categories you are interested in showing, choose one of the thirteen processing templates that will help you tailor the symbols in the time series to suit your map application. The following are the processing templates that are available with this layer: Analytic RendererUSDA Analytic RendererThe analytic renderer is the default template. NLCD codes are masked when using analytic renderer processing templates. There is a default esri analytic renderer, but also an analytic renderer that uses the original USDA color scheme that was developed for the CropScape layers. This is useful if you have already built maps with the USDA color scheme or otherwise prefer the USDA color scheme. Cartographic RendererUSDA Cartographic RendererThese templates fill in with NLCD land cover types where crops are not cultivated, thereby filling the map with color from coast to coast. There is also a template using the USDA color scheme, which is identical to the datasets as downloaded from USDA NASS. In addition to different ways to display the whole dataset, some processing templates are included which help display the top agricultural products in the United States. If these templates seem to include too many crops in their category (for example, tomatoes are included in both the fruit and vegetables templates), this is because it"s easier for a map user to remove a symbol from a template than it is to add one. Corn - Corn, sweet corn, popcorn or ornamental corn, plus double crops with corn and another crop.Cotton - Cotton and double crops, includes double crops with cotton and another crop.Fruit - Symbolized fruit crops include not only things like melons, apricots, and strawberries, but also olives, avocados, and tomatoes.Nuts - Peanuts, tree nuts, sunflower, etc.Oil Crops - Oil crops include rapeseed and canola, soybeans, avocado, peanut, corn, safflower, sunflower, also cotton and grapes.Permanent Crops - Crops that do not need to be replanted after harvest. Includes fruit and nut trees, caneberries, and grapes.Rice - Rice crops.Sugar - Crops grown to make sugars. Sugar beets and cane are displayed of course, but so are corn and grapes.Soybeans - Soybean crops. Includes double crops where soybeans are grown at some time during the growing season.Vegetables - Vegetable crops, and yes this includes tomatoes.Wheat - Winter and spring wheat, durum wheat, triticale, spelt, and wheat double crops. In many places, two crops were grown in one growing season. Keep in mind that a double crop of corn and soybeans will display in both the corn and soybeans processing templates. What can you do with this layer?This layer is suitable for both visualization and analysis acrossthe ArcGIS system. This layer can be combined with your data and other layers from the ArcGIS Living Atlas of the World in ArcGIS Online and ArcGIS Pro to create powerful web maps that can be used alone or in a story map or other application. Because this layer is part of the ArcGIS Living Atlas of the World it is easy to add to your map:In ArcGIS Online, you can add this layer to a map by selecting Add then Browse Living Atlas Layers. A window will open. Type "USA Cropland" in the search box and browse to the layer. Select the layer then click Add to Map. In ArcGIS Pro, open a map and select Add Data from the Map Tab. Select Data at the top of the drop down menu. The Add Data dialog box will open on the left side of the box, expand Portal if necessary, then select Living Atlas. Type "USA Cropland" in the search box, browse to the layer then click OK. In ArcGIS Pro you can use the built-in raster functions or create your own to create custom extracts of the data. Imagery layers provide fast, powerful inputs to geoprocessing tools, models, or Python scripts in Pro. Online you can filter the layer to show subsets of the data using the filter button and the layer"s built-in raster functions. The ArcGIS Living Atlas of the World provides an easy way to explore many other beautiful and authoritative maps on hundreds of topics like this one. Index to raster values in USA Cropland:Value,Crop0,Background (not a cultivated crop or no data)1,Corn2,Cotton3,Rice4,Sorghum5,Soybeans6,Sunflower10,Peanuts11,Tobacco12,Sweet Corn13,Popcorn or Ornamental Corn14,Mint21,Barley22,Durum Wheat23,Spring Wheat24,Winter Wheat25,Other Small Grains26,Double Crop Winter Wheat/Soybeans27,Rye28,Oats29,Millet30,Speltz31,Canola32,Flaxseed33,Safflower34,Rape Seed35,Mustard36,Alfalfa37,Other Hay/Non Alfalfa38,Camelina39,Buckwheat41,Sugarbeets42,Dry Beans43,Potatoes44,Other Crops45,Sugarcane46,Sweet Potatoes47,Miscellaneous Vegetables and Fruits48,Watermelons49,Onions50,Cucumbers51,Chick Peas52,Lentils53,Peas54,Tomatoes55,Caneberries56,Hops57,Herbs58,Clover/Wildflowers59,Sod/Grass Seed60,Switchgrass61,Fallow/Idle Cropland62,Pasture/Grass63,Forest64,Shrubland65,Barren66,Cherries67,Peaches68,Apples69,Grapes70,Christmas Trees71,Other Tree Crops72,Citrus74,Pecans75,Almonds76,Walnuts77,Pears81,Clouds/No Data82,Developed83,Water87,Wetlands88,Nonagricultural/Undefined92,Aquaculture111,Open Water112,Perennial Ice/Snow121,Developed/Open Space122,Developed/Low Intensity123,Developed/Med Intensity124,Developed/High Intensity131,Barren141,Deciduous Forest142,Evergreen Forest143,Mixed Forest152,Shrubland176,Grassland/Pasture190,Woody Wetlands195,Herbaceous Wetlands204,Pistachios205,Triticale206,Carrots207,Asparagus208,Garlic209,Cantaloupes210,Prunes211,Olives212,Oranges213,Honeydew Melons214,Broccoli215,Avocados216,Peppers217,Pomegranates218,Nectarines219,Greens220,Plums221,Strawberries222,Squash223,Apricots224,Vetch225,Double Crop Winter Wheat/Corn226,Double Crop Oats/Corn227,Lettuce228,Double Crop Triticale/Corn229,Pumpkins230,Double Crop Lettuce/Durum Wheat231,Double Crop Lettuce/Cantaloupe232,Double Crop Lettuce/Cotton233,Double Crop Lettuce/Barley234,Double Crop Durum Wheat/Sorghum235,Double Crop Barley/Sorghum236,Double Crop Winter Wheat/Sorghum237,Double Crop Barley/Corn238,Double Crop Winter Wheat/Cotton239,Double Crop Soybeans/Cotton240,Double Crop Soybeans/Oats241,Double Crop Corn/Soybeans242,Blueberries243,Cabbage244,Cauliflower245,Celery246,Radishes247,Turnips248,Eggplants249,Gourds250,Cranberries254,Double Crop Barley/Soybeans Questions?Please leave a comment below if you have a question about this layer, and we will get back to you as soon as possible.

  15. NEON Aquatic Watershed

    • arc-gis-hub-home-arcgishub.hub.arcgis.com
    • hub.arcgis.com
    Updated Feb 14, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    National Ecological Observatory Network (2020). NEON Aquatic Watershed [Dataset]. https://arc-gis-hub-home-arcgishub.hub.arcgis.com/datasets/105f6d7f1cd84a3f8308b6dba07ab619
    Explore at:
    Dataset updated
    Feb 14, 2020
    Dataset authored and provided by
    National Ecological Observatory Networkhttp://www.neonscience.org/
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Area covered
    Description

    This shapefile displays the watershed boundaries for NEON's aquatic wadeable and non-wadeable stream and lake sites. The watershed boundary defines the perimeter of drainage areas formed by the terrain and other landscape characteristics. The pour point was selected nearest the downstream most sensor set, primarily NEON’s S2 sensor in wadeable streams, S1 or stream gauge in non-wadeable rivers, and the outlet sensor in lakes. For most of the sites NEON's 1 meter Elevation-LiDAR Digital Terrain Model (DTM) was used to derive the watersheds. In cases where NEON data did not provide complete watershed coverage, a 1/3 arc-second (10 meter) resolution Digital Elevation Model (DEM) raster, available from the U.S. Geological Survey (USGS) website, was utilized to provide full coverage of the watershed extent. A mosaic dataset was created to combine individual DTM or DEM tiles, and a local projection defined for the dataset. ArcGIS Pro software with the ArcHydro Tools [for] Pro were used to model and delineate the watershed. Attribute Table Information:DomainNum:NEON ecoclimatic domain number. DomainName: NEON ecoclimatic domain name.SiteName: NEON aquatic site name.SiteID: NEON four character site ID for the aquatic site.SiteType:Type of NEON site (e.g. core aquatic or relocatable aquatic).Science: Identifies the primary science theme as they relate to the NEON Grand Challenges (AD[01]) and if the aquatic site is a wadeable or non-wadeable stream, or lake.StateID: The 2 letter abbreviation for the state where the watershed is located.UTM_Zone: The local projected coordinate system for the aquatic site and model processing.WSAreaKm2: Watershed area in kilometers squared for watersheds derived from NEON’s 1 meter Elevation-LiDAR dataset.Source: States if the watershed was not derived from NEON data, these sites are supplemented with the 10 meter National Elevation Dataset.Area_NED: Watershed area in kilometers squared for sites where the watershed was derived from the 10 meter National Elevation Dataset.AOPLiDAR: Name of the Elevation-LiDAR DTM tile from the NEON data portal, includes site ID, year, and month the data was collected.AOP_Flight: Identifies the NEON AOP Flight Boundaries layer showing the extent and priority of airborne acquisition. AOPCoverag: Identifies percent coverage of the NEON AOP flight box over the aquatic watershed.TIS_Dist: Distance in kilometers from the aquatic site pour point to the corresponding terrestrial tower site.TIS_Bear: Bearing in degrees from the aquatic site pour point to the corresponding terrestrial tower site.TIS_WS: States if the corresponding terrestrial tower is within the aquatic watershed.HUC12Name: Name of the Hydrologic Unit Code with twelve digits based on the prominent water or physical feature(s) within the unit. Naming follows the conventions and rules outlined by the Geographic Names Information System (GNIS) order of priority and if the dominant feature is named in the HU10, the HU12 retains the twelve digit code as the name. HUC12: Hydrologic Unit Code with twelve digits based on the sixth-level (subwatershed) classification designated by the United States Geological Survey. NLCD_(number): Percentage of land cover classifications within the watershed from the National Land Cover Dataset (NLCD) (Table 2). NRCS_(Soil abbreviations): Percentage of soil classifications within the watershed from the Natural Resources Conservation Service (NRCS) (Table 3).

  16. a

    Florida COVID19 20200317 ByCounty

    • hub.arcgis.com
    • covid19-usflibrary.hub.arcgis.com
    Updated Jun 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2021). Florida COVID19 20200317 ByCounty [Dataset]. https://hub.arcgis.com/datasets/596820e4d4cf4e87be2e6c9ec40470cd
    Explore at:
    Dataset updated
    Jun 21, 2021
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Description

    Florida COVID-19 Cases by County exported from the Florida Department of Health GIS Layer on date seen in file name. Archived by the University of South Florida Libraries, Digital Heritage and Humanities Collections. Contact: LibraryGIS@usf.edu.Please Cite Our GIS HUB. If you are a researcher or other utilizing our Florida COVID-19 HUB as a tool or accessing and utilizing the data provided herein, please provide an acknowledgement of such in any publication or re-publication. The following citation is suggested: University of South Florida Libraries, Digital Heritage and Humanities Collections. 2020-2021. Florida COVID-19 Hub. Available at https://covid19-usflibrary.hub.arcgis.com/ . https://doi.org/10.5038/USF-COVID-19-GISLive FDOH DataSource: https://services1.arcgis.com/CY1LXxl9zlJeBuRZ/arcgis/rest/services/Florida_COVID19_Cases/FeatureServerFor data 5/10/2020 or after: Archived data was exported directly from the live FDOH layer into the archive. For data prior to 5/10/2020: Data was exported by the University of South Florida - Digital Heritage and Humanities Collection using ArcGIS Pro Software. Data was then converted to shapefile and csv and uploaded into ArcGIS Online archive. Up until 3/25 the FDOH Cases by County layer was updated twice a day, archives are taken from the 11AM update.For data definitions please visit the following box folder: https://usf.box.com/s/vfjwbczkj73ucj19yvwz53at6v6w614hData definition files names include the relative date they were published. The below information was taken from ancillary documents associated with the original layer from FDOH.Persons Under Investigation/Surveillance (PUI):Essentially, PUIs are any person who has been or is waiting to be tested. This includes: persons who are considered high-risk for COVID-19 due to recent travel, contact with a known case, exhibiting symptoms of COVID-19 as determined by a healthcare professional, or some combination thereof. PUI’s also include people who meet laboratory testing criteria based on symptoms and exposure, as well as confirmed cases with positive test results. PUIs include any person who is or was being tested, including those with negative and pending results. All PUIs fit into one of three residency types: 1. Florida residents tested in Florida2. Non-Florida residents tested in Florida3. Florida residents tested outside of Florida Florida Residents Tested Elsewhere: The total number of Florida residents with positive COVID-19 test results who were tested outside of Florida, and were not exposed/infectious in Florida.Non-Florida Residents Tested in Florida: The total number of people with positive COVID-19 test results who were tested, exposed, and/or infectious while in Florida, but are legal residents of another state. Total Cases: The total (sum) number of Persons Under Investigation (PUI) who tested positive for COVID-19 while in Florida, as well as Florida residents who tested positive or were exposed/contagious while outside of Florida, and out-of-state residents who were exposed, contagious and/or tested in Florida.Deaths: The Deaths by Day chart shows the total number of Florida residents with confirmed COVID-19 that died on each calendar day (12:00 AM - 11:59 PM). Caution should be used in interpreting recent trends, as deaths are added as they are reported to the Department. Death data often has significant delays in reporting, so data within the past two weeks will be updated frequently.Prefix guide: "PUI" = PUI: Persons under surveillance (any person for which we have data about)"T_ " = Testing: Testing information for all PUIs and cases."C_" = Cases only: Information about cases, which are those persons who have COVID-19 positive test results on file“W_” = Surveillance and syndromic dataKey Data about Testing:T_negative : Testing: Total negative persons tested for all Florida and non-Florida residents, including Florida residents tested outside of the state, and those tested at private facilities.T_positive : Testing: Total positive persons tested for all Florida and non-Florida resident types, including Florida residents tested outside of the state, and those tested at private facilities.PUILab_Yes : All persons tested with lab results on file, including negative, positive and inconclusive. This total does NOT include those who are waiting to be tested or have submitted tests to labs for which results are still pending.Key Data about Confirmed COVID-19 Positive Cases: CasesAll: Cases only: The sum total of all positive cases, including Florida residents in Florida, Florida residents outside Florida, and non-Florida residents in FloridaFLResDeaths: Deaths of Florida ResidentsC_Hosp_Yes : Cases (confirmed positive) with a hospital admission notedC_AgeRange Cases Only: Age range for all cases, regardless of residency typeC_AgeMedian: Cases Only: Median range for all cases, regardless of residency typeC_AllResTypes : Cases Only: Sum of COVID-19 positive Florida Residents; includes in and out of state Florida residents, but does not include out-of-state residents who were treated/tested/isolated in Florida. All questions regarding this dataset should be directed to the Florida Department of Health.

  17. a

    Florida COVID19 20201001 ByCounty

    • hub.arcgis.com
    • covid19-usflibrary.hub.arcgis.com
    Updated Jun 4, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2021). Florida COVID19 20201001 ByCounty [Dataset]. https://hub.arcgis.com/datasets/9ac87053cc684d1688a3223860e6a677
    Explore at:
    Dataset updated
    Jun 4, 2021
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Description

    Florida COVID-19 Cases by County exported from the Florida Department of Health GIS Layer on date seen in file name. Archived by the University of South Florida Libraries, Digital Heritage and Humanities Collections. Contact: LibraryGIS@usf.edu.Please Cite Our GIS HUB. If you are a researcher or other utilizing our Florida COVID-19 HUB as a tool or accessing and utilizing the data provided herein, please provide an acknowledgement of such in any publication or re-publication. The following citation is suggested: University of South Florida Libraries, Digital Heritage and Humanities Collections. 2020-2021. Florida COVID-19 Hub. Available at https://covid19-usflibrary.hub.arcgis.com/ . https://doi.org/10.5038/USF-COVID-19-GISLive FDOH DataSource: https://services1.arcgis.com/CY1LXxl9zlJeBuRZ/arcgis/rest/services/Florida_COVID19_Cases/FeatureServerFor data 5/10/2020 or after: Archived data was exported directly from the live FDOH layer into the archive. For data prior to 5/10/2020: Data was exported by the University of South Florida - Digital Heritage and Humanities Collection using ArcGIS Pro Software. Data was then converted to shapefile and csv and uploaded into ArcGIS Online archive. Up until 3/25 the FDOH Cases by County layer was updated twice a day, archives are taken from the 11AM update.For data definitions please visit the following box folder: https://usf.box.com/s/vfjwbczkj73ucj19yvwz53at6v6w614hData definition files names include the relative date they were published. The below information was taken from ancillary documents associated with the original layer from FDOH.Persons Under Investigation/Surveillance (PUI):Essentially, PUIs are any person who has been or is waiting to be tested. This includes: persons who are considered high-risk for COVID-19 due to recent travel, contact with a known case, exhibiting symptoms of COVID-19 as determined by a healthcare professional, or some combination thereof. PUI’s also include people who meet laboratory testing criteria based on symptoms and exposure, as well as confirmed cases with positive test results. PUIs include any person who is or was being tested, including those with negative and pending results. All PUIs fit into one of three residency types: 1. Florida residents tested in Florida2. Non-Florida residents tested in Florida3. Florida residents tested outside of Florida Florida Residents Tested Elsewhere: The total number of Florida residents with positive COVID-19 test results who were tested outside of Florida, and were not exposed/infectious in Florida.Non-Florida Residents Tested in Florida: The total number of people with positive COVID-19 test results who were tested, exposed, and/or infectious while in Florida, but are legal residents of another state. Total Cases: The total (sum) number of Persons Under Investigation (PUI) who tested positive for COVID-19 while in Florida, as well as Florida residents who tested positive or were exposed/contagious while outside of Florida, and out-of-state residents who were exposed, contagious and/or tested in Florida.Deaths: The Deaths by Day chart shows the total number of Florida residents with confirmed COVID-19 that died on each calendar day (12:00 AM - 11:59 PM). Caution should be used in interpreting recent trends, as deaths are added as they are reported to the Department. Death data often has significant delays in reporting, so data within the past two weeks will be updated frequently.Prefix guide: "PUI" = PUI: Persons under surveillance (any person for which we have data about)"T_ " = Testing: Testing information for all PUIs and cases."C_" = Cases only: Information about cases, which are those persons who have COVID-19 positive test results on file“W_” = Surveillance and syndromic dataKey Data about Testing:T_negative : Testing: Total negative persons tested for all Florida and non-Florida residents, including Florida residents tested outside of the state, and those tested at private facilities.T_positive : Testing: Total positive persons tested for all Florida and non-Florida resident types, including Florida residents tested outside of the state, and those tested at private facilities.PUILab_Yes : All persons tested with lab results on file, including negative, positive and inconclusive. This total does NOT include those who are waiting to be tested or have submitted tests to labs for which results are still pending.Key Data about Confirmed COVID-19 Positive Cases: CasesAll: Cases only: The sum total of all positive cases, including Florida residents in Florida, Florida residents outside Florida, and non-Florida residents in FloridaFLResDeaths: Deaths of Florida ResidentsC_Hosp_Yes : Cases (confirmed positive) with a hospital admission notedC_AgeRange Cases Only: Age range for all cases, regardless of residency typeC_AgeMedian: Cases Only: Median range for all cases, regardless of residency typeC_AllResTypes : Cases Only: Sum of COVID-19 positive Florida Residents; includes in and out of state Florida residents, but does not include out-of-state residents who were treated/tested/isolated in Florida. All questions regarding this dataset should be directed to the Florida Department of Health.

  18. a

    Florida COVID19 20200826 ByCounty

    • hub.arcgis.com
    • covid19-usflibrary.hub.arcgis.com
    Updated Jun 8, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2021). Florida COVID19 20200826 ByCounty [Dataset]. https://hub.arcgis.com/datasets/c7ef9b80c6c047fbbb2e7c8c86ff7b9c
    Explore at:
    Dataset updated
    Jun 8, 2021
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Description

    Florida COVID-19 Cases by County exported from the Florida Department of Health GIS Layer on date seen in file name. Archived by the University of South Florida Libraries, Digital Heritage and Humanities Collections. Contact: LibraryGIS@usf.edu.Please Cite Our GIS HUB. If you are a researcher or other utilizing our Florida COVID-19 HUB as a tool or accessing and utilizing the data provided herein, please provide an acknowledgement of such in any publication or re-publication. The following citation is suggested: University of South Florida Libraries, Digital Heritage and Humanities Collections. 2020-2021. Florida COVID-19 Hub. Available at https://covid19-usflibrary.hub.arcgis.com/ . https://doi.org/10.5038/USF-COVID-19-GISLive FDOH DataSource: https://services1.arcgis.com/CY1LXxl9zlJeBuRZ/arcgis/rest/services/Florida_COVID19_Cases/FeatureServerFor data 5/10/2020 or after: Archived data was exported directly from the live FDOH layer into the archive. For data prior to 5/10/2020: Data was exported by the University of South Florida - Digital Heritage and Humanities Collection using ArcGIS Pro Software. Data was then converted to shapefile and csv and uploaded into ArcGIS Online archive. Up until 3/25 the FDOH Cases by County layer was updated twice a day, archives are taken from the 11AM update.For data definitions please visit the following box folder: https://usf.box.com/s/vfjwbczkj73ucj19yvwz53at6v6w614hData definition files names include the relative date they were published. The below information was taken from ancillary documents associated with the original layer from FDOH.Persons Under Investigation/Surveillance (PUI):Essentially, PUIs are any person who has been or is waiting to be tested. This includes: persons who are considered high-risk for COVID-19 due to recent travel, contact with a known case, exhibiting symptoms of COVID-19 as determined by a healthcare professional, or some combination thereof. PUI’s also include people who meet laboratory testing criteria based on symptoms and exposure, as well as confirmed cases with positive test results. PUIs include any person who is or was being tested, including those with negative and pending results. All PUIs fit into one of three residency types: 1. Florida residents tested in Florida2. Non-Florida residents tested in Florida3. Florida residents tested outside of Florida Florida Residents Tested Elsewhere: The total number of Florida residents with positive COVID-19 test results who were tested outside of Florida, and were not exposed/infectious in Florida.Non-Florida Residents Tested in Florida: The total number of people with positive COVID-19 test results who were tested, exposed, and/or infectious while in Florida, but are legal residents of another state. Total Cases: The total (sum) number of Persons Under Investigation (PUI) who tested positive for COVID-19 while in Florida, as well as Florida residents who tested positive or were exposed/contagious while outside of Florida, and out-of-state residents who were exposed, contagious and/or tested in Florida.Deaths: The Deaths by Day chart shows the total number of Florida residents with confirmed COVID-19 that died on each calendar day (12:00 AM - 11:59 PM). Caution should be used in interpreting recent trends, as deaths are added as they are reported to the Department. Death data often has significant delays in reporting, so data within the past two weeks will be updated frequently.Prefix guide: "PUI" = PUI: Persons under surveillance (any person for which we have data about)"T_ " = Testing: Testing information for all PUIs and cases."C_" = Cases only: Information about cases, which are those persons who have COVID-19 positive test results on file“W_” = Surveillance and syndromic dataKey Data about Testing:T_negative : Testing: Total negative persons tested for all Florida and non-Florida residents, including Florida residents tested outside of the state, and those tested at private facilities.T_positive : Testing: Total positive persons tested for all Florida and non-Florida resident types, including Florida residents tested outside of the state, and those tested at private facilities.PUILab_Yes : All persons tested with lab results on file, including negative, positive and inconclusive. This total does NOT include those who are waiting to be tested or have submitted tests to labs for which results are still pending.Key Data about Confirmed COVID-19 Positive Cases: CasesAll: Cases only: The sum total of all positive cases, including Florida residents in Florida, Florida residents outside Florida, and non-Florida residents in FloridaFLResDeaths: Deaths of Florida ResidentsC_Hosp_Yes : Cases (confirmed positive) with a hospital admission notedC_AgeRange Cases Only: Age range for all cases, regardless of residency typeC_AgeMedian: Cases Only: Median range for all cases, regardless of residency typeC_AllResTypes : Cases Only: Sum of COVID-19 positive Florida Residents; includes in and out of state Florida residents, but does not include out-of-state residents who were treated/tested/isolated in Florida. All questions regarding this dataset should be directed to the Florida Department of Health.

  19. a

    Florida COVID19 01132021 ByCounty

    • hub.arcgis.com
    • covid19-usflibrary.hub.arcgis.com
    Updated Jan 14, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2021). Florida COVID19 01132021 ByCounty [Dataset]. https://hub.arcgis.com/datasets/10341b23a182466e92becd53f9c5ba1e
    Explore at:
    Dataset updated
    Jan 14, 2021
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Description

    Florida COVID-19 Cases by County exported from the Florida Department of Health GIS Layer on date seen in file name. Archived by the University of South Florida Libraries, Digital Heritage and Humanities Collections. Contact: LibraryGIS@usf.edu.Please Cite Our GIS HUB. If you are a researcher or other utilizing our Florida COVID-19 HUB as a tool or accessing and utilizing the data provided herein, please provide an acknowledgement of such in any publication or re-publication. The following citation is suggested: University of South Florida Libraries, Digital Heritage and Humanities Collections. 2020. Florida COVID-19 Hub. Available at https://covid19-usflibrary.hub.arcgis.com/ . https://doi.org/10.5038/USF-COVID-19-GISLive FDOH DataSource: https://services1.arcgis.com/CY1LXxl9zlJeBuRZ/arcgis/rest/services/Florida_COVID19_Cases/FeatureServerFor data 5/10/2020 or after: Archived data was exported directly from the live FDOH layer into the archive. For data prior to 5/10/2020: Data was exported by the University of South Florida - Digital Heritage and Humanities Collection using ArcGIS Pro Software. Data was then converted to shapefile and csv and uploaded into ArcGIS Online archive. Up until 3/25 the FDOH Cases by County layer was updated twice a day, archives are taken from the 11AM update.For data definitions please visit the following box folder: https://usf.box.com/s/vfjwbczkj73ucj19yvwz53at6v6w614hData definition files names include the relative date they were published. The below information was taken from ancillary documents associated with the original layer from FDOH.Persons Under Investigation/Surveillance (PUI):Essentially, PUIs are any person who has been or is waiting to be tested. This includes: persons who are considered high-risk for COVID-19 due to recent travel, contact with a known case, exhibiting symptoms of COVID-19 as determined by a healthcare professional, or some combination thereof. PUI’s also include people who meet laboratory testing criteria based on symptoms and exposure, as well as confirmed cases with positive test results. PUIs include any person who is or was being tested, including those with negative and pending results. All PUIs fit into one of three residency types: 1. Florida residents tested in Florida2. Non-Florida residents tested in Florida3. Florida residents tested outside of Florida Florida Residents Tested Elsewhere: The total number of Florida residents with positive COVID-19 test results who were tested outside of Florida, and were not exposed/infectious in Florida.Non-Florida Residents Tested in Florida: The total number of people with positive COVID-19 test results who were tested, exposed, and/or infectious while in Florida, but are legal residents of another state. Total Cases: The total (sum) number of Persons Under Investigation (PUI) who tested positive for COVID-19 while in Florida, as well as Florida residents who tested positive or were exposed/contagious while outside of Florida, and out-of-state residents who were exposed, contagious and/or tested in Florida.Deaths: The Deaths by Day chart shows the total number of Florida residents with confirmed COVID-19 that died on each calendar day (12:00 AM - 11:59 PM). Caution should be used in interpreting recent trends, as deaths are added as they are reported to the Department. Death data often has significant delays in reporting, so data within the past two weeks will be updated frequently.Prefix guide: "PUI" = PUI: Persons under surveillance (any person for which we have data about)"T_ " = Testing: Testing information for all PUIs and cases."C_" = Cases only: Information about cases, which are those persons who have COVID-19 positive test results on file“W_” = Surveillance and syndromic dataKey Data about Testing:T_negative : Testing: Total negative persons tested for all Florida and non-Florida residents, including Florida residents tested outside of the state, and those tested at private facilities.T_positive : Testing: Total positive persons tested for all Florida and non-Florida resident types, including Florida residents tested outside of the state, and those tested at private facilities.PUILab_Yes : All persons tested with lab results on file, including negative, positive and inconclusive. This total does NOT include those who are waiting to be tested or have submitted tests to labs for which results are still pending.Key Data about Confirmed COVID-19 Positive Cases: CasesAll: Cases only: The sum total of all positive cases, including Florida residents in Florida, Florida residents outside Florida, and non-Florida residents in FloridaFLResDeaths: Deaths of Florida ResidentsC_Hosp_Yes : Cases (confirmed positive) with a hospital admission notedC_AgeRange Cases Only: Age range for all cases, regardless of residency typeC_AgeMedian: Cases Only: Median range for all cases, regardless of residency typeC_AllResTypes : Cases Only: Sum of COVID-19 positive Florida Residents; includes in and out of state Florida residents, but does not include out-of-state residents who were treated/tested/isolated in Florida. All questions regarding this dataset should be directed to the Florida Department of Health.

  20. a

    Florida COVID19 02162021 ByCounty CSV

    • hub.arcgis.com
    • covid19-usflibrary.hub.arcgis.com
    Updated Feb 17, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of South Florida GIS (2021). Florida COVID19 02162021 ByCounty CSV [Dataset]. https://hub.arcgis.com/datasets/5f20ac94a13e43d38dbcd352bb163fa2
    Explore at:
    Dataset updated
    Feb 17, 2021
    Dataset authored and provided by
    University of South Florida GIS
    Area covered
    Florida
    Description

    Florida COVID-19 Cases by County exported from the Florida Department of Health GIS Layer on date seen in file name. Archived by the University of South Florida Libraries, Digital Heritage and Humanities Collections. Contact: LibraryGIS@usf.edu.Please Cite Our GIS HUB. If you are a researcher or other utilizing our Florida COVID-19 HUB as a tool or accessing and utilizing the data provided herein, please provide an acknowledgement of such in any publication or re-publication. The following citation is suggested: University of South Florida Libraries, Digital Heritage and Humanities Collections. 2020. Florida COVID-19 Hub. Available at https://covid19-usflibrary.hub.arcgis.com/ . https://doi.org/10.5038/USF-COVID-19-GISLive FDOH DataSource: https://services1.arcgis.com/CY1LXxl9zlJeBuRZ/arcgis/rest/services/Florida_COVID19_Cases/FeatureServerFor data 5/10/2020 or after: Archived data was exported directly from the live FDOH layer into the archive. For data prior to 5/10/2020: Data was exported by the University of South Florida - Digital Heritage and Humanities Collection using ArcGIS Pro Software. Data was then converted to shapefile and csv and uploaded into ArcGIS Online archive. Up until 3/25 the FDOH Cases by County layer was updated twice a day, archives are taken from the 11AM update.For data definitions please visit the following box folder: https://usf.box.com/s/vfjwbczkj73ucj19yvwz53at6v6w614hData definition files names include the relative date they were published. The below information was taken from ancillary documents associated with the original layer from FDOH.Persons Under Investigation/Surveillance (PUI):Essentially, PUIs are any person who has been or is waiting to be tested. This includes: persons who are considered high-risk for COVID-19 due to recent travel, contact with a known case, exhibiting symptoms of COVID-19 as determined by a healthcare professional, or some combination thereof. PUI’s also include people who meet laboratory testing criteria based on symptoms and exposure, as well as confirmed cases with positive test results. PUIs include any person who is or was being tested, including those with negative and pending results. All PUIs fit into one of three residency types: 1. Florida residents tested in Florida2. Non-Florida residents tested in Florida3. Florida residents tested outside of Florida Florida Residents Tested Elsewhere: The total number of Florida residents with positive COVID-19 test results who were tested outside of Florida, and were not exposed/infectious in Florida.Non-Florida Residents Tested in Florida: The total number of people with positive COVID-19 test results who were tested, exposed, and/or infectious while in Florida, but are legal residents of another state. Total Cases: The total (sum) number of Persons Under Investigation (PUI) who tested positive for COVID-19 while in Florida, as well as Florida residents who tested positive or were exposed/contagious while outside of Florida, and out-of-state residents who were exposed, contagious and/or tested in Florida.Deaths: The Deaths by Day chart shows the total number of Florida residents with confirmed COVID-19 that died on each calendar day (12:00 AM - 11:59 PM). Caution should be used in interpreting recent trends, as deaths are added as they are reported to the Department. Death data often has significant delays in reporting, so data within the past two weeks will be updated frequently.Prefix guide: "PUI" = PUI: Persons under surveillance (any person for which we have data about)"T_ " = Testing: Testing information for all PUIs and cases."C_" = Cases only: Information about cases, which are those persons who have COVID-19 positive test results on file“W_” = Surveillance and syndromic dataKey Data about Testing:T_negative : Testing: Total negative persons tested for all Florida and non-Florida residents, including Florida residents tested outside of the state, and those tested at private facilities.T_positive : Testing: Total positive persons tested for all Florida and non-Florida resident types, including Florida residents tested outside of the state, and those tested at private facilities.PUILab_Yes : All persons tested with lab results on file, including negative, positive and inconclusive. This total does NOT include those who are waiting to be tested or have submitted tests to labs for which results are still pending.Key Data about Confirmed COVID-19 Positive Cases: CasesAll: Cases only: The sum total of all positive cases, including Florida residents in Florida, Florida residents outside Florida, and non-Florida residents in FloridaFLResDeaths: Deaths of Florida ResidentsC_Hosp_Yes : Cases (confirmed positive) with a hospital admission notedC_AgeRange Cases Only: Age range for all cases, regardless of residency typeC_AgeMedian: Cases Only: Median range for all cases, regardless of residency typeC_AllResTypes : Cases Only: Sum of COVID-19 positive Florida Residents; includes in and out of state Florida residents, but does not include out-of-state residents who were treated/tested/isolated in Florida. All questions regarding this dataset should be directed to the Florida Department of Health.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Esri Portugal - Educação (2020). 5. André Oliveira [Dataset]. https://hub.arcgis.com/documents/aa3734f37eaa4311ac17fd31645c5722
Organization logo

5. André Oliveira

Explore at:
42 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Apr 2, 2020
Dataset provided by
Esrihttp://esri.com/
Authors
Esri Portugal - Educação
License

Attribution-NonCommercial-NoDerivs 4.0 (CC BY-NC-ND 4.0)https://creativecommons.org/licenses/by-nc-nd/4.0/
License information was derived automatically

Description

The goal of this project is to create a map of the planet Mars, by using ESRI software. For this, a 3D project was developed using ArcGIS Pro, considering a global scene, to be published in an online platform. All the various data from Mars will be available in a single website, where everyone can visualize and interact. The Red Planet has been studied for many decades and this year marks the launch of a new rover, Mars2020, which will happen on the 17th of July. This new rover will be continuing the on-going work of the Curiosity Rover, launched in 2012. The main objective for these rovers is to determine if Mars could have supported life, by studying its water, climate and geology. Currently, the only operational rover in Mars is Curiosity and with that in mind, this project will have a strong focus on the path taken by this rover, during almost 8 years of exploration. In the web application, the user will be able to see the course taken by Curiosity in Mars’ Gale Crater, from its landing until January 2020. The map highlights several points of interest, such as the location after each year passed on MarsEarth year and every kilometer, which can be interacted with as well as browse through photos taken at each of the locations, through a pop-up window. Additionally, the application also supports global data of Mars. The two main pieces, used as basemaps, are the global imagery, with a pixel size of 925 meters and the Digital Elevation Model (DEM), with 200 meters per pixel. The DEM represents the topography of Mars and was also used to develop Relief and Slope Maps. Furthermore, the application also includes data regarding the geology of the planet and nomenclature to identify regions, areas of interest and craters of Mars. This project wouldn’t have been possible without NASA’s open-source philosophy, working alongside other entities, such as the European Space Agency, the International Astronomical Union and the Working Group for Planetary System Nomenclature. All the data related to Imagery, DEM raster files, Mars geology and nomenclature was obtained on USGS Astrogeology Science Center database. Finally, the data related to the Curiosity Rover was obtained on the portal of The Planetary Society. Working with global datasets means working with very large files, so selecting the right approach is crucial and there isn’t much margin for experiments. In fact, a wrong step means losing several hours of computing time. All the data that was downloaded came in Mars Coordinate Reference Systems (CRS) and luckily, ESRI handles that format well. This not only allowed the development of accurate analysis of the planet, but also modelling the data around a globe. One limitation, however, is that ESRI only has the celestial body for planet Earth, so this meant that the Mars imagery and elevation was wrapped around Earth. ArcGIS Pro allows CRS transformation on the fly, but rendering times were not efficient, so the workaround was to project all data into WGS84. The slope map and respective reclassification and hillshading was developed in the original CRS. This process was done twice: one globally and another considering the Gale Crater. The results show that the crater’s slope characteristics are quite different from the global panorama of Mars. The crater has a depression that is approximately 5000 meters deep, but at the top it’s possible to identify an elevation of 750 meters, according to the altitude system of Mars. These discrepancies in a relatively small area result in very high slope values. Globally, 88% of the area has slopes less than 2 degrees, while in the Gale Crater this value is only 36%. Slopes between 2 and 10 degrees represent almost 60% of the area of the crater. On the other hand, they only represent 10% of the area globally. A considerable area with more than 10 degrees of slope can also be found within the crater, but globally the value is less than 1%. By combining Curiosity’s track path with the DEM, a profile graph of the path was obtained. It is possible to observe that Curiosity landed in a flat area and has been exploring in a “steady path”. However, in the last few years (since the 12th km), the rover has been more adventurous and is starting to climb the crater. In the last 10 km of its journey, Curiosity “climbed” around 300 meters, whereas in the first 11 km it never went above 100 meters. With the data processed in the WGS84 system, all was ready to start modelling Mars, which was firstly done in ArcGIS Pro. When the data was loaded, symbology and pop-ups configured, the project was exported to ArcGIS Online. Both the imagery and elevation layer were exported as “hosted tile service”. This was a key step, since keeping the same level of detail online and offline would have a steep increase in imagery size, to hundreds of Terabytes, thus a lot of work was put into balancing tile cache size and the intended quality of imagery. For the remaining data, it was a straight-forward step, exporting these files as vectors. Once all the data was in the Online Portal, a Global Web Scene was developed. This is an on-going project with an outlook to develop the global scene into an application with ESRI’s AppBuilder, allowing the addition of more information. In the future, there is also interest to increment the displayed data, like adding the paths taken by other rovers in the past, alongside detailed imagery of other areas beyond the Gale Crater. Finally, with 2021 being the year when the new rover Mars2020 will land on the Red Planet, we might be looking into adding it to this project.https://arcg.is/KuS4r

Search
Clear search
Close search
Google apps
Main menu