×
Parcel Data on Demand - Regrid is Esri's Commercial Partner for Parcel Data
Regrid logo, registered trademark
Link
  • Enterprise

    Regrid parcel data Regrid Parcel Data

    Bulk files delivered in the format your business needs.

    • parcel -data United States Parcel Data
    • canada_nav-menu-icon Canada Parcel Data
    • matched building footprints menu icon Matched Building Footprints
    • matched secondary addresses menu icon Matched Secondary Addresses
    • zoning Standardized Zoning
    • enhanced ownership menu icon Enhanced Ownership

    feature service menu icon Regrid Feature Service

    Get data delivery straight into your Esri-stack, no custom integration required.

    regrid api menu icon Regrid API

    Integrate parcel boundaries & records into your app, SaaS, or map.
    • Parcel and Tiles APIcon Parcel & Tiles API
  • Self Serve

    Regrid Property App menu icon Regrid Property App

    Take Regrid property data wherever you go - available for web, iOS, & Android.

    data-store-2 Shop the Data Store

    Instantly download parcel geometries & associated records, by county and state.

    self-serve parcel api menu icon API Monthly Subscriptions

    Sign up and try this nationwide parcel API, free for 7 days.

    api sandbox icon Interactive API Sandbox

    Explore the API Sandbox with complete feature access to 7 counties plus Puerto Rico.
  • Pricing
  • Markets

    agr-con-for_menu-icon-1 Agriculture, Conservation & Forestry

    Regrid for Architecture, Engineering & Construction Architecture, Engineering & Construction

    Esri environments Esri Users

    Regrid for Broadband and Telecommunication Broadband & Telecommunications

    Regrid for Renewable Energy & Utilities Renewable Energy & Utilities

    Regrid for Logistics & Transportation Logistics & Transportation

    Regrid for State & Federal Government State & Federal Government

    Regrid for Insurance & Finance Insurance & Finance

    Regrid for AI & Machine Learning AI & Machine Learning

    Regrid for Real Estate Real Estate

    Regrid for Academia and Research Nonprofit & Academia

    Regrid's Data With Purpose program - propose your own budget to access land parcel data. 

    Plus sign icon Your Business or Organization

    Regrid’s data spans all industries needing land insight.
  • Resources

    support menu icon Support

    Access documentation & support materials to learn about Regrid data.
    • Support site resource icon Support Site
    • tutorial videos resources icon Tutorial Videos
    • parcel data faqs resources icon Parcel Data FAQs
    • property app faqs Property App FAQs
    • coveragemap_resources_icon Coverage Map
    • land use codes menu item Land Use Codes
    • vacancy data menu icon Vacancy Data
    • Data Currency Data Currency FAQs

    content resources menu icon Content

    Dive into Regrid's world of land parcels & learn about location intelligence.
    • blog resources icon Blog
    • webcasts resources icon Webcasts
    • reports resources icon Reports
    • podcast resources icon Living In The Map

    customers resources icon Customers

    Hear what our customers say have to say & see how they use Regrid data.
    • testimonials resources icon Testimonials
    • Case Studies resources icon Case Studies
  • Contact Us

    Contact a parcel data expert menu icon Contact A Parcel Data Expert

    Contact Regrid parcel data experts to learn more about our offerings.

    Customer Support menu icon Customer Support

    Contact our customer support team & get the help you need.

    testimonials_resources_icon-1 Press & Media Inquires

    Find the information you need & get in touch with our marketing department.
  • Go To Map
Go To Map
  • Enterprise

    Regrid Parcel Data

    • United States Parcel Data
    • Canada Parcel Data
    • Matched Building Footprints
    • Matched Secondary Addresses
    • Standardized Zoning
    • Enhanced Ownership

    Regrid Feature Service

    Regrid API

    • Parcel & Tiles API
  • Self Serve

    Regrid Property App

    Shop the Data Store

    API Monthly Subscriptions

    Interactive API Sandbox

  • Pricing
  • Markets

    Agriculture, Conservation & Forestry

    Architecture, Engineering & Construction

    Esri Users

    Broadband & Telecommunications

    Renewable Energy & Utilities

    Logistics & Transportation

    State & Federal Government

    Insurance & Finance

    AI & Machine Learning

    Real Estate

    Nonprofit & Academia

    Your Business or Organization

  • Resources

    Support

    • Support Site
    • Tutorial Videos
    • Parcel Data FAQs
    • Property App FAQs
    • Coverage Map
    • Land Use Codes
    • Vacancy Data
    • Data Currency FAQs

    Content

    • Blog
    • Webcasts
    • Reports
    • Living In The Map

    Customers

    • Testimonials
    • Case Studies
  • Contact Us

    Contact A Parcel Data Expert

    Customer Support

    Press & Media Inquires

    Link

  • Go To Map

The Regrid Blog

Discover the Latest in Land Parcels & Spatial Data with the Regrid Team!

Regrid Blog

Living In The Map

