100+ datasets found
  1. u

    Water Balance Metrics (NRCAN customized data document) - 6 - Catalogue -...

    • beta.data.urbandatacentre.ca
    • data.urbandatacentre.ca
    Updated Sep 18, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). Water Balance Metrics (NRCAN customized data document) - 6 - Catalogue - Canadian Urban Data Catalogue (CUDC) [Dataset]. https://beta.data.urbandatacentre.ca/dataset/water-balance-metrics-nrcan-customized-data-document-6
    Explore at:
    Dataset updated
    Sep 18, 2023
    Description

    Each annual file contains 21 metrics developed by the CANUE Weather and Climate Team, and calculated by CANUE staff using base data provided by the Canadian Forest Service of Natural Resources Canada.The base data consist of interpolated daily maximum temperature, minimum temperature and total precipitation for all unique DMTI Spatial Inc. postal code locations in use at any time between 1983 and 2015. These were generated using thin-plate smoothing splines, as implemented in the ANUSPLIN climate modeling software. The earliest applications of thin-plate smoothing splines were described by Wahba and Wendelberger (1980) and Hutchinson and Bischof (1983), but the methodology has been further developed into an operational climate mapping tool at the ANU over the last 20 years. ANUSPLIN has become one of the leading technologies in the development of climate models and maps, and has been applied in North America and many regions around the world. ANUSPLIN is essentially a multidimensional “nonparametric” surface fitting method that has been found particularly well suited to the interpolation of various climate parameters, including daily maximum and minimum temperature, precipitation, and solar radiation.The water balance model was developed by Pei-Ling Wang and Dr. Johannes Feddema at the University of Victoria, Geography Department, and implemented by CANUE staff Mahdi Shooshtari. (THESE DATA ARE ALSO AVAILABLE AS MONTHLY METRICS).

  2. I

    The Visual-Inertial Canoe Dataset

    • databank.illinois.edu
    Updated Nov 14, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Martin Miller; Soon-Jo Chung; Seth Hutchinson (2017). The Visual-Inertial Canoe Dataset [Dataset]. http://doi.org/10.13012/B2IDB-9342111_V1
    Explore at:
    Dataset updated
    Nov 14, 2017
    Authors
    Martin Miller; Soon-Jo Chung; Seth Hutchinson
    License

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

    Dataset funded by
    Office of Naval Research
    Description

    If you use this dataset, please cite the IJRR data paper (bibtex is below). We present a dataset collected from a canoe along the Sangamon River in Illinois. The canoe was equipped with a stereo camera, an IMU, and a GPS device, which provide visual data suitable for stereo or monocular applications, inertial measurements, and position data for ground truth. We recorded a canoe trip up and down the river for 44 minutes covering 2.7 km round trip. The dataset adds to those previously recorded in unstructured environments and is unique in that it is recorded on a river, which provides its own set of challenges and constraints that are described in this paper. The data is divided into subsets, which can be downloaded individually. Video previews are available on Youtube: https://www.youtube.com/channel/UCOU9e7xxqmL_s4QX6jsGZSw The information below can also be found in the README files provided in the 527 dataset and each of its subsets. The purpose of this document is to assist researchers in using this dataset. Images ====== Raw --- The raw images are stored in the cam0 and cam1 directories in bmp format. They are bayered images that need to be debayered and undistorted before they are used. The camera parameters for these images can be found in camchain-imucam.yaml. Note that the camera intrinsics describe a 1600x1200 resolution image, so the focal length and center pixel coordinates must be scaled by 0.5 before they are used. The distortion coefficients remain the same even for the scaled images. The camera to imu tranformation matrix is also in this file. cam0/ refers to the left camera, and cam1/ refers to the right camera. Rectified --------- Stereo rectified, undistorted, row-aligned, debayered images are stored in the rectified/ directory in the same way as the raw images except that they are in png format. The params.yaml file contains the projection and rotation matrices necessary to use these images. The resolution of these parameters do not need to be scaled as is necessary for the raw images. params.yml ---------- The stereo rectification parameters. R0,R1,P0,P1, and Q correspond to the outputs of the OpenCV stereoRectify function except that 1s and 2s are replaced by 0s and 1s, respectively. R0: The rectifying rotation matrix of the left camera. R1: The rectifying rotation matrix of the right camera. P0: The projection matrix of the left camera. P1: The projection matrix of the right camera. Q: Disparity to depth mapping matrix T_cam_imu: Transformation matrix for a point in the IMU frame to the left camera frame. camchain-imucam.yaml -------------------- The camera intrinsic and extrinsic parameters and the camera to IMU transformation usable with the raw images. T_cam_imu: Transformation matrix for a point in the IMU frame to the camera frame. distortion_coeffs: lens distortion coefficients using the radial tangential model. intrinsics: focal length x, focal length y, principal point x, principal point y resolution: resolution of calibration. Scale the intrinsics for use with the raw 800x600 images. The distortion coefficients do not change when the image is scaled. T_cn_cnm1: Transformation matrix from the right camera to the left camera. Sensors ------- Here, each message in name.csv is described ###rawimus### time # GPS time in seconds message name # rawimus acceleration_z # m/s^2 IMU uses right-forward-up coordinates -acceleration_y # m/s^2 acceleration_x # m/s^2 angular_rate_z # rad/s IMU uses right-forward-up coordinates -angular_rate_y # rad/s angular_rate_x # rad/s ###IMG### time # GPS time in seconds message name # IMG left image filename right image filename ###inspvas### time # GPS time in seconds message name # inspvas latitude longitude altitude # ellipsoidal height WGS84 in meters north velocity # m/s east velocity # m/s up velocity # m/s roll # right hand rotation about y axis in degrees pitch # right hand rotation about x axis in degrees azimuth # left hand rotation about z axis in degrees clockwise from north ###inscovs### time # GPS time in seconds message name # inscovs position covariance # 9 values xx,xy,xz,yx,yy,yz,zx,zy,zz m^2 attitude covariance # 9 values xx,xy,xz,yx,yy,yz,zx,zy,zz deg^2 velocity covariance # 9 values xx,xy,xz,yx,yy,yz,zx,zy,zz (m/s)^2 ###bestutm### time # GPS time in seconds message name # bestutm utm zone # numerical zone utm character # alphabetical zone northing # m easting # m height # m above mean sea level Camera logs ----------- The files name.cam0 and name.cam1 are text files that correspond to cameras 0 and 1, respectively. The columns are defined by: unused: The first column is all 1s and can be ignored. software frame number: This number increments at the end of every iteration of the software loop. camera frame number: This number is generated by the camera and increments each time the shutter is triggered. The software and camera frame numbers do not have to start at the same value, but if the difference between the initial and final values is not the same, it suggests that frames may have been dropped. camera timestamp: This is the cameras internal timestamp of the frame capture in units of 100 milliseconds. PC timestamp: This is the PC time of arrival of the image. name.kml -------- The kml file is a mapping file that can be read by software such as Google Earth. It contains the recorded GPS trajectory. name.unicsv ----------- This is a csv file of the GPS trajectory in UTM coordinates that can be read by gpsbabel, software for manipulating GPS paths. @article{doi:10.1177/0278364917751842, author = {Martin Miller and Soon-Jo Chung and Seth Hutchinson}, title ={The Visual–Inertial Canoe Dataset}, journal = {The International Journal of Robotics Research}, volume = {37}, number = {1}, pages = {13-20}, year = {2018}, doi = {10.1177/0278364917751842}, URL = {https://doi.org/10.1177/0278364917751842}, eprint = {https://doi.org/10.1177/0278364917751842} }

  3. I

    EAST CANOE CREEK ABOVE DAM

    • data.ioos.us
    • catalog.data.gov
    erddap +2
    Updated Jul 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AOOS (2025). EAST CANOE CREEK ABOVE DAM [Dataset]. https://data.ioos.us/dataset/east-canoe-creek-above-dam
    Explore at:
    erddap-tabledap, erddap, opendapAvailable download formats
    Dataset updated
    Jul 15, 2025
    Dataset authored and provided by
    AOOS
    Description

    Timeseries data from 'EAST CANOE CREEK ABOVE DAM' (ca_hydro_08LE108)

  4. CCCma CanESM5-CanOE model output prepared for CMIP6 CMIP

    • wdc-climate.de
    Updated 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Swart, Neil Cameron; Cole, Jason N.S.; Kharin, Viatcheslav V.; Lazare, Mike; Scinocca, John F.; Gillett, Nathan P.; Anstey, James; Arora, Vivek; Christian, James R.; Jiao, Yanjun; Lee, Warren G.; Majaess, Fouad; Saenko, Oleg A.; Seiler, Christian; Seinen, Clint; Shao, Andrew; Solheim, Larry; von Salzen, Knut; Yang, Duo; Winter, Barbara; Sigmond, Michael (2019). CCCma CanESM5-CanOE model output prepared for CMIP6 CMIP [Dataset]. http://doi.org/10.22033/ESGF/CMIP6.10205
    Explore at:
    Dataset updated
    2019
    Dataset provided by
    Earth System Grid
    World Data Center for Climate (WDCC) at DKRZ
    Authors
    Swart, Neil Cameron; Cole, Jason N.S.; Kharin, Viatcheslav V.; Lazare, Mike; Scinocca, John F.; Gillett, Nathan P.; Anstey, James; Arora, Vivek; Christian, James R.; Jiao, Yanjun; Lee, Warren G.; Majaess, Fouad; Saenko, Oleg A.; Seiler, Christian; Seinen, Clint; Shao, Andrew; Solheim, Larry; von Salzen, Knut; Yang, Duo; Winter, Barbara; Sigmond, Michael
    License

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

    Description

    Coupled Model Intercomparison Project Phase 6 (CMIP6) datasets. These data include all datasets published for 'CMIP6.CMIP.CCCma.CanESM5-CanOE' with the full Data Reference Syntax following the template 'mip_era.activity_id.institution_id.source_id.experiment_id.member_id.table_id.variable_id.grid_label.version'.

    The CanESM5-CanOE climate model, released in 2019, includes the following components: aerosol: interactive, atmos: CanAM5 (T63L49 native atmosphere, T63 Linear Gaussian Grid; 128 x 64 longitude/latitude; 49 levels; top level 1 hPa), atmosChem: specified oxidants for aerosols, land: CLASS3.6/CTEM1.2, landIce: specified ice sheets, ocean: NEMO3.4.1 (ORCA1 tripolar grid, 1 deg with refinement to 1/3 deg within 20 degrees of the equator; 361 x 290 longitude/latitude; 45 vertical levels; top grid cell 0-6.19 m), ocnBgchem: Canadian Ocean Ecosystem (CanOE) with OMIP prescribed carbon chemistry, seaIce: LIM2. The model was run by the Canadian Centre for Climate Modelling and Analysis, Environment and Climate Change Canada, Victoria, BC V8P 5C2, Canada (CCCma) in native nominal resolutions: aerosol: 500 km, atmos: 500 km, atmosChem: 500 km, land: 500 km, landIce: 500 km, ocean: 100 km, ocnBgchem: 100 km, seaIce: 100 km.

    Project: These data have been generated as part of the internationally-coordinated Coupled Model Intercomparison Project Phase 6 (CMIP6; see also GMD Special Issue: http://www.geosci-model-dev.net/special_issue590.html). The simulation data provides a basis for climate research designed to answer fundamental science questions and serves as resource for authors of the Sixth Assessment Report of the Intergovernmental Panel on Climate Change (IPCC-AR6).

    CMIP6 is a project coordinated by the Working Group on Coupled Modelling (WGCM) as part of the World Climate Research Programme (WCRP). Phase 6 builds on previous phases executed under the leadership of the Program for Climate Model Diagnosis and Intercomparison (PCMDI) and relies on the Earth System Grid Federation (ESGF) and the Centre for Environmental Data Analysis (CEDA) along with numerous related activities for implementation. The original data is hosted and partially replicated on a federated collection of data nodes, and most of the data relied on by the IPCC is being archived for long-term preservation at the IPCC Data Distribution Centre (IPCC DDC) hosted by the German Climate Computing Center (DKRZ).

    The project includes simulations from about 120 global climate models and around 45 institutions and organizations worldwide. - Project website: https://pcmdi.llnl.gov/CMIP6.

  5. Northeastern Pacific Canadian Ocean Ecosystem Model (NEP36-CanOE) Climate...

    • open.canada.ca
    • catalogue.arctic-sdi.org
    • +3more
    esri rest, netcdf +1
    Updated Feb 27, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Fisheries and Oceans Canada (2025). Northeastern Pacific Canadian Ocean Ecosystem Model (NEP36-CanOE) Climate Projections_RCP 4.5 (2046-2065) [Dataset]. https://open.canada.ca/data/en/dataset/33974622-3acf-4f22-86c1-09b92fa91b2d
    Explore at:
    netcdf, pdf, esri restAvailable download formats
    Dataset updated
    Feb 27, 2025
    Dataset provided by
    Fisheries and Oceans Canadahttp://www.dfo-mpo.gc.ca/
    License

    Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
    License information was derived automatically

    Time period covered
    Jan 1, 2046 - Jan 1, 2065
    Area covered
    Canada
    Description

    Description: This dataset consists of three simulations from the Northeastern Pacific Canadian Ocean Ecosystem Model (NEP36-CanOE) which is a configuration of the Nucleus for European Modelling of the Ocean (NEMO) V3.6. The historical simulation is an estimate of the 1986-2005 mean climate. The future simulations project the 2046-2065 mean climate for representative concentration pathways (RCP) 4.5 (moderate mitigation scenario) and 8.5 (no mitigation scenario). Each simulation is forced by a climatology of atmospheric forcing fields calculated over these 20 year periods and the winds are augmented with high frequency variability, which introduces a small amount of interannual variability. Model outputs are averaged over 3 successive years of simulation (the last 3, following an equilibration period); standard deviation among the 3 years is available upon request. For each simulation, the dataset includes the air-sea carbon dioxide flux, monthly 3D fields for potential temperature, salinity, potential density, total alkalinity, dissolved inorganic carbon, nitrate, oxygen, pH, total chlorophyll, aragonite saturation state, total primary production, and monthly maximum and minimum values for oxygen, pH, and potential temperature. The data includes 50 vertical levels at a 1/36 degree spatial resolution and a mask is provided that indicates regions where these data should be used cautiously or not at all. For a more detailed description please refer to Holdsworth et al. 2021. The data available here are the outputs of NEP36-CanOE_RCP 4.5; a projection of the 2046-2065 climate for the moderate mitigation scenario RCP 4.5. Methods: This study uses a multi-stage downscaling approach to dynamically downscale global climate projections at a 1/36° (1.5 − 2.25 km) resolution. We chose to use the second-generation Canadian Earth System model (CanESM2) because high-resolution downscaled projections of the atmosphere over the region of interest are available from the Canadian Regional Climate Model version 4 (CanRCM4). We used anomalies from CanESM2 with a resolution of about 1° at the open boundaries, and the regional atmospheric model, CanRCM4 (Scinocca et al., 2016) for the surface boundary conditions. CanRCM4 is an atmosphere only model with a 0.22° resolution and was used to downscale climate projections from CanESM2 over North America and its adjacent oceans. The model used is computationally expensive. This is due to the relatively high number of points in the domain (715 × 1,021 × 50) and the relatively complex biogeochemical model (19 tracers). Therefore, rather than carrying out interannual simulations for the historical and future periods, we implemented a new method that uses atmospheric climatologies with augmented winds to force the ocean. We show that augmenting the winds with hourly anomalies allows for a more realistic representation of the surface freshwater distribution than using the climatologies alone. Section 2.1 describes the ocean model that is used to estimate the historical climate and project the ocean state under future climate scenarios. The time periods are somewhat arbitrary; 1986–2005 was chosen because the Coupled Model Intercomparison Project Phase 5 (CMIP5) historical simulations end in 2005 as no community-accepted estimates of emissions were available beyond that date (Taylor et al., 2009); 2046–2065 was chosen to be far enough in the future that changes in 20 year mean fields are unambiguously due to changing GHG forcing (as opposed to model internal variability) (e.g., Christian, 2014), but near enough to be considered relevant for management purposes. While it is true that 30 years rather than 20 is the canonical value for averaging over natural variability, in practice the difference between a 20 and a 30 year mean is small (e.g., if we average successive periods of an unforced control run, the variance among 20 year means will be only slightly larger than for 30 year means). Also, there is concern that longer averaging periods are inappropriate in a non-stationary climate (Livezey et al., 2007; Arguez and Vose, 2011). We chose 20 year periods because they are adequate to give a mean annual cycle with little influence from natural variability, while minimizing aliasing of the secular trend into the means. As the midpoints of the two time periods are separated by 60 years, the contribution of natural variability to the differences between the historical and future simulations is negligible e.g., (Hawkins and Sutton, 2009; Frölicher et al., 2016). Section 2.2 describes how climatologies derived from observations were used for the initialization and open boundary conditions for the historical simulations and pseudo-climatologies were used for the future scenarios. The limited availability of observations means that the years used for these climatologies differs somewhat from the historical and future periods. Section 2.3 details the atmospheric forcing fields and the method that we developed to generate winds with realistic high-frequency variability while preserving the daily climatological means from the CanRCM4 data. Section 2.4 shows the equilibration of key modeled variables to the forcing conditions Data Sources: Model output Uncertainties: These climate projections are downscaled from a single global climate model (CanESM2/CanRCM4) because the cost of ensembles is presently prohibitive. Our experimental design uses climatological forcing for each time period so the differences between them are almost entirely due to anthropogenic forcing with little effect of natural variability.

  6. u

    Climate Metrics (Documentation in preparation from PLWang/Mshooshtari....

    • data.urbandatacentre.ca
    • beta.data.urbandatacentre.ca
    Updated Sep 18, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). Climate Metrics (Documentation in preparation from PLWang/Mshooshtari. Contact info@canue.ca for more information.) - 6 [Dataset]. https://data.urbandatacentre.ca/dataset/climate-metrics-documentation-in-preparation-from-plwang-mshooshtari-contact-info-canue-ca-for-more-
    Explore at:
    Dataset updated
    Sep 18, 2023
    Description

    Each annual file contains 35 metrics calculated by CANUE staff using base data provided by the Canadian Forest Service of Natural Resources Canada.The base data consist of interpolated daily maximum temperature, minimum temperature and total precipitation for all unique DMTI Spatial Inc. postal code locations in use at any time between 1983 and 2015. These were generated using thin-plate smoothing splines, as implemented in the ANUSPLIN climate modeling software. The earliest applications of thin-plate smoothing splines were described by Wahba and Wendelberger (1980) and Hutchinson and Bischof (1983), but the methodology has been further developed into an operational climate mapping tool at the ANU over the last 20 years. ANUSPLIN has become one of the leading technologies in the development of climate models and maps, and has been applied in North America and many regions around the world. ANUSPLIN is essentially a multidimensional “nonparametric” surface fitting method that has been found particularly well suited to the interpolation of various climate parameters, including daily maximum and minimum temperature, precipitation, and solar radiation.Equations for calculating the included metrics, based on daily minimum and maximum temperature, and total precipitation were developed by Pei-Ling Wang and Dr. Johannes Feddema at the University of Victoria, Geography Department, and implemented by CANUE staff Mahdi Shooshtari.

  7. I

    CANOE RIVER BELOW KIMMEL CREEK

    • data.ioos.us
    • catalog.data.gov
    erddap +2
    Updated Jul 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AOOS (2025). CANOE RIVER BELOW KIMMEL CREEK [Dataset]. https://data.ioos.us/dataset/canoe-river-below-kimmel-creek
    Explore at:
    erddap, erddap-tabledap, opendapAvailable download formats
    Dataset updated
    Jul 15, 2025
    Dataset authored and provided by
    AOOS
    Description

    Timeseries data from 'CANOE RIVER BELOW KIMMEL CREEK' (ca_hydro_08NC004)

  8. o

    Canoe Street Cross Street Data in Copperopolis, CA

    • ownerly.com
    Updated Dec 10, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Canoe Street Cross Street Data in Copperopolis, CA [Dataset]. https://www.ownerly.com/ca/copperopolis/canoe-st-home-details
    Explore at:
    Dataset updated
    Dec 10, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    California, Canoe Street, Copperopolis
    Description

    This dataset provides information about the number of properties, residents, and average property values for Canoe Street cross streets in Copperopolis, CA.

  9. canue.xyz - Historical whois Lookup

    • whoisdatacenter.com
    csv
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AllHeart Web Inc, canue.xyz - Historical whois Lookup [Dataset]. https://whoisdatacenter.com/domain/canue.xyz/
    Explore at:
    csvAvailable download formats
    Dataset provided by
    AllHeart Web
    Authors
    AllHeart Web Inc
    License

    https://whoisdatacenter.com/terms-of-use/https://whoisdatacenter.com/terms-of-use/

    Time period covered
    Mar 15, 1985 - Jul 24, 2025
    Description

    Explore the historical Whois records related to canue.xyz (Domain). Get insights into ownership history and changes over time.

  10. C

    Modèle des écosystèmes de l’océan canadien du Pacifique Nord-Est...

    • catalogue.cioospacific.ca
    • catalogue.cioos.ca
    erddap, html
    Updated Apr 24, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    James Christian; Amber Holdsworth (2025). Modèle des écosystèmes de l’océan canadien du Pacifique Nord-Est (NEP36-CanOE) – Projections climatiques [Dataset]. http://doi.org/10.3389/fmars.2021.602991
    Explore at:
    erddap, htmlAvailable download formats
    Dataset updated
    Apr 24, 2025
    Dataset provided by
    Fisheries and Oceans Canada (DFO)
    Authors
    Amber Holdsworth; James Christian
    Time period covered
    Jan 1, 1986 - Dec 31, 2065
    Area covered
    Variables measured
    Other, Oxygen, Nutrients, Inorganic Carbon, Subsurface Salinity, Sea Surface Salinity, Subsurface Temperature, Sea Surface Temperature
    Description

    This dataset consists of three simulations from the Northeastern Pacific Canadian Ocean Ecosystem Model (NEP36-CanOE) which is a configuration of the Nucleus for European Modelling of the Ocean (NEMO) V3.6. The historical simulation is an estimate of the 1986-2005 mean climate. The future simulations project the 2046-2065 mean climate for representative concentration pathways (RCP) 4.5 (moderate mitigation scenario) and 8.5 (no mitigation scenario). Each simulation is forced by a climatology of atmospheric forcing fields calculated over these 20 year periods and the winds are augmented with high frequency variability, which introduces a small amount of interannual variability. Model outputs are averaged over 3 successive years of simulation (the last 3, following an equilibration period); standard deviation among the 3 years is available upon request. For each simulation, the dataset includes the air-sea carbon dioxide flux, monthly 3D fields for potential temperature, salinity, potential density, total alkalinity, dissolved inorganic carbon, nitrate, oxygen, pH, total chlorophyll, aragonite saturation state, total primary production, and monthly maximum and minimum values for oxygen, pH, and potential temperature. The data includes 50 vertical levels at a 1/36 degree spatial resolution and a mask is provided that indicates regions where these data should be used cautiously or not at all. For a more detailed description please refer to Holdsworth et al. 2021.

  11. o

    Canoe Road Cross Street Data in Andalusia, AL

    • ownerly.com
    Updated Dec 9, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Canoe Road Cross Street Data in Andalusia, AL [Dataset]. https://www.ownerly.com/al/andalusia/canoe-rd-home-details
    Explore at:
    Dataset updated
    Dec 9, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    Andalusia, Alabama, Canoe Road
    Description

    This dataset provides information about the number of properties, residents, and average property values for Canoe Road cross streets in Andalusia, AL.

  12. a

    Canoe Launches

    • hub.arcgis.com
    Updated Oct 1, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Putnam County, NY (2024). Canoe Launches [Dataset]. https://hub.arcgis.com/datasets/369feab4b9e0442291c477325aaad9c1
    Explore at:
    Dataset updated
    Oct 1, 2024
    Dataset authored and provided by
    Putnam County, NY
    Area covered
    Description

    Outdoor recreation features consisting of hiking, biking, boating, and snow shoe / skiing facilities in Putnam County, NY.

  13. o

    Canoe Trail Cross Street Data in Darien, CT

    • ownerly.com
    Updated Mar 19, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2022). Canoe Trail Cross Street Data in Darien, CT [Dataset]. https://www.ownerly.com/ct/darien/canoe-trl-home-details
    Explore at:
    Dataset updated
    Mar 19, 2022
    Dataset authored and provided by
    Ownerly
    Area covered
    Connecticut, Darien, Canoe Trail
    Description

    This dataset provides information about the number of properties, residents, and average property values for Canoe Trail cross streets in Darien, CT.

  14. o

    Canoe Trace Cross Street Data in Rex, GA

    • ownerly.com
    Updated Dec 10, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Canoe Trace Cross Street Data in Rex, GA [Dataset]. https://www.ownerly.com/ga/rex/canoe-trce-home-details
    Explore at:
    Dataset updated
    Dec 10, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    Georgia, Rex, Canoe Trce
    Description

    This dataset provides information about the number of properties, residents, and average property values for Canoe Trace cross streets in Rex, GA.

  15. o

    Canoe Cross Street Data in Irvine, CA

    • ownerly.com
    Updated Dec 8, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Canoe Cross Street Data in Irvine, CA [Dataset]. https://www.ownerly.com/ca/irvine/canoe-home-details
    Explore at:
    Dataset updated
    Dec 8, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    Irvine, California
    Description

    This dataset provides information about the number of properties, residents, and average property values for Canoe cross streets in Irvine, CA.

  16. N

    Canoe Township, Pennsylvania Annual Population and Growth Analysis Dataset:...

    • neilsberg.com
    csv, json
    Updated Jul 30, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Neilsberg Research (2024). Canoe Township, Pennsylvania Annual Population and Growth Analysis Dataset: A Comprehensive Overview of Population Changes and Yearly Growth Rates in Canoe township from 2000 to 2023 // 2024 Edition [Dataset]. https://www.neilsberg.com/insights/canoe-township-pa-population-by-year/
    Explore at:
    csv, jsonAvailable download formats
    Dataset updated
    Jul 30, 2024
    Dataset authored and provided by
    Neilsberg Research
    License

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

    Area covered
    Canoe Township, Pennsylvania
    Variables measured
    Annual Population Growth Rate, Population Between 2000 and 2023, Annual Population Growth Rate Percent
    Measurement technique
    The data presented in this dataset is derived from the 20 years data of U.S. Census Bureau Population Estimates Program (PEP) 2000 - 2023. To measure the variables, namely (a) population and (b) population change in ( absolute and as a percentage ), we initially analyzed and tabulated the data for each of the years between 2000 and 2023. For further information regarding these estimates, please feel free to reach out to us via email at research@neilsberg.com.
    Dataset funded by
    Neilsberg Research
    Description
    About this dataset

    Context

    The dataset tabulates the Canoe township population over the last 20 plus years. It lists the population for each year, along with the year on year change in population, as well as the change in percentage terms for each year. The dataset can be utilized to understand the population change of Canoe township across the last two decades. For example, using this dataset, we can identify if the population is declining or increasing. If there is a change, when the population peaked, or if it is still growing and has not reached its peak. We can also compare the trend with the overall trend of United States population over the same period of time.

    Key observations

    In 2023, the population of Canoe township was 1,428, a 0.49% increase year-by-year from 2022. Previously, in 2022, Canoe township population was 1,421, a decline of 0.28% compared to a population of 1,425 in 2021. Over the last 20 plus years, between 2000 and 2023, population of Canoe township decreased by 227. In this period, the peak population was 1,655 in the year 2000. The numbers suggest that the population has already reached its peak and is showing a trend of decline. Source: U.S. Census Bureau Population Estimates Program (PEP).

    Content

    When available, the data consists of estimates from the U.S. Census Bureau Population Estimates Program (PEP).

    Data Coverage:

    • From 2000 to 2023

    Variables / Data Columns

    • Year: This column displays the data year (Measured annually and for years 2000 to 2023)
    • Population: The population for the specific year for the Canoe township is shown in this column.
    • Year on Year Change: This column displays the change in Canoe township population for each year compared to the previous year.
    • Change in Percent: This column displays the year on year change as a percentage. Please note that the sum of all percentages may not equal one due to rounding of values.

    Good to know

    Margin of Error

    Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.

    Custom data

    If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.

    Inspiration

    Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.

    Recommended for further research

    This dataset is a part of the main dataset for Canoe township Population by Year. You can refer the same here

  17. NOAA/WDS Paleoclimatology - Pederson - Big Canoe - QUSP - ITRDB GA013

    • catalog.data.gov
    • s.cnmilf.com
    Updated Jun 3, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NOAA National Centers for Environmental Information (Point of Contact); NOAA World Data Service for Paleoclimatology (Point of Contact) (2024). NOAA/WDS Paleoclimatology - Pederson - Big Canoe - QUSP - ITRDB GA013 [Dataset]. https://catalog.data.gov/dataset/noaa-wds-paleoclimatology-pederson-big-canoe-qusp-itrdb-ga0131
    Explore at:
    Dataset updated
    Jun 3, 2024
    Dataset provided by
    National Oceanic and Atmospheric Administrationhttp://www.noaa.gov/
    National Centers for Environmental Informationhttps://www.ncei.noaa.gov/
    Area covered
    Big Canoe
    Description

    This archived Paleoclimatology Study is available from the NOAA National Centers for Environmental Information (NCEI), under the World Data Service (WDS) for Paleoclimatology. The associated NCEI study type is Tree Ring. The data include parameters of tree ring with a geographic location of Georgia, United States Of America. The time period coverage is from 304 to -59 in calendar years before present (BP). See metadata information for parameter and study location details. Please cite this study when using the data.

  18. p

    Canoe Creek K-8

    • publicschoolreview.com
    json, xml
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Public School Review, Canoe Creek K-8 [Dataset]. https://www.publicschoolreview.com/canoe-creek-k-8-profile
    Explore at:
    json, xmlAvailable download formats
    Dataset authored and provided by
    Public School Review
    License

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

    Time period covered
    Jan 1, 2021 - Dec 31, 2025
    Area covered
    Canoe Creek Road
    Description

    Historical Dataset of Canoe Creek K-8 is provided by PublicSchoolReview and contain statistics on metrics:Total Students Trends Over Years (2021-2023),Total Classroom Teachers Trends Over Years (2021-2023),Distribution of Students By Grade Trends,Student-Teacher Ratio Comparison Over Years (2021-2023),Asian Student Percentage Comparison Over Years (2021-2023),Hispanic Student Percentage Comparison Over Years (2021-2023),Black Student Percentage Comparison Over Years (2021-2023),White Student Percentage Comparison Over Years (2021-2023),Two or More Races Student Percentage Comparison Over Years (2021-2023),Diversity Score Comparison Over Years (2021-2023),Free Lunch Eligibility Comparison Over Years (2021-2023),Reduced-Price Lunch Eligibility Comparison Over Years (2021-2023),Reading and Language Arts Proficiency Comparison Over Years (2021-2022),Math Proficiency Comparison Over Years (2021-2022),Science Proficiency Comparison Over Years (2021-2022),Overall School Rank Trends Over Years (2021-2022)

  19. o

    EUROPEAN/AMERICAN CANOE

    • opencontext.org
    Updated Oct 3, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Florida Department of State, Division of Historical Resources (FDOS-DHR) (2022). EUROPEAN/AMERICAN CANOE [Dataset]. https://opencontext.org/types/98339b89-1d1a-4505-16a5-2a1cd5d86f7d
    Explore at:
    Dataset updated
    Oct 3, 2022
    Dataset provided by
    Open Context
    Authors
    Florida Department of State, Division of Historical Resources (FDOS-DHR)
    License

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

    Area covered
    Europe
    Description

    An Open Context "types" dataset item. Open Context publishes structured data as granular, URL identified Web resources. This record is part of the "Florida Site Files" data publication.

  20. c

    Europe Canoe And Kayak Market Report 2025, Market Size, Share, Growth, CAGR,...

    • cognitivemarketresearch.com
    pdf,excel,csv,ppt
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cognitive Market Research, Europe Canoe And Kayak Market Report 2025, Market Size, Share, Growth, CAGR, Forecast, Revenue [Dataset]. https://www.cognitivemarketresearch.com/regional-analysis/europe-canoe-and-kayak-market-report
    Explore at:
    pdf,excel,csv,pptAvailable download formats
    Dataset authored and provided by
    Cognitive Market Research
    License

    https://www.cognitivemarketresearch.com/privacy-policyhttps://www.cognitivemarketresearch.com/privacy-policy

    Time period covered
    2021 - 2033
    Area covered
    Region
    Description

    Access Europe Canoe And Kayak Industry Overview which includes Europe country analysis of (United Kingdom, France, Germany, Italy, Russia, Spain, Sweden, Denmark, Switzerland, Luxembourg, Rest of Europe), market split by Type, Application

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
(2023). Water Balance Metrics (NRCAN customized data document) - 6 - Catalogue - Canadian Urban Data Catalogue (CUDC) [Dataset]. https://beta.data.urbandatacentre.ca/dataset/water-balance-metrics-nrcan-customized-data-document-6

Water Balance Metrics (NRCAN customized data document) - 6 - Catalogue - Canadian Urban Data Catalogue (CUDC)

Explore at:
Dataset updated
Sep 18, 2023
Description

Each annual file contains 21 metrics developed by the CANUE Weather and Climate Team, and calculated by CANUE staff using base data provided by the Canadian Forest Service of Natural Resources Canada.The base data consist of interpolated daily maximum temperature, minimum temperature and total precipitation for all unique DMTI Spatial Inc. postal code locations in use at any time between 1983 and 2015. These were generated using thin-plate smoothing splines, as implemented in the ANUSPLIN climate modeling software. The earliest applications of thin-plate smoothing splines were described by Wahba and Wendelberger (1980) and Hutchinson and Bischof (1983), but the methodology has been further developed into an operational climate mapping tool at the ANU over the last 20 years. ANUSPLIN has become one of the leading technologies in the development of climate models and maps, and has been applied in North America and many regions around the world. ANUSPLIN is essentially a multidimensional “nonparametric” surface fitting method that has been found particularly well suited to the interpolation of various climate parameters, including daily maximum and minimum temperature, precipitation, and solar radiation.The water balance model was developed by Pei-Ling Wang and Dr. Johannes Feddema at the University of Victoria, Geography Department, and implemented by CANUE staff Mahdi Shooshtari. (THESE DATA ARE ALSO AVAILABLE AS MONTHLY METRICS).

Search
Clear search
Close search
Google apps
Main menu