Categories

  • Announcements
  • Democratizing Data
  • Parcel Data Updates
  • Regrid Updates
  • Product How-To
  • Use Cases
  • Customer & Guest Blogs
  • All About Parcel Data
  • Working at Regrid
  • Regrid 100
  • Reports
Regrid’s nationwide parcel data, now available in Parquet format!

Regrid’s nationwide parcel data, now available in Parquet format!

Regrid Product Team October 31, 2022

We are very excited to announce that our nationwide parcel data in Premium Schema is now available in Apache Parquet format, delivered via SFTP, for all the data modelers, analysts and scientists who prefer a columnar file format. You asked, and we answered!

 

Parquet is a column based file format that is often used for data pipelines. Part of the Apache Hadoop ecosystem, it is designed to be compact and efficient for large scale data analysis.

Popular amongst the Python community, Parquet is ideal for fast querying and consuming less storage space and as a result yields itself naturally for large datasets such as our nationwide parcel data. AWS once said that Parquet is “2x faster to unload and consumes up to 6x less storage in Amazon S3, compared to text formats”.

 

 

What is Parquet and why is it valuable as a data file format?

Parquet is a columnar file format, which is fundamentally different from row-based formats such as CSV. It is free and open source & is self-describing - typically containing the metadata & schema. 

  1. Columnar - The file format is columnar - which means that data is encoded and stored by columns instead of by rows. This allows the user to restrict disk i/o(input/output) operations to a minimum.
    In contrast, the popular file format CSV is row-oriented. Row-oriented formats are optimized for OLTP workloads while column-oriented formats are better suited for analytical workloads.

    An example of row based data storage vs. column based storage.
    (Image source: TowardsDataScience)
  2. High-performant analytical querying - Unlike row-based file formats, Parquet is optimized for performance. When running queries on Parquet, one can query only on fewer fields very quickly, instead of the entire schema. Moreover, the amount of data scanned will be way smaller and will result in less I/O usage. Parquet is a self-described format, so each file contains both data and metadata. This structure is well-optimized both for fast query performance & saving space.
  3. Schema customization - We deliver all our premium schema columns in our Parquet files. That said, as mentioned above, our customers can decide to load the most relevant fields from our schema to start off with, allowing for cleaner, faster querying. Our users can gradually choose to add more fields.

When does it make sense to use a Parquet file format?

  1. Data modeling, AI/ML/DL use cases that require working with very large datasets - Since Parquet is inherently optimized for faster querying performance and compression, it's a format of choice for analysis and modeling in languages like Python. It saves time, space and allows very focused, tailored querying. Common big data systems like BigQuery and Snowflake can ingest Parquet files. One of the reasons why many of our data modeling customers requested we provide our in this format, and voila, we now have it for you.
  2. Use cases that require working with subsets of columns from a large dataset schema - We pride ourselves on the many fields we offer in our parcel schema. That said, depending on the use case, we often have customers working with a core subset of columns most of the time and this subset varies from use case to use case, sometimes within the same team. Parquet’s column-oriented storage makes it ideal for querying only on relevant data. 
  3. Cut down querying cost if your team uses multiple analytics services - Most DBs charge by the amount of data scanned per query and this multiplies when using multiple services and datasets. The faster querying and compression in Parquet not only helps in performance and speed but also helps cut costs.

How to get our data in the Parquet format?

At the moment, this file format is available for our Premium schema customers via SFTP, in their regular download directories. However,  it’s not one of the readily available formats in our data store yet. However, please let our team know when you reach out to evaluate our nationwide data that you’d like to sample it in Parquet and we will get that set up for you.

 

There is a full list of file formats that Regrid supports available on our site. Multiple formats for your multiple use cases!

 

If you are interested in our parcel data or would like to start a conversation with us to evaluate our data for your project, please reach out to us at parcels@regrid.com .

 


 

Works Cited

Berk, Michael. “Demystifying the Parquet File Format | by Michael Berk.” Towards Data Science,

https://towardsdatascience.com/demystifying-the-parquet-file-format-13adb0206705. Accessed 31 October 2022.

Levy, Eran. “What is the Parquet File Format? Use Cases & Benefits.” Upsolver, 27 February 2022,

https://www.upsolver.com/blog/apache-parquet-why-use. Accessed 31 October 2022.

 

Previous Next
logo

(888) 4RE-GRID

  • Contact Us
  • Customer Support
  • Privacy Policy
  • Terms of Use

Subscribe for email updates

Company

  • About Regrid
  • Careers
  • Press

Resources

  • Coverage Map
  • Support Center
  • Reports

Support

  • Parcel Data FAQs
  • Property App FAQs
  • Contact Support Team

Customers

  • Customer Stories
  • Case Studies
  • Non Profit & Academia

Enterprise Solutions

  • Nationwide Land Parcels
  • Parcel & Tiles API
  • Feature Service

Self-Serve Solutions

  • Regrid Property App
  • Shop the Data Store
  • API Monthly Plans